Home
last modified time | relevance | path

Searched refs:CMD_STATUS (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/cdrom/
Dgscd.h33 #define CMD_STATUS 0x01 macro
Dgscd.c510 char to_do[] = { CMD_STATUS, 0 }; in cmd_status()
/linux-2.4.37.9/include/asm-m68k/
Dswim_iop.h18 #define CMD_STATUS 0x06 /* Status */ macro
/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c297 cmd_status = readw(php_ctlr->creg + CMD_STATUS); in shpc_write_cmd()
306 cmd_status = readw(php_ctlr->creg + CMD_STATUS); in shpc_write_cmd()
341 cmd_status = readw(php_ctlr->creg + CMD_STATUS) & 0x000F; in hpc_check_cmd_status()
Dshpchp.h284 CMD_STATUS = offsetof(struct ctrl_reg, cmd_status), enumerator
/linux-2.4.37.9/drivers/block/
Dswim_iop.c169 cmd->code = CMD_STATUS; in swimiop_init()