Searched refs:p_MiiMemMap (Results 1 – 9 of 9) sorted by relevance
53 SANITY_CHECK_RETURN_ERROR(p_Memac->p_MiiMemMap, E_INVALID_HANDLE); in MEMAC_MII_WritePhyReg()55 return (t_Error)fman_memac_mii_write_phy_reg(p_Memac->p_MiiMemMap, in MEMAC_MII_WritePhyReg()71 SANITY_CHECK_RETURN_ERROR(p_Memac->p_MiiMemMap, E_INVALID_HANDLE); in MEMAC_MII_ReadPhyReg()73 return fman_memac_mii_read_phy_reg(p_Memac->p_MiiMemMap, in MEMAC_MII_ReadPhyReg()
59 SANITY_CHECK_RETURN_ERROR(p_Dtsec->p_MiiMemMap, E_INVALID_HANDLE); in DTSEC_MII_WritePhyReg()62 miiregs = p_Dtsec->p_MiiMemMap; in DTSEC_MII_WritePhyReg()81 SANITY_CHECK_RETURN_ERROR(p_Dtsec->p_MiiMemMap, E_INVALID_HANDLE); in DTSEC_MII_ReadPhyReg()84 miiregs = p_Dtsec->p_MiiMemMap; in DTSEC_MII_ReadPhyReg()
55 SANITY_CHECK_RETURN_ERROR(p_Tgec->p_MiiMemMap, E_INVALID_HANDLE); in TGEC_MII_WritePhyReg()57 p_MiiAccess = p_Tgec->p_MiiMemMap; in TGEC_MII_WritePhyReg()99 SANITY_CHECK_RETURN_ERROR(p_Tgec->p_MiiMemMap, E_INVALID_HANDLE); in TGEC_MII_ReadPhyReg()101 p_MiiAccess = p_Tgec->p_MiiMemMap; in TGEC_MII_ReadPhyReg()
71 …struct memac_mii_access_mem_map *p_MiiMemMap; /**< Pointer to MII memory ma… member
129 …t_TgecMiiAccessMemMap *p_MiiMemMap; /**< pointer to MII memory mapped … member
205 …struct dtsec_mii_reg *p_MiiMemMap; /**< pointer to dTSEC MII memory mapped registers. … member
964 p_Tgec->p_MiiMemMap = (t_TgecMiiAccessMemMap *)UINT_TO_PTR(baseAddr + TGEC_TO_MII_OFFSET); in TGEC_Config()
1086 …p_Memac->p_MiiMemMap = (struct memac_mii_access_mem_map*)UINT_TO_PTR(baseAddr + MEMAC_TO_MII_OF… in MEMAC_Config()
1450 … p_Dtsec->p_MiiMemMap = (struct dtsec_mii_reg *)UINT_TO_PTR(baseAddr + DTSEC_TO_MII_OFFSET); in DTSEC_Config()