Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-thunderx.c56 struct thunderx_line *line_entries; /* per line irq info */ 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()
329 &txgpio->line_entries[irqd_to_hwirq(d)]; in thunderx_gpio_irq_set_type()
485 txgpio->line_entries = devm_kcalloc(dev, in thunderx_gpio_probe()
489 if (!txgpio->line_entries) { in thunderx_gpio_probe()
498 txgpio->line_entries[i].line = i; in thunderx_gpio_probe()
499 txgpio->line_entries[i].txgpio = txgpio; in thunderx_gpio_probe()
[all …]