Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pmdomain/qcom/
Dcpr.c147 int quot_scale; member
905 fuse->quot *= fdata->quot_scale; in cpr_fuse_corner_init()
1371 .quot_scale = 1,
1384 .quot_scale = 1,
1397 .quot_scale = 1,
/Linux-v6.6/drivers/tty/serial/8250/
D8250_pci.c1109 const unsigned int quot_scale = 65536; in pci_oxsemi_tornado_get_divisor() local
1129 best_squot = quot_scale; in pci_oxsemi_tornado_get_divisor()
1143 squot = DIV_ROUND_CLOSEST(srem * quot_scale, spre); in pci_oxsemi_tornado_get_divisor()