Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/atm/
Diphase.c308 cellrate_to_float(u32 cr) in cellrate_to_float() function
430 f_abr_vc->f_pcr = cellrate_to_float(srv_p->pcr); in ia_open_abr_vc()
434 f_abr_vc->f_icr = cellrate_to_float(icr); in ia_open_abr_vc()
438 f_abr_vc->f_mcr = cellrate_to_float(srv_p->mcr); in ia_open_abr_vc()
450 r_abr_vc->r_air = cellrate_to_float(air); in ia_open_abr_vc()
1833 vc->acr = cellrate_to_float(iadev->LineRate);
1835 vc->acr = cellrate_to_float(vcc->qos.txtp.pcr);
2162 writew(cellrate_to_float(iadev->LineRate),iadev->seg_reg+MAXRATE);