Searched refs:rt2880_pmx_func (Results 1 – 5 of 5) sorted by relevance
/arch/mips/ralink/ |
D | rt3883.c | 24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 25 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 26 static struct rt2880_pmx_func uartf_func[] = { 35 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) }; 36 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 37 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 38 static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) }; 39 static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) }; 40 static struct rt2880_pmx_func pci_func[] = { 46 static struct rt2880_pmx_func ge1_func[] = { FUNC("ge1", 0, 72, 12) }; [all …]
|
D | mt7620.c | 55 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) }; 56 static struct rt2880_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) }; 57 static struct rt2880_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 15, 2) }; 58 static struct rt2880_pmx_func mdio_grp[] = { FUNC("mdio", 0, 22, 2) }; 59 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) }; 60 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) }; 61 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) }; 62 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) }; 63 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) }; 64 static struct rt2880_pmx_func pa_grp[] = { FUNC("pa", 0, 18, 4) }; [all …]
|
D | rt305x.c | 24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 25 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 26 static struct rt2880_pmx_func uartf_func[] = { 35 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) }; 36 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 37 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 38 static struct rt2880_pmx_func rt5350_led_func[] = { FUNC("led", 0, 22, 5) }; 39 static struct rt2880_pmx_func rt5350_cs1_func[] = { 43 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) }; 44 static struct rt2880_pmx_func rt3352_rgmii_func[] = { [all …]
|
D | rt288x.c | 24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 25 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 26 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) }; 27 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 28 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 29 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) }; 30 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
|
/arch/mips/include/asm/mach-ralink/ |
D | pinmux.h | 27 struct rt2880_pmx_func { struct 49 struct rt2880_pmx_func *func; argument
|