Lines Matching refs:dev_softc
93 bus_alloc_resource_any(ahc->dev_softc, SYS_RES_IRQ, &zero,
96 device_printf(ahc->dev_softc,
103 error = bus_setup_intr(ahc->dev_softc, ahc->platform_data->irq,
108 device_printf(ahc->dev_softc, "bus_setup_intr() failed: %d\n",
120 regs = bus_alloc_resource_any(ahc->dev_softc, SYS_RES_IOPORT, &rid,
123 device_printf(ahc->dev_softc, "Unable to map I/O space?!\n");
191 device_get_unit(ahc->dev_softc),
198 if (xpt_bus_register(sim, ahc->dev_softc, bus_id) != CAM_SUCCESS) {
224 ahc, device_get_unit(ahc->dev_softc),
234 if (xpt_bus_register(sim2, ahc->dev_softc, bus_id2) !=
1349 bus_release_resource(ahc->dev_softc,
1355 bus_release_resource(ahc->dev_softc,