Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c145 bit_cfg |= GPIO_BIT_CFG_PIN_XOR; in thunderx_gpio_dir_out()
148 bit_cfg |= GPIO_BIT_CFG_TX_OD; in thunderx_gpio_dir_out()
159 u64 bit_cfg; in thunderx_gpio_get_direction() local
171 if (bit_cfg & GPIO_BIT_CFG_TX_OE) in thunderx_gpio_get_direction()
183 u64 bit_cfg; in thunderx_gpio_set_config() local
236 bit_cfg &= ~GPIO_BIT_CFG_FIL_MASK; in thunderx_gpio_set_config()
251 (bit_cfg & GPIO_BIT_CFG_TX_OE)) in thunderx_gpio_set_config()
330 u64 bit_cfg; in thunderx_gpio_irq_set_type() local
338 bit_cfg |= GPIO_BIT_CFG_INT_TYPE; in thunderx_gpio_irq_set_type()
345 bit_cfg |= GPIO_BIT_CFG_PIN_XOR; in thunderx_gpio_irq_set_type()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c77 int i, bit_cfg; in titsc_config_wires() local
98 bit_cfg = config_pins[wi_order]; in titsc_config_wires()
99 if (bit_cfg == 0) in titsc_config_wires()
103 ts_dev->bit_xp = bit_cfg; in titsc_config_wires()
108 ts_dev->bit_xn = bit_cfg; in titsc_config_wires()
113 ts_dev->bit_yp = bit_cfg; in titsc_config_wires()
117 ts_dev->bit_yn = bit_cfg; in titsc_config_wires()