Searched refs:hw_val (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-tegra124.c | 146 { .pdiv = 1, .hw_val = 0 }, 147 { .pdiv = 2, .hw_val = 1 }, 148 { .pdiv = 3, .hw_val = 2 }, 149 { .pdiv = 4, .hw_val = 3 }, 150 { .pdiv = 5, .hw_val = 4 }, 151 { .pdiv = 6, .hw_val = 5 }, 152 { .pdiv = 8, .hw_val = 6 }, 153 { .pdiv = 10, .hw_val = 7 }, 154 { .pdiv = 12, .hw_val = 8 }, 155 { .pdiv = 16, .hw_val = 9 }, [all …]
|
D | clk-tegra114.c | 160 { .pdiv = 1, .hw_val = 0 }, 161 { .pdiv = 2, .hw_val = 1 }, 162 { .pdiv = 3, .hw_val = 2 }, 163 { .pdiv = 4, .hw_val = 3 }, 164 { .pdiv = 5, .hw_val = 4 }, 165 { .pdiv = 6, .hw_val = 5 }, 166 { .pdiv = 8, .hw_val = 6 }, 167 { .pdiv = 10, .hw_val = 7 }, 168 { .pdiv = 12, .hw_val = 8 }, 169 { .pdiv = 16, .hw_val = 9 }, [all …]
|
D | clk-tegra210.c | 1508 { .pdiv = 1, .hw_val = 0 }, 1509 { .pdiv = 2, .hw_val = 1 }, 1510 { .pdiv = 3, .hw_val = 2 }, 1511 { .pdiv = 4, .hw_val = 3 }, 1512 { .pdiv = 5, .hw_val = 4 }, 1513 { .pdiv = 6, .hw_val = 5 }, 1514 { .pdiv = 8, .hw_val = 6 }, 1515 { .pdiv = 9, .hw_val = 7 }, 1516 { .pdiv = 10, .hw_val = 8 }, 1517 { .pdiv = 12, .hw_val = 9 }, [all …]
|
D | clk-tegra20.c | 278 { .pdiv = 1, .hw_val = 1 }, 279 { .pdiv = 0, .hw_val = 0 }, 371 { .pdiv = 1, .hw_val = 1 }, 372 { .pdiv = 2, .hw_val = 0 }, 373 { .pdiv = 0, .hw_val = 0 },
|
D | clk-tegra30.c | 282 { .pdiv = 1, .hw_val = 1 }, 283 { .pdiv = 2, .hw_val = 0 }, 284 { .pdiv = 0, .hw_val = 0 }, 349 { .pdiv = 18, .hw_val = 18 }, 350 { .pdiv = 24, .hw_val = 24 }, 351 { .pdiv = 0, .hw_val = 0 },
|
D | clk.h | 134 u8 hw_val; member
|
D | clk-pll.c | 486 return p_tohw->hw_val; in _p_div_to_hw() 506 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div() 2171 cfg.p = p_tohw->hw_val; in tegra_clk_register_pllc() 2318 cfg.p = pll_params->pdiv_tohw[i-1].hw_val; in tegra_clk_register_pllss()
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/hwmon/ |
D | stts751.c | 116 static int stts751_to_deg(s16 hw_val) in stts751_to_deg() argument 118 return hw_val * 125 / 32; in stts751_to_deg()
|