Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dhe.c656 unsigned rate_atmf, exp, man; in he_init_cs_block_rcm() local
712 rate_atmf = 0; in he_init_cs_block_rcm()
713 while (rate_atmf < 0x400) { in he_init_cs_block_rcm()
714 man = (rate_atmf & 0x1f) << 4; in he_init_cs_block_rcm()
715 exp = rate_atmf >> 5; in he_init_cs_block_rcm()
759 if (rate_atmf & 0x1) in he_init_cs_block_rcm()
761 CONFIG_RCMABR + RTGTBL_OFFSET + (rate_atmf >> 1)); in he_init_cs_block_rcm()
763 ++rate_atmf; in he_init_cs_block_rcm()