Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A 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()
138 u64 bit_cfg = txgpio->line_entries[line].fil_bits | GPIO_BIT_CFG_TX_OE; in thunderx_gpio_dir_out()
236 txgpio->line_entries[line].fil_bits = in thunderx_gpio_set_config()
240 bit_cfg |= txgpio->line_entries[line].fil_bits; in thunderx_gpio_set_config()
334 &txgpio->line_entries[irqd_to_hwirq(d)]; in thunderx_gpio_irq_set_type()
490 txgpio->line_entries = devm_kcalloc(dev, in thunderx_gpio_probe()
494 if (!txgpio->line_entries) { in thunderx_gpio_probe()
503 txgpio->line_entries[i].line = i; in thunderx_gpio_probe()
504 txgpio->line_entries[i].txgpio = txgpio; in thunderx_gpio_probe()
[all …]