Lines Matching refs:device_get_softc
106 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()
320 ctlr = device_get_softc(device_get_parent(dev)); in ata_intel_ch_attach()
321 ch = device_get_softc(dev); in ata_intel_ch_attach()
408 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_reset()
409 struct ata_channel *ch = device_get_softc(dev); 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()
478 struct ata_channel *ch = device_get_softc(dev); in ata_intel_new_setmode()
550 struct ata_pci_controller *ctlr = device_get_softc(parent); in ata_intel_sch_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()
608 ctlr = device_get_softc(parent); in ata_intel_sata_ahci_read()
609 ch = device_get_softc(dev); in ata_intel_sata_ahci_read()
639 ctlr = device_get_softc(parent); in ata_intel_sata_cscr_read()
640 ch = device_get_softc(dev); in ata_intel_sata_cscr_read()
672 ctlr = device_get_softc(parent); in ata_intel_sata_sidpr_read()
673 ch = device_get_softc(dev); in ata_intel_sata_sidpr_read()
705 ctlr = device_get_softc(parent); in ata_intel_sata_ahci_write()
706 ch = device_get_softc(dev); in ata_intel_sata_ahci_write()
736 ctlr = device_get_softc(parent); in ata_intel_sata_cscr_write()
737 ch = device_get_softc(dev); in ata_intel_sata_cscr_write()
769 ctlr = device_get_softc(parent); in ata_intel_sata_sidpr_write()
770 ch = device_get_softc(dev); in ata_intel_sata_sidpr_write()
795 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_sidpr_test()
821 struct ata_pci_controller *ctlr = device_get_softc(device_get_parent(dev)); in ata_intel_31244_ch_attach()
822 struct ata_channel *ch = device_get_softc(dev); in ata_intel_31244_ch_attach()
890 struct ata_channel *ch = device_get_softc(request->parent); in ata_intel_31244_tf_write()
918 struct ata_channel *ch = device_get_softc(dev); in ata_intel_31244_reset()