Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c95 static void TgecErrException(t_Handle h_Tgec) in TgecErrException() argument
141 static void TgecException(t_Handle h_Tgec) in TgecException() argument
189 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecEnable()
203 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecDisable()
236 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigLoopback()
250 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigWan()
264 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigMaxFrameLength()
278 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigLengthCheck()
294 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TgecConfigException()
750 static t_Error TgecInit(t_Handle h_Tgec) in TgecInit() argument
[all …]
H A Dtgec_mii_acc.c45 t_Error TGEC_MII_WritePhyReg(t_Handle h_Tgec, in TGEC_MII_WritePhyReg() argument
50 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TGEC_MII_WritePhyReg()
89 t_Error TGEC_MII_ReadPhyReg(t_Handle h_Tgec, in TGEC_MII_ReadPhyReg() argument
94 t_Tgec *p_Tgec = (t_Tgec *)h_Tgec; in TGEC_MII_ReadPhyReg()
H A Dtgec.h147 t_Error TGEC_MII_WritePhyReg(t_Handle h_Tgec, uint8_t phyAddr, uint8_t reg, uint16_t data);
148 t_Error TGEC_MII_ReadPhyReg(t_Handle h_Tgec, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);