| /NextBSD/sys/dev/ata/ |
| HD | ata-pci.c | 62 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_probe() 84 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_attach() 134 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_detach() 168 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_suspend() 180 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_resume() 222 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_alloc_resource() 284 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_release_resource() 328 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr() 334 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr() 356 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_teardown_intr() [all …]
|
| HD | ata-pci.h | 42 struct ata_pci_controller { struct 593 sizeof(struct ata_pci_controller) \
|
| /NextBSD/sys/dev/ata/chipsets/ |
| HD | ata-amd.c | 68 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_probe() 91 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_chipinit() 111 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_amd_setmode() 145 struct ata_pci_controller *ctlr; in ata_amd_ch_attach()
|
| HD | ata-highpoint.c | 73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_probe() 112 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_chipinit() 145 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_highpoint_ch_attach() 162 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_highpoint_setmode() 201 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_highpoint_check_80pin()
|
| HD | ata-acerlabs.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_probe() 105 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipinit() 174 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipdeinit() 195 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_ch_attach() 220 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_sata_ch_attach() 261 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_reset() 295 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_setmode()
|
| HD | ata-siliconimage.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_probe() 106 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_chipinit() 178 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cmd_ch_attach() 212 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_cmd_setmode() 245 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_ch_attach() 308 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_status() 327 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_reset() 347 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sii_setmode()
|
| HD | ata-fsl.c | 70 struct ata_pci_controller *ctrl; in imx_ata_probe() 88 struct ata_pci_controller *ctrl = data; in imx_ata_intr() 97 struct ata_pci_controller *ctrl; in imx_ata_attach() 141 struct ata_pci_controller *ctrl; in imx_ata_ch_attach() 235 sizeof(struct ata_pci_controller)
|
| HD | ata-marvell.c | 88 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_probe() 122 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_chipinit() 159 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_setmode() 176 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_dummy_chipinit()
|
| HD | ata-promise.c | 79 static void ata_promise_queue_hpkt(struct ata_pci_controller *ctlr, u_int32_t hpkt); 80 static void ata_promise_next_hpkt(struct ata_pci_controller *ctlr); 130 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_probe() 218 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_chipinit() 369 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_ch_attach() 390 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_status() 402 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_promise_dmastart() 425 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_promise_dmastop() 457 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_promise_setmode() 545 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_ch_attach() [all …]
|
| HD | ata-intel.c | 106 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_probe() 209 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipinit() 298 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipdeinit() 311 struct ata_pci_controller *ctlr; in ata_intel_ch_attach() 408 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset() 467 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_old_setmode() 477 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_new_setmode() 550 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_sch_setmode() 601 struct ata_pci_controller *ctlr; in ata_intel_sata_ahci_read() 633 struct ata_pci_controller *ctlr; in ata_intel_sata_cscr_read() [all …]
|
| HD | ata-acard.c | 69 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_probe() 92 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_chipinit() 153 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_850_setmode() 177 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_86X_setmode()
|
| HD | ata-cyrix.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_probe() 77 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_chipinit() 99 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cyrix_setmode()
|
| HD | ata-ati.c | 73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_probe() 128 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_chipinit() 191 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ati_ixp700_ch_attach() 209 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ati_setmode()
|
| HD | ata-ite.c | 65 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_probe() 86 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_chipinit() 129 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_821x_setmode() 175 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_8213_setmode()
|
| HD | ata-jmicron.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_probe() 95 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_chipinit() 146 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_jmicron_setmode()
|
| HD | ata-via.c | 89 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_probe() 148 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_chipinit() 210 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_attach() 267 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_detach() 292 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_reset() 317 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_new_setmode() 346 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_old_setmode()
|
| HD | ata-cypress.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_probe() 86 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_chipinit()
|
| HD | ata-netcell.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_probe() 77 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_chipinit()
|
| HD | ata-nvidia.c | 72 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_probe() 191 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_chipinit() 250 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_ch_attach() 284 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_status() 325 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_nvidia_setmode()
|
| HD | ata-sis.c | 74 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_probe() 163 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_chipinit() 205 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sis_ch_attach() 242 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sis_setmode()
|
| HD | ata-serverworks.c | 76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_probe() 106 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_status() 127 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_chipinit() 176 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_ch_attach() 318 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_serverworks_setmode()
|
| HD | ata-national.c | 64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_probe() 78 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_chipinit()
|
| HD | ata-cenatek.c | 59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_probe()
|
| HD | ata-micron.c | 59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_probe()
|