Searched refs:AW_GPIO_GP_PUL (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | aw_gpio.c | 374 #define AW_GPIO_GP_PUL(_sc, _bank, _idx) \ macro 466 val = AW_GPIO_READ(sc, AW_GPIO_GP_PUL(sc, bank, pin >> 4)); in aw_gpio_get_pud() 486 val = AW_GPIO_READ(sc, AW_GPIO_GP_PUL(sc, bank, pin >> 4)); in aw_gpio_set_pud() 489 AW_GPIO_WRITE(sc, AW_GPIO_GP_PUL(sc, bank, pin >> 4), val); in aw_gpio_set_pud()
|