Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-thunderx.c34 #define GPIO_BIT_CFG_TX_OD BIT(12) macro
150 bit_cfg |= GPIO_BIT_CFG_TX_OD; in thunderx_gpio_dir_out()
507 if ((bit_cfg & GPIO_BIT_CFG_TX_OE) && (bit_cfg & GPIO_BIT_CFG_TX_OD)) in thunderx_gpio_probe()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds