Home
last modified time | relevance | path

Searched refs:p_MiiMemMap (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac_mii_acc.c53 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()
H A Ddtsec_mii_acc.c59 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()
H A Dtgec_mii_acc.c55 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()
H A Dmemac.h71 …struct memac_mii_access_mem_map *p_MiiMemMap; /**< Pointer to MII memory ma… member
H A Dtgec.h129 …t_TgecMiiAccessMemMap *p_MiiMemMap; /**< pointer to MII memory mapped … member
H A Ddtsec.h205 …struct dtsec_mii_reg *p_MiiMemMap; /**< pointer to dTSEC MII memory mapped registers. … member
H A Dtgec.c964 p_Tgec->p_MiiMemMap = (t_TgecMiiAccessMemMap *)UINT_TO_PTR(baseAddr + TGEC_TO_MII_OFFSET); in TGEC_Config()
H A Dmemac.c1086 …p_Memac->p_MiiMemMap = (struct memac_mii_access_mem_map*)UINT_TO_PTR(baseAddr + MEMAC_TO_MII_OF… in MEMAC_Config()
H A Ddtsec.c1450 … p_Dtsec->p_MiiMemMap = (struct dtsec_mii_reg *)UINT_TO_PTR(baseAddr + DTSEC_TO_MII_OFFSET); in DTSEC_Config()