Searched refs:AS3722_GPIO_SIGNAL_OUT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/nvidia/ |
| H A D | as3722_gpio.c | 472 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 D | as3722.h | 100 #define AS3722_GPIO_SIGNAL_OUT 0x20 macro
|