Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/atm/
Diphase.c307 cellrate_to_float(u32 cr) in cellrate_to_float() function
429 f_abr_vc->f_pcr = cellrate_to_float(srv_p->pcr); in ia_open_abr_vc()
433 f_abr_vc->f_icr = cellrate_to_float(icr); in ia_open_abr_vc()
437 f_abr_vc->f_mcr = cellrate_to_float(srv_p->mcr); in ia_open_abr_vc()
449 r_abr_vc->r_air = cellrate_to_float(air); in ia_open_abr_vc()
1830 vc->acr = cellrate_to_float(iadev->LineRate);
1832 vc->acr = cellrate_to_float(vcc->qos.txtp.pcr);
2152 writew(cellrate_to_float(iadev->LineRate),iadev->seg_reg+MAXRATE);