Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/qcom/
Dcpr.c148 int quot_scale; member
906 fuse->quot *= fdata->quot_scale; in cpr_fuse_corner_init()
1372 .quot_scale = 1,
1385 .quot_scale = 1,
1398 .quot_scale = 1,
/Linux-v6.1/drivers/tty/serial/8250/
D8250_pci.c1127 const unsigned int quot_scale = 65536; in pci_oxsemi_tornado_get_divisor() local
1147 best_squot = quot_scale; in pci_oxsemi_tornado_get_divisor()
1161 squot = DIV_ROUND_CLOSEST(srem * quot_scale, spre); in pci_oxsemi_tornado_get_divisor()