Searched refs:RK_GPIO_SWPORTA_DR (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/arm64/rockchip/
H A Drk_gpio.c57 RK_GPIO_SWPORTA_DR = 1, /* Data register */ enumerator in enum:gpio_regs
316 sc->regs[RK_GPIO_SWPORTA_DR] = 0x00;
329 sc->regs[RK_GPIO_SWPORTA_DR] = 0x00;
376 sc->swporta = rk_gpio_read_4(sc, RK_GPIO_SWPORTA_DR);
549 rk_gpio_write_4(sc, RK_GPIO_SWPORTA_DR, sc->swporta);
570 rk_gpio_write_4(sc, RK_GPIO_SWPORTA_DR, sc->swporta);
586 reg = rk_gpio_read_4(sc, RK_GPIO_SWPORTA_DR);
593 rk_gpio_write_4(sc, RK_GPIO_SWPORTA_DR, reg);

Completed in 109 milliseconds