Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/ralink/
Dmt7620.c53 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
54 static struct rt2880_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
55 static struct rt2880_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 15, 2) };
56 static struct rt2880_pmx_func mdio_grp[] = {
60 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) };
61 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) };
62 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) };
63 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) };
64 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) };
65 static struct rt2880_pmx_func pa_grp[] = { FUNC("pa", 0, 18, 4) };
[all …]
Drt3883.c21 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
22 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
23 static struct rt2880_pmx_func uartf_func[] = {
32 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
33 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
34 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
35 static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) };
36 static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) };
37 static struct rt2880_pmx_func pci_func[] = {
43 static struct rt2880_pmx_func ge1_func[] = { FUNC("ge1", 0, 72, 12) };
[all …]
Dmt7621.c52 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) };
53 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) };
54 static struct rt2880_pmx_func uart3_grp[] = {
59 static struct rt2880_pmx_func uart2_grp[] = {
64 static struct rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) };
65 static struct rt2880_pmx_func wdt_grp[] = {
69 static struct rt2880_pmx_func pcie_rst_grp[] = {
73 static struct rt2880_pmx_func mdio_grp[] = { FUNC("mdio", 0, 20, 2) };
74 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 22, 12) };
75 static struct rt2880_pmx_func spi_grp[] = {
[all …]
Drt305x.c23 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 rt5350_led_func[] = { FUNC("led", 0, 22, 5) };
38 static struct rt2880_pmx_func rt5350_cs1_func[] = {
42 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) };
43 static struct rt2880_pmx_func rt3352_rgmii_func[] = {
[all …]
Drt288x.c21 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
22 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
23 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) };
24 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
25 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
26 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) };
27 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/
Dpinmux.h24 struct rt2880_pmx_func { struct
46 struct rt2880_pmx_func *func; argument
/kernel/linux/linux-5.10/drivers/staging/mt7621-pinctrl/
Dpinctrl-rt2880.c35 struct rt2880_pmx_func **func;
190 static struct rt2880_pmx_func gpio_func = {
196 struct rt2880_pmx_func **f; in rt2880_pinmux_index()