Home
last modified time | relevance | path

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

/drivers/atm/
Diphase.c309 cellrate_to_float(u32 cr) in cellrate_to_float() function
431 f_abr_vc->f_pcr = cellrate_to_float(srv_p->pcr); in ia_open_abr_vc()
435 f_abr_vc->f_icr = cellrate_to_float(icr); in ia_open_abr_vc()
439 f_abr_vc->f_mcr = cellrate_to_float(srv_p->mcr); in ia_open_abr_vc()
451 r_abr_vc->r_air = cellrate_to_float(air); in ia_open_abr_vc()
1832 vc->acr = cellrate_to_float(iadev->LineRate);
1834 vc->acr = cellrate_to_float(vcc->qos.txtp.pcr);
2156 writew(cellrate_to_float(iadev->LineRate),iadev->seg_reg+MAXRATE);