Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/atm/
Diphase.c310 cellrate_to_float(u32 cr) in cellrate_to_float() function
432 f_abr_vc->f_pcr = cellrate_to_float(srv_p->pcr); in ia_open_abr_vc()
436 f_abr_vc->f_icr = cellrate_to_float(icr); in ia_open_abr_vc()
440 f_abr_vc->f_mcr = cellrate_to_float(srv_p->mcr); in ia_open_abr_vc()
452 r_abr_vc->r_air = cellrate_to_float(air); in ia_open_abr_vc()
1835 vc->acr = cellrate_to_float(iadev->LineRate);
1837 vc->acr = cellrate_to_float(vcc->qos.txtp.pcr);
2164 writew(cellrate_to_float(iadev->LineRate),iadev->seg_reg+MAXRATE);