gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:DEVREQ_ACPPTN from tkernel_2/include/device/gdrvif.h (0.00 seconds)
tkernel_2
include/device/gdrvif.h - 10.1KB - 252 lines
196: 
197: #define DRP_READ        DEVREQ_ACPPTN(TDC_READ)                /* Read */
198: #define DRP_WRITE       DEVREQ_ACPPTN(TDC_WRITE)      /* Write */
199: #define DRP_NORMREQ     ( DRP_READ|DRP_WRITE )              /* Ordinary request */
214: #define DRP_ADSEL 0x00000100 /* set unique, attribute data */ 215: #define DRP_DREAD ( DRP_ADSEL | DEVREQ_ACPPTN(TDC_READ) ) 216: #define DRP_DWRITE ( DRP_ADSEL | DEVREQ_ACPPTN(TDC_WRITE) ) 217: #define DRP_AREAD ( DRP_ADSEL | DEVREQ_ACPPTN(TDC_READ + 8) ) 218: #define DRP_AWRITE ( DRP_ADSEL | DEVREQ_ACPPTN(TDC_WRITE + 8) ) 219: