Searched refs:holdCycle (Results 1 – 1 of 1) sorted by relevance
43 uint32_t holdCycle; in NETC_PEMDIO_Init() local56 …holdCycle = (NETC_MDIO_HOLD_TIME_NS_MIN + NETC_NANOSECOND_ONE_SECOND / mdioConfig->srcClockHz - 1U… in NETC_PEMDIO_Init()59 if ((holdCycle > 57U) || (holdCycle == 0U)) in NETC_PEMDIO_Init()63 else if (holdCycle > 15U) in NETC_PEMDIO_Init()66 mdioHold = (holdCycle - 2U) / 8U + 1U; in NETC_PEMDIO_Init()70 mdioHold = holdCycle / 2U; in NETC_PEMDIO_Init()197 uint32_t holdCycle; in NETC_PIMDIO_Init() local209 …holdCycle = (NETC_MDIO_HOLD_TIME_NS_MIN + NETC_NANOSECOND_ONE_SECOND / mdioConfig->srcClockHz - 1U… in NETC_PIMDIO_Init()212 if ((holdCycle > 15U) || (holdCycle == 0U)) in NETC_PIMDIO_Init()218 mdioHold = holdCycle / 2U; in NETC_PIMDIO_Init()