Searched refs:MEMAC_MII_WritePhyReg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | memac.c | 99 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x14, tmpReg16); in SetupSgmiiInternalPhy() 103 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x4, tmpReg16); in SetupSgmiiInternalPhy() 116 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x13, 0x0007); in SetupSgmiiInternalPhy() 117 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x12, 0xa120); in SetupSgmiiInternalPhy() 121 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x0, tmpReg16); in SetupSgmiiInternalPhy() 142 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x14, tmpReg16); in SetupSgmiiInternalPhyBaseX() 146 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x4, tmpReg16); in SetupSgmiiInternalPhyBaseX() 159 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x13, 0x002f); in SetupSgmiiInternalPhyBaseX() 160 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x12, 0xaf08); in SetupSgmiiInternalPhyBaseX() 164 MEMAC_MII_WritePhyReg(p_Memac, phyAddr, 0x0, tmpReg16); in SetupSgmiiInternalPhyBaseX() [all …]
|
H A D | memac_mii_acc.c | 45 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, in MEMAC_MII_WritePhyReg() function
|
H A D | memac.h | 106 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, uint8_t phyAddr, uint8_t reg, uint16_t data);
|