| /trueos/sys/dev/ata/ |
| HD | ata-pci.c | 226 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 …]
|
| HD | ata-cbus.c | 194 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),
|
| HD | ata-isa.c | 101 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),
|
| HD | ata-sata.c | 52 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()
|
| HD | ata-all.c | 101 struct ata_channel *ch = device_get_softc(dev); in ata_attach() 226 struct ata_channel *ch = device_get_softc(dev); in ata_detach() 266 struct ata_channel *ch = device_get_softc(dev); in ata_conn_event() 290 struct ata_channel *ch = device_get_softc(dev); in ata_reinit() 315 struct ata_channel *ch; in ata_suspend() 334 struct ata_channel *ch; in ata_resume() 353 struct ata_channel *ch = (struct ata_channel *)data; in ata_interrupt() 363 struct ata_channel *ch = (struct ata_channel *)data; in ata_interrupt_locked() 398 struct ata_channel *ch = (struct ata_channel *)data; in ata_periodic_poll() 417 struct ata_channel *ch = device_get_softc(dev); in ata_default_registers() [all …]
|
| HD | ata-lowlevel.c | 49 static int ata_wait(struct ata_channel *ch, int unit, u_int8_t); 61 struct ata_channel *ch = device_get_softc(dev); in ata_generic_hw() 78 struct ata_channel *ch = device_get_softc(request->parent); in ata_begin_transaction() 239 struct ata_channel *ch = device_get_softc(request->parent); in ata_end_transaction() 473 struct ata_channel *ch = device_get_softc(dev); in ata_generic_reset() 609 struct ata_channel *ch = device_get_softc(dev); in ata_generic_status() 620 ata_wait(struct ata_channel *ch, int unit, u_int8_t mask) in ata_wait() 673 struct ata_channel *ch = device_get_softc(request->parent); in ata_generic_command() 755 struct ata_channel *ch = device_get_softc(request->parent); in ata_tf_read() 784 struct ata_channel *ch = device_get_softc(request->parent); in ata_tf_write() [all …]
|
| HD | ata-card.c | 90 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),
|
| HD | ata-dma.c | 68 struct ata_channel *ch = device_get_softc(dev); in ata_dmainit() 129 struct ata_channel *ch = device_get_softc(dev); in ata_dmafini() 160 struct ata_channel *ch = device_get_softc(dev); in ata_dmaalloc() 216 struct ata_channel *ch = device_get_softc(dev); in ata_dmafree() 270 struct ata_channel *ch = device_get_softc(request->parent); in ata_dmaload()
|
| /trueos/sys/mips/sibyte/ |
| HD | ata_zbbus.c | 60 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)
|
| /trueos/sys/dev/ata/chipsets/ |
| HD | ata-ahci.c | 290 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_ch_attach() 322 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_ch_detach() 336 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_ch_suspend() 361 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_ch_resume() 392 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_status() 450 struct ata_channel *ch = device_get_softc(request->parent); in ata_ahci_begin_transaction() 538 struct ata_channel *ch = device_get_softc(request->parent); in ata_ahci_end_transaction() 589 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_issue_cmd() 638 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_pm_read() 683 struct ata_channel *ch = device_get_softc(dev); in ata_ahci_pm_write() [all …]
|
| HD | ata-siliconimage.c | 233 struct ata_channel *ch = device_get_softc(dev); in ata_cmd_ch_attach() 250 struct ata_channel *ch = device_get_softc(dev); in ata_cmd_status() 267 struct ata_channel *ch = device_get_softc(dev); in ata_cmd_setmode() 300 struct ata_channel *ch = device_get_softc(dev); in ata_sii_ch_attach() 363 struct ata_channel *ch = device_get_softc(dev); in ata_sii_status() 382 struct ata_channel *ch = device_get_softc(dev); in ata_sii_reset() 402 struct ata_channel *ch = device_get_softc(dev); in ata_sii_setmode() 480 struct ata_channel *ch = device_get_softc(dev); in ata_siiprb_ch_attach() 510 struct ata_channel *ch = device_get_softc(dev); in ata_siiprb_ch_detach() 523 struct ata_channel *ch = device_get_softc(dev); in ata_siiprb_status() [all …]
|
| HD | ata-via.c | 218 struct ata_channel *ch = device_get_softc(dev); in ata_via_ch_attach() 275 struct ata_channel *ch = device_get_softc(dev); in ata_via_ch_detach() 300 struct ata_channel *ch = device_get_softc(dev); in ata_via_reset() 325 struct ata_channel *ch = device_get_softc(dev); in ata_via_new_setmode() 354 struct ata_channel *ch = device_get_softc(dev); in ata_via_old_setmode() 412 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_ch_attach() 432 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_getrev() 446 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_setmode() 456 struct ata_channel *ch = device_get_softc(dev); in ata_via_sata_reset()
|
| HD | ata-acard.c | 113 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()
|
| HD | ata-promise.c | 370 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 …]
|
| HD | ata-intel.c | 385 struct ata_channel *ch; in ata_intel_ch_attach() 480 struct ata_channel *ch = device_get_softc(dev); in ata_intel_reset() 549 struct ata_channel *ch = device_get_softc(dev); in ata_intel_new_setmode() 649 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_getrev() 660 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_status() 673 struct ata_channel *ch; in ata_intel_sata_ahci_read() 705 struct ata_channel *ch; in ata_intel_sata_cscr_read() 739 struct ata_channel *ch; in ata_intel_sata_sidpr_read() 770 struct ata_channel *ch; in ata_intel_sata_ahci_write() 802 struct ata_channel *ch; in ata_intel_sata_cscr_write() [all …]
|
| HD | ata-serverworks.c | 105 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()
|
| HD | ata-marvell.c | 172 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_ch_attach() 186 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_setmode() 257 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_edma_ch_attach() 353 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_edma_ch_detach() 366 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_edma_status() 388 struct ata_channel *ch = device_get_softc(request->parent); in ata_marvell_edma_begin_transaction() 505 struct ata_channel *ch = device_get_softc(request->parent); in ata_marvell_edma_end_transaction() 562 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_edma_reset() 614 struct ata_channel *ch = device_get_softc(dev); in ata_marvell_edma_dmainit()
|
| HD | ata-nvidia.c | 256 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_ch_attach() 278 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_ch_attach_dumb() 290 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_status() 318 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_reset() 331 struct ata_channel *ch = device_get_softc(dev); in ata_nvidia_setmode()
|
| HD | ata-highpoint.c | 146 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()
|
| HD | ata-national.c | 91 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()
|
| HD | ata-cyrix.c | 89 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()
|
| HD | ata-acerlabs.c | 201 struct ata_channel *ch = device_get_softc(dev); in ata_ali_ch_attach() 226 struct ata_channel *ch = device_get_softc(dev); in ata_ali_sata_ch_attach() 267 struct ata_channel *ch = device_get_softc(dev); in ata_ali_reset() 301 struct ata_channel *ch = device_get_softc(dev); in ata_ali_setmode()
|
| HD | ata-ati.c | 184 struct ata_channel *ch = device_get_softc(dev); in ata_ati_dumb_ch_attach() 196 struct ata_channel *ch = device_get_softc(dev); in ata_ati_ixp700_ch_attach() 214 struct ata_channel *ch = device_get_softc(dev); in ata_ati_setmode()
|
| /trueos/sys/mips/rmi/ |
| HD | xlr_pcmcia.c | 75 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),
|
| /trueos/sys/arm/mv/ |
| HD | mv_sata.c | 358 struct ata_channel *ch; in sata_setup_intr() 380 struct ata_channel *ch; in sata_teardown_intr() 421 struct ata_channel *ch; in sata_channel_attach() 523 struct ata_channel *ch; in sata_channel_detach() 553 struct ata_channel *ch; in sata_channel_begin_transaction() 642 struct ata_channel *ch; in sata_channel_end_transaction() 706 struct ata_channel *ch; in sata_channel_status() 733 struct ata_channel *ch; in sata_channel_reset() 810 struct ata_channel *ch; in sata_edma_ctrl() 847 struct ata_channel *ch; in sata_edma_is_running() [all …]
|