Searched refs:SET_MDCDIV (Results 1 – 4 of 4) sorted by relevance
279 #define SET_MDCDIV(x) (((x)&0x3F)<< 8) /* Set MDC Clock Divisor */ macro
278 #define SET_MDCDIV(x) (((x)&0x3F)<< 8) /* Set MDC Clock Divisor */ macro
268 #define SET_MDCDIV(x) (((x)&0x3F)<< 8) /* Set MDC Clock Divisor */ macro
402 sysctl = (sysctl & ~MDCDIV) | SET_MDCDIV(mdc_div); in mii_probe()