Searched refs:DP83867_REGCR_FUNCTION_MASK (Results 1 – 1 of 1) sorted by relevance
1094 #define DP83867_REGCR_FUNCTION_MASK (0xC000U) macro1096 …GCR_FUNCTION_SET(x) (((uint16_t)(x) << DP83867_REGCR_FUNCTION_SHIFT) & DP83867_REGCR_FUNCTION_MASK)1097 #define DP83867_REGCR_FUNCTION_GET(x) (((uint16_t)(x) & DP83867_REGCR_FUNCTION_MASK) >> DP83867_REG…
Completed in 13 milliseconds