Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-thunderx.c58 struct thunderx_line *line_entries; /* per line irq info */ 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()
232 txgpio->line_entries[line].fil_bits = in thunderx_gpio_set_config()
236 bit_cfg |= txgpio->line_entries[line].fil_bits; in thunderx_gpio_set_config()
515 txgpio->line_entries = devm_kcalloc(dev, in thunderx_gpio_probe()
519 if (!txgpio->line_entries) { in thunderx_gpio_probe()
528 txgpio->line_entries[i].line = i; in thunderx_gpio_probe()
529 txgpio->line_entries[i].txgpio = txgpio; in thunderx_gpio_probe()
535 txgpio->line_entries[i].fil_bits = bit_cfg ? in thunderx_gpio_probe()
[all …]