Lines Matching refs:line_entries
57 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()
480 txgpio->line_entries[i].fil_bits = bit_cfg ? in thunderx_gpio_probe()