Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c32 #define GPIO_BIT_CFG_TX_OD BIT(12) macro
148 bit_cfg |= GPIO_BIT_CFG_TX_OD; in thunderx_gpio_dir_out()
508 if ((bit_cfg & GPIO_BIT_CFG_TX_OE) && (bit_cfg & GPIO_BIT_CFG_TX_OD)) in thunderx_gpio_probe()