Searched refs:phy (Results 1 - 4 of 4) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_phycmds.c94 cmd_addcmd("phy dump",
98 "phy dump macid [reg]\n\n"
104 "-phy=*;Specify PHY address (default=1)");
106 cmd_addcmd("phy set",
110 "phy set macid reg value\n\n"
115 "-phy=*;Specify PHY address (default=1)");
122 phy_t phy; local
136 phy.sbe_mdio = PHY_PORT(A_MAC_REGISTER(mac,R_MAC_MDIO));
138 if (cmd_sw_value(cmd,"-phy",&x)) {
147 return ui_showerror(CFE_ERR_INV_PARAM,"Invalid phy registe
164 phy_t phy; local
[all...]
H A Ddev_sb1250_ethernet.c492 * phy_addr - phy address
1239 * Set values for the PHY so that when we poll the phy status
1728 int phy; local
1732 for (phy = 0, cnt = 0; phy < 31; phy++) {
1733 bmsr = sbeth_mii_read(s,phy,MII_BMSR);
1755 int phy; local
1759 for (phy = 0; phy < 3
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_aic6915.c733 mii_read_register(aic_ether_t *sc, int phy, int index) argument
747 csr = R_MIIRegistersAccessPort + ((PHY_REGISTERS*phy + index) << 2);
760 mii_write_register(aic_ether_t *sc, int phy, int index, uint16_t value) argument
774 csr = R_MIIRegistersAccessPort + ((PHY_REGISTERS*phy + index) << 2);
H A Ddev_bcm5700.c1037 mii_read_register(t3_ether_t *sc, int phy, int index) argument
1051 comm = (V_MICOMM_CMD_RD | V_MICOMM_PHY(phy) | V_MICOMM_REG(index)
1074 mii_read_register_v(t3_ether_t *sc, int phy, int index, int spin) argument
1078 val = mii_read_register(sc, phy, index);
1081 val = mii_read_register(sc, phy, index);
1088 mii_write_register(t3_ether_t *sc, int phy, int index, uint16_t value) argument
1102 comm = (V_MICOMM_CMD_WR | V_MICOMM_PHY(phy) | V_MICOMM_REG(index)

Completed in 89 milliseconds