Searched refs:rt2880_pmx_func (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/arch/mips/ralink/ |
| 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[] = { 62 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) }; 63 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) }; 64 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) }; 65 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) }; 66 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) }; 67 static struct rt2880_pmx_func pa_grp[] = { FUNC("pa", 0, 18, 4) }; [all …]
|
| D | rt3883.c | 23 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 24 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 25 static struct rt2880_pmx_func uartf_func[] = { 34 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) }; 35 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 36 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 37 static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) }; 38 static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) }; 39 static struct rt2880_pmx_func pci_func[] = { 45 static struct rt2880_pmx_func ge1_func[] = { FUNC("ge1", 0, 72, 12) }; [all …]
|
| D | mt7621.c | 57 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) }; 58 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) }; 59 static struct rt2880_pmx_func uart3_grp[] = { 64 static struct rt2880_pmx_func uart2_grp[] = { 69 static struct rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) }; 70 static struct rt2880_pmx_func wdt_grp[] = { 74 static struct rt2880_pmx_func pcie_rst_grp[] = { 78 static struct rt2880_pmx_func mdio_grp[] = { FUNC("mdio", 0, 20, 2) }; 79 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 22, 12) }; 80 static struct rt2880_pmx_func spi_grp[] = { [all …]
|
| D | rt305x.c | 25 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 26 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 27 static struct rt2880_pmx_func uartf_func[] = { 36 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) }; 37 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 38 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 39 static struct rt2880_pmx_func rt5350_led_func[] = { FUNC("led", 0, 22, 5) }; 40 static struct rt2880_pmx_func rt5350_cs1_func[] = { 44 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) }; 45 static struct rt2880_pmx_func rt3352_rgmii_func[] = { [all …]
|
| D | rt288x.c | 23 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; 24 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) }; 25 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) }; 26 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) }; 27 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) }; 28 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) }; 29 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
|
| /Linux-v4.19/arch/mips/include/asm/mach-ralink/ |
| D | pinmux.h | 27 struct rt2880_pmx_func { struct 49 struct rt2880_pmx_func *func; argument
|
| /Linux-v4.19/drivers/staging/mt7621-pinctrl/ |
| D | pinctrl-rt2880.c | 34 struct rt2880_pmx_func **func; 225 static struct rt2880_pmx_func gpio_func = { 231 struct rt2880_pmx_func **f; in rt2880_pinmux_index() 258 sizeof(struct rt2880_pmx_func), in rt2880_pinmux_index()
|