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: