Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c199 static uint16_t DtsecGetMaxFrameLength(t_Handle h_Dtsec) in DtsecGetMaxFrameLength() argument
201 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecGetMaxFrameLength()
211 static void DtsecIsr(t_Handle h_Dtsec) in DtsecIsr() argument
213 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecIsr()
323 static void DtsecMdioIsr(t_Handle h_Dtsec) in DtsecMdioIsr() argument
325 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecMdioIsr()
345 static void Dtsec1588Isr(t_Handle h_Dtsec) in Dtsec1588Isr() argument
347 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in Dtsec1588Isr()
452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) in DtsecConfigLoopback() argument
455 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigLoopback()
[all …]
H A Ddtsec_mii_acc.c48 t_Error DTSEC_MII_WritePhyReg(t_Handle h_Dtsec, in DTSEC_MII_WritePhyReg() argument
53 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() argument
75 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DTSEC_MII_ReadPhyReg()
H A Ddtsec_mii_acc.h39 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);