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

/linux-master/drivers/net/wan/
H A Dhd64570.c406 unsigned int tmc, br = 10, brv = 1024; local
412 brv >>= 1; /* brv = 2^9 = 512 max in specs */
415 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
421 brv = 1;
426 port->settings.clock_rate = CLOCK_BASE / brv / tmc;
H A Dhd64572.c362 unsigned int tmc, br = 10, brv = 1024; local
368 brv >>= 1; /* brv = 2^9 = 512 max in specs */
371 tmc = CLOCK_BASE / brv / port->settings.clock_rate;
377 brv = 1;
382 port->settings.clock_rate = CLOCK_BASE / brv / tmc;

Completed in 133 milliseconds