Server IP : 127.0.1.1 / Your IP : 216.73.216.172 Web Server : Apache/2.4.52 (Ubuntu) System : Linux bahcrestlinepropertiesllc 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/1648833/root/lib/modules/5.15.0-153-generic/build/include/dt-bindings/gce/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2018 MediaTek Inc. * Author: Houlong Wei <houlong.wei@mediatek.com> * */ #ifndef _DT_BINDINGS_GCE_MT8173_H #define _DT_BINDINGS_GCE_MT8173_H /* GCE HW thread priority */ #define CMDQ_THR_PRIO_LOWEST 0 #define CMDQ_THR_PRIO_HIGHEST 1 /* GCE SUBSYS */ #define SUBSYS_1400XXXX 1 #define SUBSYS_1401XXXX 2 #define SUBSYS_1402XXXX 3 /* GCE HW EVENT */ #define CMDQ_EVENT_DISP_OVL0_SOF 11 #define CMDQ_EVENT_DISP_OVL1_SOF 12 #define CMDQ_EVENT_DISP_RDMA0_SOF 13 #define CMDQ_EVENT_DISP_RDMA1_SOF 14 #define CMDQ_EVENT_DISP_RDMA2_SOF 15 #define CMDQ_EVENT_DISP_WDMA0_SOF 16 #define CMDQ_EVENT_DISP_WDMA1_SOF 17 #define CMDQ_EVENT_DISP_OVL0_EOF 39 #define CMDQ_EVENT_DISP_OVL1_EOF 40 #define CMDQ_EVENT_DISP_RDMA0_EOF 41 #define CMDQ_EVENT_DISP_RDMA1_EOF 42 #define CMDQ_EVENT_DISP_RDMA2_EOF 43 #define CMDQ_EVENT_DISP_WDMA0_EOF 44 #define CMDQ_EVENT_DISP_WDMA1_EOF 45 #define CMDQ_EVENT_MUTEX0_STREAM_EOF 53 #define CMDQ_EVENT_MUTEX1_STREAM_EOF 54 #define CMDQ_EVENT_MUTEX2_STREAM_EOF 55 #define CMDQ_EVENT_MUTEX3_STREAM_EOF 56 #define CMDQ_EVENT_MUTEX4_STREAM_EOF 57 #define CMDQ_EVENT_DISP_RDMA0_UNDERRUN 63 #define CMDQ_EVENT_DISP_RDMA1_UNDERRUN 64 #define CMDQ_EVENT_DISP_RDMA2_UNDERRUN 65 #endif