Home
last modified time | relevance | path

Searched refs:in_res (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c67 struct resource *in_res; member
148 *value = (bus_read_4(sc->in_res, 0) >> (31 - pin)) & 1; in mpc85xx_gpio_pin_get()
221 sc->in_res = bus_alloc_resource_any(dev, in mpc85xx_gpio_attach()
223 if (sc->in_res == NULL) { in mpc85xx_gpio_attach()
253 if (sc->in_res != NULL) { in mpc85xx_gpio_detach()
256 rman_get_rid(sc->in_res), sc->in_res); in mpc85xx_gpio_detach()