Searched defs:brv (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wan/
H A Dhd64570.c412 unsigned int tmc, br = 10, brv = 1024; local
419 brv >>= 1; /* brv = 2^9 = 512 max in specs */
422 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
428 brv = 1;
432 port->settings.clock_rate = CLOCK_BASE / brv / tmc;
H A Dhd64572.c375 unsigned int tmc, br = 10, brv = 1024; local
382 brv >>= 1; /* brv = 2^9 = 512 max in specs */
385 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
391 brv = 1;
395 port->settings.clock_rate = CLOCK_BASE / brv / tmc;

Completed in 35 milliseconds