Home
last modified time | relevance | path

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

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