Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/qcom/
H A Dcpr.c148 int quot_scale; member
901 fuse->quot *= fdata->quot_scale; in cpr_fuse_corner_init()
1361 .quot_scale = 1,
1374 .quot_scale = 1,
1387 .quot_scale = 1,
/linux/drivers/tty/serial/8250/
H A D8250_pci.c1203 const unsigned int quot_scale = 65536; in pci_oxsemi_tornado_get_divisor() local
1213 best_squot = quot_scale; in pci_oxsemi_tornado_get_divisor()
1227 squot = DIV_ROUND_CLOSEST(srem * quot_scale, spre); in pci_oxsemi_tornado_get_divisor()