Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
Dgpio-thunderx.c57 struct thunderx_line *line_entries; /* per line irq info */ member
113 writeq(txgpio->line_entries[line].fil_bits, in thunderx_gpio_dir_in()
136 u64 bit_cfg = txgpio->line_entries[line].fil_bits | GPIO_BIT_CFG_TX_OE; in thunderx_gpio_dir_out()
231 txgpio->line_entries[line].fil_bits = in thunderx_gpio_set_config()
235 bit_cfg |= txgpio->line_entries[line].fil_bits; in thunderx_gpio_set_config()
327 &txgpio->line_entries[irqd_to_hwirq(d)]; in thunderx_gpio_irq_set_type()
460 txgpio->line_entries = devm_kcalloc(dev, in thunderx_gpio_probe()
464 if (!txgpio->line_entries) { in thunderx_gpio_probe()
473 txgpio->line_entries[i].line = i; in thunderx_gpio_probe()
474 txgpio->line_entries[i].txgpio = txgpio; in thunderx_gpio_probe()
[all …]