Home
last modified time | relevance | path

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

/src/sys/arm64/rockchip/
H A Drk_gpio.c140 #define RK_GPIO_READ(_sc, _off) \ macro
150 value = RK_GPIO_READ(sc, rk_reg->offset); in rk_gpio_read_bit()
153 value = RK_GPIO_READ(sc, bit > 15 ? in rk_gpio_read_bit()
167 value = RK_GPIO_READ(sc, rk_reg->offset); in rk_gpio_write_bit()
191 value = RK_GPIO_READ(sc, rk_reg->offset); in rk_gpio_read_4()
193 value = (RK_GPIO_READ(sc, rk_reg->offset) & 0xffff) | in rk_gpio_read_4()
194 (RK_GPIO_READ(sc, rk_reg->offset + 4) << 16); in rk_gpio_read_4()