Lines Matching refs:dev_softc
124 ahc->dev_softc = dev; in ahc_pci_attach()
148 if (resource_int_value(device_get_name(ahc->dev_softc), in ahc_pci_map_registers()
149 device_get_unit(ahc->dev_softc), in ahc_pci_map_registers()
152 device_printf(ahc->dev_softc, "Defaulting to MEMIO "); in ahc_pci_map_registers()
167 regs = bus_alloc_resource_any(ahc->dev_softc, regs_type, in ahc_pci_map_registers()
178 device_printf(ahc->dev_softc, in ahc_pci_map_registers()
181 aic_get_pci_bus(ahc->dev_softc), in ahc_pci_map_registers()
182 aic_get_pci_slot(ahc->dev_softc), in ahc_pci_map_registers()
183 aic_get_pci_function(ahc->dev_softc)); in ahc_pci_map_registers()
184 bus_release_resource(ahc->dev_softc, regs_type, in ahc_pci_map_registers()
194 regs = bus_alloc_resource_any(ahc->dev_softc, regs_type, in ahc_pci_map_registers()
200 device_printf(ahc->dev_softc, in ahc_pci_map_registers()
203 aic_get_pci_bus(ahc->dev_softc), in ahc_pci_map_registers()
204 aic_get_pci_slot(ahc->dev_softc), in ahc_pci_map_registers()
205 aic_get_pci_function(ahc->dev_softc)); in ahc_pci_map_registers()
206 bus_release_resource(ahc->dev_softc, regs_type, in ahc_pci_map_registers()
213 device_printf(ahc->dev_softc, in ahc_pci_map_registers()