Home
last modified time | relevance | path

Searched refs:MV88E61XX_PORTS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/cavium/octe/
H A Dmv88e61xxphy.c70 struct mv88e61xxphy_port_softc sc_ports[MV88E61XX_PORTS];
159 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_attach()
177 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_attach()
237 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_init()
282 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_init()
293 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_init()
353 allow_mask = (1 << MV88E61XX_PORTS) - 1; in mv88e61xxphy_init_port()
400 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_init_vtu()
413 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_init_vtu()
533 for (port = 0; port < MV88E61XX_PORTS; port++) { in mv88e61xxphy_vtu_load()
H A Dmv88e61xxphyreg.h51 #define MV88E61XX_PORTS (6) macro