/netbsd-src/sys/arch/mmeye/stand/boot/ |
H A D | wdc.c | 243 if (wd_c->r_command == WDCC_IDENTIFY) in wdc_read_block() 263 wd_c->drive, wd_c->r_command, wd_c->r_cyl, in wdccommand() 275 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommand() 299 wd_c->drive, wd_c->r_command, in wdccommandext() 321 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommandext() 347 wd_c.r_command = WDCC_IDENTIFY; in wdc_exec_identify() 384 wd_c.r_command = atacmd_to48(cmd); in wdc_exec_read() 388 wd_c.r_command = cmd; in wdc_exec_read() 395 wd_c.r_command = cmd; in wdc_exec_read()
|
H A D | wdvar.h | 119 uint8_t r_command; /* Parameters to upload to registers */ member
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | wdc.c | 260 if (wd_c->r_command == WDCC_IDENTIFY) in wdc_read_block() 279 wd_c->drive, wd_c->r_command, wd_c->r_cyl, in wdccommand() 290 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommand() 314 wd_c->drive, wd_c->r_command, in wdccommandext() 336 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommandext() 360 wd_c.r_command = WDCC_IDENTIFY; in _wdc_exec_identify() 449 wd_c.r_command = atacmd_to48(cmd); in wdc_exec_read() 453 wd_c.r_command = cmd; in wdc_exec_read() 460 wd_c.r_command = cmd; in wdc_exec_read()
|
H A D | wdvar.h | 79 uint8_t r_command; /* Parameters to upload to registers */ member
|
/netbsd-src/sys/arch/cobalt/stand/boot/ |
H A D | wdc.c | 226 wd_c->drive, wd_c->r_command, wd_c->r_cyl, in wdccommand() 238 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommand() 262 wd_c->drive, wd_c->r_command, in wdccommandext() 284 WDC_WRITE_REG(chp, wd_command, wd_c->r_command); in wdccommandext() 310 wd_c.r_command = WDCC_IDENTIFY; in wdc_exec_identify() 347 wd_c.r_command = atacmd_to48(cmd); in wdc_exec_read() 351 wd_c.r_command = cmd; in wdc_exec_read() 358 wd_c.r_command = cmd; in wdc_exec_read()
|
H A D | wdvar.h | 85 uint8_t r_command; /* Parameters to upload to registers */ member
|
/netbsd-src/sys/dev/ata/ |
H A D | satapmp_subr.c | 66 xfer->c_ata_c.r_command = PMPC_READ_PORT; in satapmp_read_8() 135 xfer->c_ata_c.r_command = PMPC_WRITE_PORT; in satapmp_write_8()
|
H A D | ata_recovery.c | 95 xfer->c_ata_c.r_command = WDCC_READ_LOG_EXT; in ata_read_log_ext_ncq()
|
H A D | satafis_subr.c | 77 fis[rhd_command] = ata_c->r_command; in satafis_rhd_construct_cmd()
|
H A D | wd.c | 1872 xfer->c_ata_c.r_command = SET_FEATURES; in wd_setcache() 1900 xfer->c_ata_c.r_command = WDCC_STANDBY_IMMED; in wd_standby() 1934 xfer->c_ata_c.r_command = WDCC_FLUSHCACHE_EXT; in wd_flushcache() 1937 xfer->c_ata_c.r_command = WDCC_FLUSHCACHE; in wd_flushcache() 1983 xfer->c_ata_c.r_command = ATA_DATA_SET_MANAGEMENT; in wd_trim() 2162 xfer->c_ata_c.r_command = wi->wi_atareq.command; in wdioctlstrategy()
|
H A D | atavar.h | 95 uint8_t r_command; /* before */ member
|
H A D | ata.c | 837 xfer->c_ata_c.r_command = WDCC_IDENTIFY; in ata_get_params() 842 xfer->c_ata_c.r_command = ATAPI_IDENTIFY_DEVICE; in ata_get_params() 933 xfer->c_ata_c.r_command = SET_FEATURES; in ata_set_mode()
|
/netbsd-src/sys/dev/ic/ |
H A D | siisata.c | 967 chp->ch_channel, xfer->c_drive, ata_c->r_command, xfer->c_slot), in siisata_cmd_start() 979 if (ata_c->r_command == ATA_DATA_SET_MANAGEMENT) { in siisata_cmd_start() 1146 if (ata_c->r_command == WDCC_IDENTIFY || in siisata_cmd_done() 1147 ata_c->r_command == ATAPI_IDENTIFY_DEVICE) { in siisata_cmd_done()
|
H A D | wdc.c | 1461 wdccommandext(chp, drive, ata_c->r_command, in __wdccommand_start() 1465 wdccommand(chp, drive, ata_c->r_command, in __wdccommand_start() 1508 if (ata_c->r_command == WDCC_IDENTIFY || in __wdccommand_intr() 1509 ata_c->r_command == ATAPI_IDENTIFY_DEVICE) { in __wdccommand_intr()
|
H A D | mvsata.c | 1612 ata_c->r_features, ata_c->r_device, ata_c->r_command)); in mvsata_exec_command() 1663 wdccommandext(chp, 0, ata_c->r_command, in mvsata_wdc_cmd_start() 1667 wdccommand(chp, 0, ata_c->r_command, in mvsata_wdc_cmd_start() 1711 if (ata_c->r_command == WDCC_IDENTIFY || in mvsata_wdc_cmd_intr() 1712 ata_c->r_command == ATAPI_IDENTIFY_DEVICE) in mvsata_wdc_cmd_intr()
|
H A D | ahcisata_core.c | 1373 if (ata_c->r_command == WDCC_IDENTIFY || in ahci_cmd_done() 1374 ata_c->r_command == ATAPI_IDENTIFY_DEVICE) { in ahci_cmd_done()
|
/netbsd-src/sys/dev/scsipi/ |
H A D | atapi_wdc.c | 220 xfer->c_ata_c.r_command = ATAPI_SOFT_RESET; in wdc_atapi_get_params()
|