Searched defs:DB (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/
H A Din2000.h43 #define DB(f,a) if (hostdata->args & (f)) a; macro
46 #define DB(f,a) macro
H A Dwd33c93.h37 #define DB(f,a) if (hostdata->args & (f)) a; macro
39 #define DB(f,a) macro
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddspapi-ioctl.h372 #define DB 0xDB macro
401 #define MGR_ENUMNODE_INFO _IOWR(DB, DB_IOC(DB_MGR, 0), unsigned long)
402 #define MGR_ENUMPROC_INFO _IOWR(DB, DB_IOC(DB_MGR, 1), unsigned long)
403 #define MGR_REGISTEROBJECT _IOWR(DB, DB_IOC(DB_MGR, 2), unsigned long)
404 #define MGR_UNREGISTEROBJECT _IOWR(DB, DB_IOC(DB_MGR, 3), unsigned long)
405 #define MGR_WAIT _IOWR(DB, DB_IOC(DB_MGR, 4), unsigned long)
407 #define MGR_GET_PROC_RES _IOR(DB, DB_IOC(DB_MGR, 5), unsigned long)
410 #define PROC_ATTACH _IOWR(DB, DB_IOC(DB_PROC, 0), unsigned long)
411 #define PROC_CTRL _IOR(DB, DB_IOC(DB_PROC, 1), unsigned long)
413 #define PROC_DETACH _IOR(DB, DB_IO
[all...]

Completed in 74 milliseconds