Searched refs:RCC_WRITE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/rccgpio/ |
H A D | rccgpio.c | 81 #define RCC_WRITE(_sc, _off, _val) \ macro 96 RCC_WRITE(sc, reg, value); in rcc_gpio_modify_bits() 195 RCC_WRITE(sc, RCC_GPIO_GP_LVL, sc->sc_output); in rcc_gpio_pin_set() 239 RCC_WRITE(sc, RCC_GPIO_GP_LVL, sc->sc_output); in rcc_gpio_pin_toggle() 308 RCC_WRITE(sc, RCC_GPIO_GP_LVL, sc->sc_output); in rcc_gpio_attach()
|