/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-tegra124.c | 153 { .pdiv = 1, .hw_val = 0 }, 154 { .pdiv = 2, .hw_val = 1 }, 155 { .pdiv = 3, .hw_val = 2 }, 156 { .pdiv = 4, .hw_val = 3 }, 157 { .pdiv = 5, .hw_val = 4 }, 158 { .pdiv = 6, .hw_val = 5 }, 159 { .pdiv = 8, .hw_val = 6 }, 160 { .pdiv = 10, .hw_val = 7 }, 161 { .pdiv = 12, .hw_val = 8 }, 162 { .pdiv = 16, .hw_val [all...] |
H A 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 [all...] |
H A D | clk-tegra210.c | 1529 { .pdiv = 1, .hw_val = 0 }, 1530 { .pdiv = 2, .hw_val = 1 }, 1531 { .pdiv = 3, .hw_val = 2 }, 1532 { .pdiv = 4, .hw_val = 3 }, 1533 { .pdiv = 5, .hw_val = 4 }, 1534 { .pdiv = 6, .hw_val = 5 }, 1535 { .pdiv = 8, .hw_val = 6 }, 1536 { .pdiv = 9, .hw_val = 7 }, 1537 { .pdiv = 10, .hw_val = 8 }, 1538 { .pdiv = 12, .hw_val [all...] |
H A D | clk-tegra30.c | 270 { .pdiv = 1, .hw_val = 1 }, 271 { .pdiv = 2, .hw_val = 0 }, 272 { .pdiv = 0, .hw_val = 0 }, 337 { .pdiv = 18, .hw_val = 18 }, 338 { .pdiv = 24, .hw_val = 24 }, 339 { .pdiv = 0, .hw_val = 0 },
|
H A D | clk-tegra20.c | 265 { .pdiv = 1, .hw_val = 1 }, 266 { .pdiv = 0, .hw_val = 0 }, 358 { .pdiv = 1, .hw_val = 1 }, 359 { .pdiv = 2, .hw_val = 0 }, 360 { .pdiv = 0, .hw_val = 0 },
|
H A D | clk-pll.c | 488 return p_tohw->hw_val; in _p_div_to_hw() 508 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div() 2239 cfg.p = p_tohw->hw_val; in tegra_clk_register_pllc() 2372 cfg.p = pll_params->pdiv_tohw[i-1].hw_val; in tegra_clk_register_pllss()
|
H A D | clk.h | 178 * @hw_val: value to be written to the PLL hw 182 u8 hw_val; member
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-tegra124.c | 153 { .pdiv = 1, .hw_val = 0 }, 154 { .pdiv = 2, .hw_val = 1 }, 155 { .pdiv = 3, .hw_val = 2 }, 156 { .pdiv = 4, .hw_val = 3 }, 157 { .pdiv = 5, .hw_val = 4 }, 158 { .pdiv = 6, .hw_val = 5 }, 159 { .pdiv = 8, .hw_val = 6 }, 160 { .pdiv = 10, .hw_val = 7 }, 161 { .pdiv = 12, .hw_val = 8 }, 162 { .pdiv = 16, .hw_val [all...] |
H A 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 [all...] |
H A D | clk-tegra210.c | 1580 { .pdiv = 1, .hw_val = 0 }, 1581 { .pdiv = 2, .hw_val = 1 }, 1582 { .pdiv = 3, .hw_val = 2 }, 1583 { .pdiv = 4, .hw_val = 3 }, 1584 { .pdiv = 5, .hw_val = 4 }, 1585 { .pdiv = 6, .hw_val = 5 }, 1586 { .pdiv = 8, .hw_val = 6 }, 1587 { .pdiv = 9, .hw_val = 7 }, 1588 { .pdiv = 10, .hw_val = 8 }, 1589 { .pdiv = 12, .hw_val [all...] |
H A D | clk-tegra30.c | 272 { .pdiv = 1, .hw_val = 1 }, 273 { .pdiv = 2, .hw_val = 0 }, 274 { .pdiv = 0, .hw_val = 0 }, 339 { .pdiv = 18, .hw_val = 18 }, 340 { .pdiv = 24, .hw_val = 24 }, 341 { .pdiv = 0, .hw_val = 0 },
|
H A 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 },
|
H A D | clk-pll.c | 488 return p_tohw->hw_val; in _p_div_to_hw() 508 if (p_div_hw == p_tohw->hw_val) in _hw_to_p_div() 2242 cfg.p = p_tohw->hw_val; in tegra_clk_register_pllc() 2375 cfg.p = pll_params->pdiv_tohw[i-1].hw_val; in tegra_clk_register_pllss()
|
H A D | clk.h | 178 * @hw_val: value to be written to the PLL hw 182 u8 hw_val; member
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | arc_uart.c | 359 unsigned int baud, uartl, uarth, hw_val; in arc_serial_set_termios() local 371 hw_val = port->uartclk / (uart->baud * 4) - 1; in arc_serial_set_termios() 372 uartl = hw_val & 0xFF; in arc_serial_set_termios() 373 uarth = (hw_val >> 8) & 0xFF; in arc_serial_set_termios() 557 unsigned int l, h, hw_val; in arc_early_console_setup() local 562 hw_val = port->uartclk / (dev->baud * 4) - 1; in arc_early_console_setup() 563 l = hw_val & 0xFF; in arc_early_console_setup() 564 h = (hw_val >> 8) & 0xFF; in arc_early_console_setup()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | arc_uart.c | 353 unsigned int baud, uartl, uarth, hw_val; in arc_serial_set_termios() local 365 hw_val = port->uartclk / (uart->baud * 4) - 1; in arc_serial_set_termios() 366 uartl = hw_val & 0xFF; in arc_serial_set_termios() 367 uarth = (hw_val >> 8) & 0xFF; in arc_serial_set_termios() 551 unsigned int l, h, hw_val; in arc_early_console_setup() local 556 hw_val = port->uartclk / (dev->baud * 4) - 1; in arc_early_console_setup() 557 l = hw_val & 0xFF; in arc_early_console_setup() 558 h = (hw_val >> 8) & 0xFF; in arc_early_console_setup()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A 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()
|