root_freq         130 drivers/tty/serial/qcom_geni_serial.c static const unsigned long root_freq[] = {7372800, 14745600, 19200000, 29491200,
root_freq         924 drivers/tty/serial/qcom_geni_serial.c 	for (i = 0; i < ARRAY_SIZE(root_freq); i++) {
root_freq         925 drivers/tty/serial/qcom_geni_serial.c 		if (!(root_freq[i] % clk_freq))
root_freq         926 drivers/tty/serial/qcom_geni_serial.c 			return root_freq[i];