Searched refs:AS3722_GPIO_SIGNAL_OUT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/nvidia/ |
H A D | as3722_gpio.c | 467 rv = RM1(sc, AS3722_GPIO_SIGNAL_OUT, (1 << pin), (tmp << pin)); in as3722_gpio_pin_set() 488 rv = RD1(sc, AS3722_GPIO_SIGNAL_OUT, &tmp); in as3722_gpio_pin_get() 513 rv = RD1(sc, AS3722_GPIO_SIGNAL_OUT, &tmp); in as3722_gpio_pin_toggle() 519 rv = RM1(sc, AS3722_GPIO_SIGNAL_OUT, (1 << pin), tmp); in as3722_gpio_pin_toggle()
|
H A D | as3722.h | 98 #define AS3722_GPIO_SIGNAL_OUT 0x20 macro
|