Home
last modified time | relevance | path

Searched refs:h_Memac (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dmemac.c203 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacErrException()
225 static void MemacException(t_Handle h_Memac) in MemacException() argument
227 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacException()
277 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacEnable()
291 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacDisable()
305 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacSetPromiscuous()
319 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacAdjustLink()
817 t_Memac *p_Memac = (t_Memac *)h_Memac; in MemacInitInternalPhy()
853 static t_Error MemacInit(t_Handle h_Memac) in MemacInit() argument
920 MemacInitInternalPhy(h_Memac); in MemacInit()
[all …]
H A Dmemac_mii_acc.c45 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, in MEMAC_MII_WritePhyReg() argument
50 t_Memac *p_Memac = (t_Memac *)h_Memac; in MEMAC_MII_WritePhyReg()
63 t_Error MEMAC_MII_ReadPhyReg(t_Handle h_Memac, in MEMAC_MII_ReadPhyReg() argument
68 t_Memac *p_Memac = (t_Memac *)h_Memac; in MEMAC_MII_ReadPhyReg()
H A Dmemac.h106 t_Error MEMAC_MII_WritePhyReg(t_Handle h_Memac, uint8_t phyAddr, uint8_t reg, uint16_t data);
107 t_Error MEMAC_MII_ReadPhyReg(t_Handle h_Memac, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);