Server IP : 172.67.216.182 / Your IP : 162.158.106.137 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/src/linux-headers-5.15.0-143/include/dt-bindings/gce/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2018 MediaTek Inc. * Author: Houlong Wei <[email protected]> * */ #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