Home
last modified time | relevance | path

Searched refs:ata_pci_controller (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/ata/chipsets/
H A Data-amd.c67 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_probe()
90 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_chipinit()
110 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_amd_setmode()
144 struct ata_pci_controller *ctlr; in ata_amd_ch_attach()
H A Data-acerlabs.c75 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_probe()
104 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipinit()
173 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipdeinit()
194 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_ch_attach()
219 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_sata_ch_attach()
260 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_reset()
294 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_setmode()
H A Data-marvell.c87 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_probe()
121 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_chipinit()
158 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_setmode()
175 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_dummy_chipinit()
H A Data-siliconimage.c75 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_probe()
105 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_chipinit()
177 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cmd_ch_attach()
211 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_cmd_setmode()
244 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_ch_attach()
307 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_status()
326 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_reset()
346 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sii_setmode()
H A Data-acard.c68 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_probe()
91 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_chipinit()
152 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_850_setmode()
176 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_86X_setmode()
H A Data-intel.c105 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_probe()
210 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipinit()
299 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipdeinit()
312 struct ata_pci_controller *ctlr; in ata_intel_ch_attach()
409 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset()
468 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_old_setmode()
478 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_new_setmode()
551 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_sch_setmode()
602 struct ata_pci_controller *ctlr; in ata_intel_sata_ahci_read()
634 struct ata_pci_controller *ctlr; in ata_intel_sata_cscr_read()
[all …]
H A Data-cyrix.c63 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_probe()
76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_chipinit()
98 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cyrix_setmode()
H A Data-ati.c72 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_probe()
127 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_chipinit()
190 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ati_ixp700_ch_attach()
208 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ati_setmode()
H A Data-ite.c64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_probe()
85 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_chipinit()
128 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_821x_setmode()
174 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_8213_setmode()
H A Data-cypress.c62 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_probe()
84 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_chipinit()
H A Data-netcell.c63 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_probe()
76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_chipinit()
H A Data-via.c88 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_probe()
147 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_chipinit()
209 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_attach()
266 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_detach()
291 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_reset()
316 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_new_setmode()
345 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_old_setmode()
H A Data-nvidia.c71 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_probe()
190 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_chipinit()
249 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_ch_attach()
283 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_status()
324 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_nvidia_setmode()
H A Data-serverworks.c74 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_probe()
104 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_status()
125 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_chipinit()
173 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_ch_attach()
315 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_serverworks_setmode()
H A Data-national.c63 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_probe()
77 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_chipinit()
H A Data-cenatek.c58 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_probe()
H A Data-micron.c58 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_probe()
/freebsd/sys/dev/ata/
H A Data-pci.h42 struct ata_pci_controller { struct
593 sizeof(struct ata_pci_controller) \