Home
last modified time | relevance | path

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

/openbsd/sys/arch/octeon/dev/
H A Doctgpio.c41 #define GPIO_BIT_CFG_TX_OE 0x0000000000000001ull macro
154 value |= GPIO_BIT_CFG_TX_OE; in octgpio_config_pin()
170 value &= ~(GPIO_BIT_CFG_TX_OE | GPIO_BIT_CFG_RX_XOR); in octgpio_config_pin()