Home
last modified time | relevance | path

Searched refs:SET_MDCDIV (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h279 #define SET_MDCDIV(x) (((x)&0x3F)<< 8) /* Set MDC Clock Divisor */ macro
/linux-2.6.39/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h278 #define SET_MDCDIV(x) (((x)&0x3F)<< 8) /* Set MDC Clock Divisor */ macro
/linux-2.6.39/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h268 #define SET_MDCDIV(x) (((x)&0x3F)<< 8) /* Set MDC Clock Divisor */ macro
/linux-2.6.39/drivers/net/
Dbfin_mac.c402 sysctl = (sysctl & ~MDCDIV) | SET_MDCDIV(mdc_div); in mii_probe()