Home
last modified time | relevance | path

Searched refs:cpu_ports (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/dsa/microchip/
A Dksz8795.c1596 int cpu_ports; member
1607 .cpu_ports = 0x10, /* can be configured as cpu port */
1630 .cpu_ports = 0x10, /* can be configured as cpu port */
1639 .cpu_ports = 0x10, /* can be configured as cpu port */
1648 .cpu_ports = 0x4, /* can be configured as cpu port */
1668 dev->port_cnt = fls(chip->cpu_ports); in ksz8_switch_init()
1669 dev->cpu_port = fls(chip->cpu_ports) - 1; in ksz8_switch_init()
1671 dev->cpu_ports = chip->cpu_ports; in ksz8_switch_init()
1672 dev->host_mask = chip->cpu_ports; in ksz8_switch_init()
1674 chip->cpu_ports; in ksz8_switch_init()
[all …]
A Dksz9477.c1233 if (dsa_is_cpu_port(ds, i) && (dev->cpu_ports & (1 << i))) { in ksz9477_config_cpu_port()
1440 int cpu_ports; member
1452 .cpu_ports = 0x7F, /* can be configured as cpu port */
1462 .cpu_ports = 0x7F, /* can be configured as cpu port */
1472 .cpu_ports = 0x07, /* can be configured as cpu port */
1481 .cpu_ports = 0x7F, /* can be configured as cpu port */
1502 dev->cpu_ports = chip->cpu_ports; in ksz9477_switch_init()
A Dksz_common.h68 int cpu_ports; /* port bitmap can be cpu port */ member

Completed in 11 milliseconds