Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ata/
HData-pci.c62 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 …]
HData-pci.h42 struct ata_pci_controller { struct
593 sizeof(struct ata_pci_controller) \
/NextBSD/sys/dev/ata/chipsets/
HData-amd.c68 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()
HData-highpoint.c73 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()
HData-acerlabs.c76 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()
HData-siliconimage.c76 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()
HData-fsl.c70 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)
HData-marvell.c88 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()
HData-promise.c79 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 …]
HData-intel.c106 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 …]
HData-acard.c69 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()
HData-cyrix.c64 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()
HData-ati.c73 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()
HData-ite.c65 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()
HData-jmicron.c64 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()
HData-via.c89 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()
HData-cypress.c64 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()
HData-netcell.c64 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()
HData-nvidia.c72 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()
HData-sis.c74 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()
HData-serverworks.c76 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()
HData-national.c64 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()
HData-cenatek.c59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_probe()
HData-micron.c59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_probe()