Home
last modified time | relevance | path

Searched refs:WDCC_IDENTIFY (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/arch/mmeye/stand/boot/
Dwdc.c243 if (wd_c->r_command == WDCC_IDENTIFY) in wdc_read_block()
347 wd_c.r_command = WDCC_IDENTIFY; in wdc_exec_identify()
/netbsd/src/sys/arch/bebox/stand/boot/
Dwdc.c260 if (wd_c->r_command == WDCC_IDENTIFY) in wdc_read_block()
360 wd_c.r_command = WDCC_IDENTIFY; in _wdc_exec_identify()
/netbsd/src/sys/compat/linux/common/
Dlinux_hdio.c91 req.command = WDCC_IDENTIFY; in linux_ioctl_hdio()
/netbsd/src/sys/arch/cobalt/stand/boot/
Dwdc.c310 wd_c.r_command = WDCC_IDENTIFY; in wdc_exec_identify()
/netbsd/src/sys/dev/ata/
Datareg.h127 #define WDCC_IDENTIFY 0xec /* read parameters from controller */ macro
Data.c837 xfer->c_ata_c.r_command = WDCC_IDENTIFY; in ata_get_params()
Dwd.c1453 && atareq->command == WDCC_IDENTIFY) { in wdioctl()
/netbsd/src/sbin/atactl/
Datactl.c1178 req.command = WDCC_IDENTIFY; in fillataparams()
/netbsd/src/sys/dev/ic/
Dwdc.c1508 if (ata_c->r_command == WDCC_IDENTIFY || in __wdccommand_intr()
Dsiisata.c1146 if (ata_c->r_command == WDCC_IDENTIFY || in siisata_cmd_done()
Dahcisata_core.c1373 if (ata_c->r_command == WDCC_IDENTIFY || in ahci_cmd_done()
Dmvsata.c1711 if (ata_c->r_command == WDCC_IDENTIFY || in mvsata_wdc_cmd_intr()