Search | Google it | Results 1 - 3 of 3 for funcall:DEVREQ_ACPPTN (0.00 seconds) |
250: #define DISWAI 16 251: #define DISWAI_REQ DEVREQ_ACPPTN(DISWAI) 252: #define NORMAL_REQPTN (DRP_NORMREQ | DISWAI_REQ)
196: 197: #define DRP_READ DEVREQ_ACPPTN(TDC_READ) /* Read */ 198: #define DRP_WRITE DEVREQ_ACPPTN(TDC_WRITE) /* Write */
390: req = ((DRQ*)q)->req; 391: rptn = DEVREQ_ACPPTN(req->cmd); 392: if ( req->start < 0 ) rptn <<= 8;