Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c25 #define GPIO_BIT_CFG_TX_OE BIT(0) macro
135 u64 bit_cfg = txgpio->line_entries[line].fil_bits | GPIO_BIT_CFG_TX_OE; in thunderx_gpio_dir_out()
171 if (bit_cfg & GPIO_BIT_CFG_TX_OE) in thunderx_gpio_get_direction()
251 (bit_cfg & GPIO_BIT_CFG_TX_OE)) in thunderx_gpio_set_config()
508 if ((bit_cfg & GPIO_BIT_CFG_TX_OE) && (bit_cfg & GPIO_BIT_CFG_TX_OD)) in thunderx_gpio_probe()