Home
last modified time | relevance | path

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

/freebsd/sys/dev/rccgpio/
H A Drccgpio.c49 #define RCC_GPIO_GP_LVL 0x08 macro
195 RCC_WRITE(sc, RCC_GPIO_GP_LVL, sc->sc_output); in rcc_gpio_pin_set()
213 value = RCC_READ(sc, RCC_GPIO_GP_LVL); in rcc_gpio_pin_get()
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()