Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ata/
Data-pci.c64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_probe()
86 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_attach()
140 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_detach()
174 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_suspend()
186 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_resume()
229 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_alloc_resource()
291 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_release_resource()
335 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr()
341 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr()
363 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_teardown_intr()
[all …]
Data-pci.h44 struct ata_pci_controller { struct
595 sizeof(struct ata_pci_controller) \
/freebsd-12-stable/sys/dev/ata/chipsets/
Data-highpoint.c75 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_probe()
114 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_chipinit()
147 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_highpoint_ch_attach()
164 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_highpoint_setmode()
203 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_highpoint_check_80pin()
Data-amd.c70 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_probe()
93 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_chipinit()
113 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_amd_setmode()
147 struct ata_pci_controller *ctlr; in ata_amd_ch_attach()
Data-acerlabs.c78 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_probe()
107 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipinit()
176 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipdeinit()
197 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_ch_attach()
222 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_sata_ch_attach()
263 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_reset()
297 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_setmode()
Data-siliconimage.c78 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_probe()
108 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_chipinit()
180 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cmd_ch_attach()
214 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_cmd_setmode()
247 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_ch_attach()
310 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_status()
329 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_reset()
349 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sii_setmode()
Data-fsl.c72 struct ata_pci_controller *ctrl; in imx_ata_probe()
90 struct ata_pci_controller *ctrl = data; in imx_ata_intr()
99 struct ata_pci_controller *ctrl; in imx_ata_attach()
143 struct ata_pci_controller *ctrl; in imx_ata_ch_attach()
237 sizeof(struct ata_pci_controller)
Data-marvell.c90 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_probe()
124 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_chipinit()
161 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_setmode()
178 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_dummy_chipinit()
Data-promise.c81 static void ata_promise_queue_hpkt(struct ata_pci_controller *ctlr, u_int32_t hpkt);
82 static void ata_promise_next_hpkt(struct ata_pci_controller *ctlr);
132 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_probe()
220 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_chipinit()
371 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_ch_attach()
392 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_status()
404 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_promise_dmastart()
427 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent)); in ata_promise_dmastop()
459 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_promise_setmode()
547 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_promise_mio_ch_attach()
[all …]
Data-intel.c108 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_probe()
211 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipinit()
300 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipdeinit()
313 struct ata_pci_controller *ctlr; in ata_intel_ch_attach()
410 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset()
469 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_old_setmode()
479 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_new_setmode()
552 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_sch_setmode()
603 struct ata_pci_controller *ctlr; in ata_intel_sata_ahci_read()
635 struct ata_pci_controller *ctlr; in ata_intel_sata_cscr_read()
[all …]
Data-acard.c71 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_probe()
94 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_chipinit()
155 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_850_setmode()
179 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_acard_86X_setmode()
Data-cyrix.c66 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_probe()
79 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_chipinit()
101 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cyrix_setmode()
Data-ite.c67 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_probe()
88 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_chipinit()
131 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_821x_setmode()
177 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ite_8213_setmode()
Data-ati.c75 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_probe()
130 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_chipinit()
193 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ati_ixp700_ch_attach()
211 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ati_setmode()
Data-jmicron.c66 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_probe()
97 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_chipinit()
148 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_jmicron_setmode()
Data-via.c91 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_probe()
150 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_chipinit()
212 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_attach()
269 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_ch_detach()
294 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_reset()
319 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_new_setmode()
348 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_via_old_setmode()
Data-cypress.c66 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_probe()
88 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_chipinit()
Data-nvidia.c74 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_probe()
193 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_chipinit()
252 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_ch_attach()
286 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_status()
327 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_nvidia_setmode()
Data-netcell.c66 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_probe()
79 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_chipinit()
Data-sis.c76 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_probe()
165 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_chipinit()
207 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sis_ch_attach()
244 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_sis_setmode()
Data-serverworks.c78 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_probe()
108 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_status()
129 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_chipinit()
177 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_ch_attach()
319 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_serverworks_setmode()
Data-national.c66 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_probe()
80 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_chipinit()
Data-cenatek.c61 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_probe()
Data-micron.c61 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_probe()