Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c659 unsigned rate_atmf, exp, man; in he_init_cs_block_rcm() local
715 rate_atmf = 0; in he_init_cs_block_rcm()
716 while (rate_atmf < 0x400) { in he_init_cs_block_rcm()
717 man = (rate_atmf & 0x1f) << 4; in he_init_cs_block_rcm()
718 exp = rate_atmf >> 5; in he_init_cs_block_rcm()
762 if (rate_atmf & 0x1) in he_init_cs_block_rcm()
764 CONFIG_RCMABR + RTGTBL_OFFSET + (rate_atmf >> 1)); in he_init_cs_block_rcm()
766 ++rate_atmf; in he_init_cs_block_rcm()