Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Das3722_gpio.c467 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 Das3722.h98 #define AS3722_GPIO_SIGNAL_OUT 0x20 macro