Home
last modified time | relevance | path

Searched refs:ata_channel (Results 1 – 25 of 38) sorted by relevance

12

/NextBSD/sys/dev/ata/
HData-pci.c226 int unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_alloc_resource()
285 int unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_release_resource()
342 unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_setup_intr()
365 unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_pci_teardown_intr()
396 struct ata_channel *ch = device_get_softc(dev); in ata_pci_ch_attach()
434 struct ata_channel *ch = device_get_softc(dev); in ata_pci_ch_detach()
451 struct ata_channel *ch = device_get_softc(dev); in ata_pci_status()
474 struct ata_channel *ch = device_get_softc(dev); in ata_pci_hw()
483 struct ata_channel *ch = device_get_softc(request->parent); in ata_pci_dmastart()
501 struct ata_channel *ch = device_get_softc(request->parent); in ata_pci_dmastop()
[all …]
HData-cbus.c194 int unit = ((struct ata_channel *)device_get_softc(child))->unit; in ata_cbus_setup_intr()
210 struct ata_channel *ch = device_get_softc(child); in ata_cbus_print_child()
223 struct ata_channel *ch; in ata_cbus_intr()
272 struct ata_channel *ch = device_get_softc(dev); in ata_cbuschannel_attach()
300 struct ata_channel *ch = device_get_softc(dev); in ata_cbuschannel_detach()
312 struct ata_channel *ch = device_get_softc(dev); in ata_cbuschannel_suspend()
323 struct ata_channel *ch = device_get_softc(dev); in ata_cbuschannel_resume()
344 sizeof(struct ata_channel),
HData-isa.c101 struct ata_channel *ch = device_get_softc(dev); in ata_isa_attach()
150 struct ata_channel *ch = device_get_softc(dev); in ata_isa_detach()
169 struct ata_channel *ch = device_get_softc(dev); in ata_isa_suspend()
180 struct ata_channel *ch = device_get_softc(dev); in ata_isa_resume()
203 sizeof(struct ata_channel),
HData-sata.c52 struct ata_channel *ch = device_get_softc(dev); in ata_sata_phy_check_events()
83 ata_sata_scr_read(struct ata_channel *ch, int port, int reg, uint32_t *val) in ata_sata_scr_read()
96 ata_sata_scr_write(struct ata_channel *ch, int port, int reg, uint32_t val) in ata_sata_scr_write()
109 ata_sata_connect(struct ata_channel *ch, int port, int quick) in ata_sata_connect()
155 struct ata_channel *ch = device_get_softc(dev); in ata_sata_phy_reset()
237 struct ata_channel *ch = device_get_softc(dev); in ata_sata_getrev()
288 struct ata_channel *ch = device_get_softc(dev); in ata_pm_identify()
HData-all.c97 struct ata_channel *ch = device_get_softc(dev); in ata_attach()
222 struct ata_channel *ch = device_get_softc(dev); in ata_detach()
262 struct ata_channel *ch = device_get_softc(dev); in ata_conn_event()
286 struct ata_channel *ch = device_get_softc(dev); in ata_reinit()
311 struct ata_channel *ch; in ata_suspend()
330 struct ata_channel *ch; in ata_resume()
349 struct ata_channel *ch = (struct ata_channel *)data; in ata_interrupt()
359 struct ata_channel *ch = (struct ata_channel *)data; in ata_interrupt_locked()
394 struct ata_channel *ch = (struct ata_channel *)data; in ata_periodic_poll()
413 struct ata_channel *ch = device_get_softc(dev); in ata_default_registers()
[all …]
HData-lowlevel.c56 static int ata_wait(struct ata_channel *ch, int unit, u_int8_t);
68 struct ata_channel *ch = device_get_softc(dev); in ata_generic_hw()
85 struct ata_channel *ch = device_get_softc(request->parent); in ata_begin_transaction()
246 struct ata_channel *ch = device_get_softc(request->parent); in ata_end_transaction()
480 struct ata_channel *ch = device_get_softc(dev); in ata_generic_reset()
616 struct ata_channel *ch = device_get_softc(dev); in ata_generic_status()
627 ata_wait(struct ata_channel *ch, int unit, u_int8_t mask) in ata_wait()
680 struct ata_channel *ch = device_get_softc(request->parent); in ata_generic_command()
762 struct ata_channel *ch = device_get_softc(request->parent); in ata_tf_read()
791 struct ata_channel *ch = device_get_softc(request->parent); in ata_tf_write()
[all …]
HData-card.c90 struct ata_channel *ch = device_get_softc(dev); in ata_pccard_attach()
151 struct ata_channel *ch = device_get_softc(dev); in ata_pccard_detach()
181 sizeof(struct ata_channel),
HData-dma.c68 struct ata_channel *ch = device_get_softc(dev); in ata_dmainit()
129 struct ata_channel *ch = device_get_softc(dev); in ata_dmafini()
159 struct ata_channel *ch = device_get_softc(dev); in ata_dmaalloc()
215 struct ata_channel *ch = device_get_softc(dev); in ata_dmafree()
267 struct ata_channel *ch = device_get_softc(request->parent); in ata_dmaload()
/NextBSD/sys/mips/sibyte/
HData_zbbus.c60 struct ata_channel *ch; in ata_zbbus_attach()
117 struct ata_channel *ch = device_get_softc(dev); in ata_zbbus_detach()
134 struct ata_channel *ch = device_get_softc(dev); in ata_zbbus_suspend()
145 struct ata_channel *ch = device_get_softc(dev); in ata_zbbus_resume()
167 sizeof(struct ata_channel)
/NextBSD/sys/dev/ata/chipsets/
HData-via.c211 struct ata_channel *ch = device_get_softc(dev); in ata_via_ch_attach()
268 struct ata_channel *ch = device_get_softc(dev); in ata_via_ch_detach()
293 struct ata_channel *ch = device_get_softc(dev); in ata_via_reset()
318 struct ata_channel *ch = device_get_softc(dev); in ata_via_new_setmode()
347 struct ata_channel *ch = device_get_softc(dev); in ata_via_old_setmode()
405 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_ch_attach()
425 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_getrev()
439 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_setmode()
449 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_reset()
HData-intel.c312 struct ata_channel *ch; in ata_intel_ch_attach()
409 struct ata_channel *ch = device_get_softc(dev); in ata_intel_reset()
478 struct ata_channel *ch = device_get_softc(dev); in ata_intel_new_setmode()
578 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_getrev()
589 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_status()
602 struct ata_channel *ch; in ata_intel_sata_ahci_read()
634 struct ata_channel *ch; in ata_intel_sata_cscr_read()
668 struct ata_channel *ch; in ata_intel_sata_sidpr_read()
699 struct ata_channel *ch; in ata_intel_sata_ahci_write()
731 struct ata_channel *ch; in ata_intel_sata_cscr_write()
[all …]
HData-acard.c113 struct ata_channel *ch = device_get_softc(dev); in ata_acard_ch_attach()
127 struct ata_channel *ch = device_get_softc(dev); in ata_acard_status()
154 struct ata_channel *ch = device_get_softc(dev); in ata_acard_850_setmode()
178 struct ata_channel *ch = device_get_softc(dev); in ata_acard_86X_setmode()
HData-siliconimage.c179 struct ata_channel *ch = device_get_softc(dev); in ata_cmd_ch_attach()
196 struct ata_channel *ch = device_get_softc(dev); in ata_cmd_status()
213 struct ata_channel *ch = device_get_softc(dev); in ata_cmd_setmode()
246 struct ata_channel *ch = device_get_softc(dev); in ata_sii_ch_attach()
309 struct ata_channel *ch = device_get_softc(dev); in ata_sii_status()
328 struct ata_channel *ch = device_get_softc(dev); in ata_sii_reset()
348 struct ata_channel *ch = device_get_softc(dev); in ata_sii_setmode()
HData-promise.c370 struct ata_channel *ch = device_get_softc(dev); in ata_promise_ch_attach()
391 struct ata_channel *ch = device_get_softc(dev); in ata_promise_status()
403 struct ata_channel *ch = device_get_softc(request->parent); in ata_promise_dmastart()
426 struct ata_channel *ch = device_get_softc(request->parent); in ata_promise_dmastop()
445 struct ata_channel *ch = device_get_softc(dev); in ata_promise_dmareset()
458 struct ata_channel *ch = device_get_softc(dev); in ata_promise_setmode()
520 struct ata_channel *ch = device_get_softc(dev); in ata_promise_tx2_ch_attach()
533 struct ata_channel *ch = device_get_softc(dev); in ata_promise_tx2_status()
546 struct ata_channel *ch = device_get_softc(dev); in ata_promise_mio_ch_attach()
600 struct ata_channel *ch; in ata_promise_mio_intr()
[all …]
HData-serverworks.c105 struct ata_channel *ch = device_get_softc(dev); in ata_serverworks_status()
177 struct ata_channel *ch = device_get_softc(dev); in ata_serverworks_ch_attach()
261 struct ata_channel *ch = device_get_softc(request->parent); in ata_serverworks_tf_read()
289 struct ata_channel *ch = device_get_softc(request->parent); in ata_serverworks_tf_write()
319 struct ata_channel *ch = device_get_softc(dev); in ata_serverworks_setmode()
376 struct ata_channel *ch = device_get_softc(dev); in ata_serverworks_sata_reset()
HData-nvidia.c251 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_ch_attach()
273 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_ch_attach_dumb()
285 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_status()
313 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_reset()
326 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_setmode()
HData-highpoint.c146 struct ata_channel *ch = device_get_softc(dev); in ata_highpoint_ch_attach()
163 struct ata_channel *ch = device_get_softc(dev); in ata_highpoint_setmode()
202 struct ata_channel *ch = device_get_softc(dev); in ata_highpoint_check_80pin()
HData-ati.c180 struct ata_channel *ch = device_get_softc(dev); in ata_ati_dumb_ch_attach()
192 struct ata_channel *ch = device_get_softc(dev); in ata_ati_ixp700_ch_attach()
210 struct ata_channel *ch = device_get_softc(dev); in ata_ati_setmode()
HData-national.c91 struct ata_channel *ch = device_get_softc(dev); in ata_national_ch_attach()
102 struct ata_channel *ch = device_get_softc(dev); in ata_national_setmode()
HData-acerlabs.c196 struct ata_channel *ch = device_get_softc(dev); in ata_ali_ch_attach()
221 struct ata_channel *ch = device_get_softc(dev); in ata_ali_sata_ch_attach()
262 struct ata_channel *ch = device_get_softc(dev); in ata_ali_reset()
296 struct ata_channel *ch = device_get_softc(dev); in ata_ali_setmode()
HData-cyrix.c89 struct ata_channel *ch = device_get_softc(dev); in ata_cyrix_ch_attach()
100 struct ata_channel *ch = device_get_softc(dev); in ata_cyrix_setmode()
HData-amd.c112 struct ata_channel *ch = device_get_softc(dev); in ata_amd_setmode()
146 struct ata_channel *ch; in ata_amd_ch_attach()
HData-marvell.c146 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_ch_attach()
160 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_setmode()
/NextBSD/sys/mips/rmi/
HDxlr_pcmcia.c75 struct ata_channel *ch = device_get_softc(dev); in xlr_pcmcia_probe()
91 struct ata_channel *ch = device_get_softc(dev); in xlr_pcmcia_attach()
146 sizeof(struct ata_channel),
/NextBSD/sys/arm/at91/
HDat91_cfata.c182 struct ata_channel *ch = device_get_softc(dev); in at91_channel_probe()
195 struct ata_channel *ch = device_get_softc(dev); in at91_channel_attach()
278 sizeof(struct ata_channel),

12