Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-thunderx.c51 unsigned int fil_bits; member
114 writeq(txgpio->line_entries[line].fil_bits, in thunderx_gpio_dir_in()
137 u64 bit_cfg = txgpio->line_entries[line].fil_bits | GPIO_BIT_CFG_TX_OE; in thunderx_gpio_dir_out()
235 txgpio->line_entries[line].fil_bits = in thunderx_gpio_set_config()
239 bit_cfg |= txgpio->line_entries[line].fil_bits; in thunderx_gpio_set_config()
336 bit_cfg = txline->fil_bits | GPIO_BIT_CFG_INT_EN; in thunderx_gpio_irq_set_type()
504 txgpio->line_entries[i].fil_bits = bit_cfg ? in thunderx_gpio_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-thunderx.c49 unsigned int fil_bits; member
112 writeq(txgpio->line_entries[line].fil_bits, in thunderx_gpio_dir_in()
135 u64 bit_cfg = txgpio->line_entries[line].fil_bits | GPIO_BIT_CFG_TX_OE; in thunderx_gpio_dir_out()
233 txgpio->line_entries[line].fil_bits = in thunderx_gpio_set_config()
237 bit_cfg |= txgpio->line_entries[line].fil_bits; in thunderx_gpio_set_config()
334 bit_cfg = txline->fil_bits | GPIO_BIT_CFG_INT_EN; in thunderx_gpio_irq_set_type()
505 txgpio->line_entries[i].fil_bits = bit_cfg ? in thunderx_gpio_probe()

Completed in 3 milliseconds