Searched refs:out_res (Results 1 – 2 of 2) sorted by relevance
66 struct resource *out_res; /* Memory resource */ member129 outvals = bus_read_4(sc->out_res, 0); in mpc85xx_gpio_pin_set()132 bus_write_4(sc->out_res, 0, outvals); in mpc85xx_gpio_pin_set()165 val = bus_read_4(sc->out_res, 0); in mpc85xx_gpio_pin_toggle()167 bus_write_4(sc->out_res, 0, val); in mpc85xx_gpio_pin_toggle()212 sc->out_res = bus_alloc_resource_any(dev, in mpc85xx_gpio_attach()214 if (sc->out_res == NULL) { in mpc85xx_gpio_attach()247 if (sc->out_res != NULL) { in mpc85xx_gpio_detach()250 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()