Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/boot/dts/lantiq/
Ddanube_easy50712.dts69 exin {
71 lantiq,function = "exin";
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt51 spi, asc, cgu, jtag, exin, stp, gpt, mdio, ephy, dfe
62 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, dfe
74 spi, asc, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe
89 spi, usif, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe, gphy
101 spi, usif, cgu, exin, stp, ebu, mdio, dfe, ephy
/linux-6.6.21/arch/mips/lantiq/
Dirq.c71 int ltq_eiu_get_irq(int exin) in ltq_eiu_get_irq() argument
73 if (exin < exin_avail) in ltq_eiu_get_irq()
74 return ltq_eiu_irq[exin]; in ltq_eiu_get_irq()
/linux-6.6.21/arch/mips/include/asm/mach-lantiq/
Dlantiq.h35 extern int ltq_eiu_get_irq(int exin);
/linux-6.6.21/drivers/pinctrl/
Dpinctrl-lantiq.h96 const unsigned *exin; member
Dpinctrl-xway.c1346 if (info->exin[i] == offset) in xway_gpio_to_irq()
1373 const unsigned *exin; member
1385 .exin = ase_exin_pin_map,
1397 .exin = danube_exin_pin_map,
1409 .exin = xrx100_exin_pin_map,
1421 .exin = xrx200_exin_pin_map,
1433 .exin = xrx300_exin_pin_map,
1501 xway_info.exin = xway_soc->exin; in pinmux_xway_probe()