Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dhe.c655 unsigned rate_atmf, exp, man; in he_init_cs_block_rcm() local
711 rate_atmf = 0; in he_init_cs_block_rcm()
712 while (rate_atmf < 0x400) { in he_init_cs_block_rcm()
713 man = (rate_atmf & 0x1f) << 4; in he_init_cs_block_rcm()
714 exp = rate_atmf >> 5; in he_init_cs_block_rcm()
758 if (rate_atmf & 0x1) in he_init_cs_block_rcm()
760 CONFIG_RCMABR + RTGTBL_OFFSET + (rate_atmf >> 1)); in he_init_cs_block_rcm()
762 ++rate_atmf; in he_init_cs_block_rcm()