Lines Matching refs:dev_softc
124 ahd->dev_softc = dev;
152 if (resource_int_value(device_get_name(ahd->dev_softc),
153 device_get_unit(ahd->dev_softc),
156 device_printf(ahd->dev_softc,
165 regs = bus_alloc_resource_any(ahd->dev_softc, regs_type,
183 device_printf(ahd->dev_softc,
186 aic_get_pci_bus(ahd->dev_softc),
187 aic_get_pci_slot(ahd->dev_softc),
188 aic_get_pci_function(ahd->dev_softc));
189 bus_release_resource(ahd->dev_softc, regs_type,
199 regs = bus_alloc_resource_any(ahd->dev_softc, regs_type,
202 device_printf(ahd->dev_softc,
212 regs2 = bus_alloc_resource_any(ahd->dev_softc, regs_type,
215 device_printf(ahd->dev_softc,
239 bus_alloc_resource_any(ahd->dev_softc, SYS_RES_IRQ, &zero,