Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c472 rv = RM1(sc, AS3722_GPIO_SIGNAL_OUT, (1 << pin), (tmp << pin)); in as3722_gpio_pin_set()
493 rv = RD1(sc, AS3722_GPIO_SIGNAL_OUT, &tmp); in as3722_gpio_pin_get()
518 rv = RD1(sc, AS3722_GPIO_SIGNAL_OUT, &tmp); in as3722_gpio_pin_toggle()
524 rv = RM1(sc, AS3722_GPIO_SIGNAL_OUT, (1 << pin), tmp); in as3722_gpio_pin_toggle()
H A Das3722.h100 #define AS3722_GPIO_SIGNAL_OUT 0x20 macro