Searched refs:out_res (Results 1 – 2 of 2) sorted by relevance
67 struct resource *out_res; /* Memory resource */ member130 outvals = bus_read_4(sc->out_res, 0); in mpc85xx_gpio_pin_set()133 bus_write_4(sc->out_res, 0, outvals); in mpc85xx_gpio_pin_set()166 val = bus_read_4(sc->out_res, 0); in mpc85xx_gpio_pin_toggle()168 bus_write_4(sc->out_res, 0, val); in mpc85xx_gpio_pin_toggle()213 sc->out_res = bus_alloc_resource_any(dev, in mpc85xx_gpio_attach()215 if (sc->out_res == NULL) { in mpc85xx_gpio_attach()248 if (sc->out_res != NULL) { in mpc85xx_gpio_detach()251 rman_get_rid(sc->out_res), sc->out_res); in mpc85xx_gpio_detach()
358 struct tws_outbound_response out_res; in tws_get_response() local370 out_res = *(struct tws_outbound_response *)&out_mfa; in tws_get_response()372 if ( !out_res.not_mfa ) { in tws_get_response()376 *req_id = out_res.request_id; in tws_get_response()