Searched refs:hw_val (Results 1 – 9 of 9) sorted by relevance
/drivers/clk/tegra/ |
D | clk-tegra124.c | 135 { .pdiv = 1, .hw_val = 0 }, 136 { .pdiv = 2, .hw_val = 1 }, 137 { .pdiv = 3, .hw_val = 2 }, 138 { .pdiv = 4, .hw_val = 3 }, 139 { .pdiv = 5, .hw_val = 4 }, 140 { .pdiv = 6, .hw_val = 5 }, 141 { .pdiv = 8, .hw_val = 6 }, 142 { .pdiv = 10, .hw_val = 7 }, 143 { .pdiv = 12, .hw_val = 8 }, 144 { .pdiv = 16, .hw_val = 9 }, [all …]
|
D | clk-tegra114.c | 149 { .pdiv = 1, .hw_val = 0 }, 150 { .pdiv = 2, .hw_val = 1 }, 151 { .pdiv = 3, .hw_val = 2 }, 152 { .pdiv = 4, .hw_val = 3 }, 153 { .pdiv = 5, .hw_val = 4 }, 154 { .pdiv = 6, .hw_val = 5 }, 155 { .pdiv = 8, .hw_val = 6 }, 156 { .pdiv = 10, .hw_val = 7 }, 157 { .pdiv = 12, .hw_val = 8 }, 158 { .pdiv = 16, .hw_val = 9 }, [all …]
|
D | clk-tegra210.c | 1503 { .pdiv = 1, .hw_val = 0 }, 1504 { .pdiv = 2, .hw_val = 1 }, 1505 { .pdiv = 3, .hw_val = 2 }, 1506 { .pdiv = 4, .hw_val = 3 }, 1507 { .pdiv = 5, .hw_val = 4 }, 1508 { .pdiv = 6, .hw_val = 5 }, 1509 { .pdiv = 8, .hw_val = 6 }, 1510 { .pdiv = 9, .hw_val = 7 }, 1511 { .pdiv = 10, .hw_val = 8 }, 1512 { .pdiv = 12, .hw_val = 9 }, [all …]
|
D | clk-tegra30.c | 271 { .pdiv = 1, .hw_val = 1 }, 272 { .pdiv = 2, .hw_val = 0 }, 273 { .pdiv = 0, .hw_val = 0 }, 338 { .pdiv = 18, .hw_val = 18 }, 339 { .pdiv = 24, .hw_val = 24 }, 340 { .pdiv = 0, .hw_val = 0 },
|
D | clk-tegra20.c | 267 { .pdiv = 1, .hw_val = 1 }, 268 { .pdiv = 0, .hw_val = 0 }, 360 { .pdiv = 1, .hw_val = 1 }, 361 { .pdiv = 2, .hw_val = 0 }, 362 { .pdiv = 0, .hw_val = 0 },
|
D | clk-pll.c | 478 return p_tohw->hw_val; in _p_div_to_hw() 498 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div() 2180 cfg.p = p_tohw->hw_val; in tegra_clk_register_pllc() 2327 cfg.p = pll_params->pdiv_tohw[i-1].hw_val; in tegra_clk_register_pllss()
|
D | clk.h | 123 u8 hw_val; member
|
/drivers/tty/serial/ |
D | arc_uart.c | 363 unsigned int baud, uartl, uarth, hw_val; in arc_serial_set_termios() local 375 hw_val = port->uartclk / (uart->baud * 4) - 1; in arc_serial_set_termios() 376 uartl = hw_val & 0xFF; in arc_serial_set_termios() 377 uarth = (hw_val >> 8) & 0xFF; in arc_serial_set_termios() 561 unsigned int l, h, hw_val; in arc_early_console_setup() local 566 hw_val = port->uartclk / (dev->baud * 4) - 1; in arc_early_console_setup() 567 l = hw_val & 0xFF; in arc_early_console_setup() 568 h = (hw_val >> 8) & 0xFF; in arc_early_console_setup()
|
/drivers/hwmon/ |
D | stts751.c | 107 static int stts751_to_deg(s16 hw_val) in stts751_to_deg() argument 109 return hw_val * 125 / 32; in stts751_to_deg()
|