Home
last modified time | relevance | path

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

12

/dragonfly/sys/dev/disk/nata/
H A Data-pci.c196 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_attach()
251 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_pci_detach()
283 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_alloc_resource()
380 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_setup_intr()
400 struct ata_pci_controller *controller = device_get_softc(dev); in ata_pci_teardown_intr()
449 struct ata_pci_controller *controller = in ata_pci_status()
580 struct ata_pci_controller *ctlr = data; in ata_generic_intr()
593 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_setup_interrupt()
616 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_teardown_interrupt()
630 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_set_desc()
[all …]
H A Data-chipset.c227 struct ata_pci_controller *ctlr = device_get_softc(dev); in ATA_IDENT_DUMMY()
240 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_generic_chipinit()
/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-jmicron.c40 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_ident()
74 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_jmicron_chipinit()
117 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_allocate()
134 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_reset()
146 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_jmicron_dmainit()
158 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_jmicron_setmode()
H A Data-acard.c45 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_ident()
68 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_acard_chipinit()
99 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_acard_status()
129 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_acard_850_setmode()
165 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_acard_86X_setmode()
209 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serialize()
H A Data-ahci.c42 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ident()
73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_chipinit()
127 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ahci_ctlr_reset()
161 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_allocate()
187 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_status()
243 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_ahci_begin_transaction()
338 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_ahci_end_transaction()
370 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_restart()
424 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_softreset()
449 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ahci_reset()
[all …]
H A Data-acerlabs.c45 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_ident()
72 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ali_chipinit()
125 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_allocate()
146 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_ali_sata_allocate()
188 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_ali_reset()
222 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_ali_setmode()
H A Data-siliconimage.c59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_ident()
93 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sii_chipinit()
196 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_cmd_allocate()
228 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_cmd_setmode()
280 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_allocate()
328 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sii_status()
355 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_sii_setmode()
445 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_allocate()
470 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_status()
626 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_siiprb_issue_cmd()
[all …]
H A Data-marvell.c73 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_ident()
113 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_pata_chipinit()
143 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_marvell_pata_setmode()
155 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_marvell_edma_chipinit()
204 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_allocate()
299 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_status()
321 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_marvell_edma_begin_transaction()
443 struct ata_pci_controller *ctlr=device_get_softc(GRANDPARENT(request->dev)); in ata_marvell_edma_end_transaction()
500 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_reset()
550 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_marvell_edma_dmainit()
H A Data-promise.c51 static void ata_promise_next_hpkt(struct ata_pci_controller *ctlr);
101 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_ident()
190 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_promise_chipinit()
354 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_promise_dmastart()
424 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_setmode()
563 struct ata_pci_controller *ctlr = data; in ata_promise_mio_intr()
915 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_mio_setmode()
930 struct ata_pci_controller *ctlr = data; in ata_promise_sx4_intr()
963 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_promise_sx4_command()
1117 ata_promise_queue_hpkt(struct ata_pci_controller *ctlr, u_int32_t hpkt) in ata_promise_queue_hpkt()
[all …]
H A Data-cyrix.c37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_ident()
50 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cyrix_chipinit()
62 struct ata_pci_controller *ctlr = device_get_softc(GRANDPARENT(dev)); in ata_cyrix_setmode()
H A Data-highpoint.c46 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_ident()
85 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_highpoint_chipinit()
131 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_highpoint_setmode()
182 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_highpoint_check_80pin()
H A Data-via.c52 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_ident()
102 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_via_chipinit()
163 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_allocate()
215 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_via_reset()
229 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_via_new_setmode()
262 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_via_old_setmode()
H A Data-amd.c41 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_ident()
64 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_amd_chipinit()
83 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_amd_setmode()
H A Data-nvidia.c45 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_ident()
163 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_nvidia_chipinit()
222 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_allocate()
245 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_nvidia_status()
282 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_nvidia_setmode()
H A Data-cenatek.c37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_ident()
50 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cenatek_chipinit()
H A Data-micron.c37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_ident()
53 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_micron_chipinit()
H A Data-netcell.c38 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_ident()
51 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_netcell_chipinit()
H A Data-cypress.c37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_ident()
59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_cypress_chipinit()
H A Data-sis.c48 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_ident()
137 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_sis_chipinit()
182 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_sis_allocate()
214 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_sis_setmode()
H A Data-ati.c46 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_ident()
97 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ati_chipinit()
126 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_ati_setmode()
H A Data-ite.c38 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_ident()
59 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_ite_chipinit()
147 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_ite_8213_setmode()
H A Data-national.c37 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_ident()
51 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_national_chipinit()
H A Data-intel.c48 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_ident()
130 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_intel_chipinit()
201 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_intel_allocate()
224 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset()
266 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_intel_new_setmode()
385 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_intel_31244_allocate()
H A Data-serverworks.c46 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_ident()
75 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_serverworks_chipinit()
123 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_serverworks_allocate()
252 struct ata_pci_controller *ctlr = device_get_softc(gparent); in ata_serverworks_setmode()
H A Data-adaptec.c39 struct ata_pci_controller *ctlr = device_get_softc(dev); in ata_adaptec_ident()

12