Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c211 static void DtsecIsr(t_Handle h_Dtsec) in DtsecIsr() argument
323 static void DtsecMdioIsr(t_Handle h_Dtsec) in DtsecMdioIsr() argument
345 static void Dtsec1588Isr(t_Handle h_Dtsec) in Dtsec1588Isr() argument
455 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigLoopback()
469 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigMaxFrameLength()
483 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigPadAndCrc()
497 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigHalfDuplex()
511 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigTbiPhyAddr()
525 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigLengthCheck()
539 t_Dtsec *p_Dtsec = (t_Dtsec *)h_Dtsec; in DtsecConfigException()
[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);