Searched refs:bit_cfg (Results 1 – 2 of 2) sorted by relevance
148 bit_cfg |= GPIO_BIT_CFG_PIN_XOR; in thunderx_gpio_dir_out()151 bit_cfg |= GPIO_BIT_CFG_TX_OD; in thunderx_gpio_dir_out()162 u64 bit_cfg; in thunderx_gpio_get_direction() local174 if (bit_cfg & GPIO_BIT_CFG_TX_OE) in thunderx_gpio_get_direction()186 u64 bit_cfg; in thunderx_gpio_set_config() local239 bit_cfg &= ~GPIO_BIT_CFG_FIL_MASK; in thunderx_gpio_set_config()254 (bit_cfg & GPIO_BIT_CFG_TX_OE)) in thunderx_gpio_set_config()335 u64 bit_cfg; in thunderx_gpio_irq_set_type() local343 bit_cfg |= GPIO_BIT_CFG_INT_TYPE; in thunderx_gpio_irq_set_type()350 bit_cfg |= GPIO_BIT_CFG_PIN_XOR; in thunderx_gpio_irq_set_type()[all …]
77 int i, bit_cfg; in titsc_config_wires() local98 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()
Completed in 9 milliseconds