Searched refs:h_Dtsec (Results 1 – 3 of 3) sorted by relevance
199 static uint16_t DtsecGetMaxFrameLength(t_Handle h_Dtsec) in DtsecGetMaxFrameLength() argument201 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecGetMaxFrameLength()211 static void DtsecIsr(t_Handle h_Dtsec) in DtsecIsr() argument213 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecIsr()323 static void DtsecMdioIsr(t_Handle h_Dtsec) in DtsecMdioIsr() argument325 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecMdioIsr()345 static void Dtsec1588Isr(t_Handle h_Dtsec) in Dtsec1588Isr() argument347 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in Dtsec1588Isr()452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) in DtsecConfigLoopback() argument455 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigLoopback()[all …]
48 t_Error DTSEC_MII_WritePhyReg(t_Handle h_Dtsec, in DTSEC_MII_WritePhyReg() argument53 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DTSEC_MII_WritePhyReg()70 t_Error DTSEC_MII_ReadPhyReg(t_Handle h_Dtsec, in DTSEC_MII_ReadPhyReg() argument75 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DTSEC_MII_ReadPhyReg()
39 t_Error DTSEC_MII_WritePhyReg(t_Handle h_Dtsec, uint8_t phyAddr, uint8_t reg, uint16_t data);40 t_Error DTSEC_MII_ReadPhyReg(t_Handle h_Dtsec, uint8_t phyAddr, uint8_t reg, uint16_t *p_Data);