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

/netbsd-current/sys/dev/ic/
H A Dpl061reg.h41 #define PL061_GPIOAFSEL_REG 0x420 macro
H A Dpl061.c58 const uint32_t cnf = PLGPIO_READ(sc, PL061_GPIOAFSEL_REG) |
/netbsd-current/sys/dev/fdt/
H A Dpl061gpio_fdt.c134 const uint32_t cnf = PLGPIO_READ(sc, PL061_GPIOAFSEL_REG);
136 PLGPIO_WRITE(sc, PL061_GPIOAFSEL_REG, cnf & ~__BIT(pin));

Completed in 157 milliseconds