Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pmdomain/qcom/
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-6.12.1/drivers/tty/serial/8250/
D8250_pci.c1188 const unsigned int quot_scale = 65536; in pci_oxsemi_tornado_get_divisor() local
1208 best_squot = quot_scale; in pci_oxsemi_tornado_get_divisor()
1222 squot = DIV_ROUND_CLOSEST(srem * quot_scale, spre); in pci_oxsemi_tornado_get_divisor()