Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dblackfin-cpufreq.c45 unsigned int tscale; /* change the divider on the core timer interrupt */ member
87 dpm_state_table[index].tscale = (TIME_SCALE >> index) - 1; in bfin_init_tables()
92 dpm_state_table[index].tscale); in bfin_init_tables()
99 unsigned int tscale; in bfin_adjust_core_timer() local
103 tscale = dpm_state_table[index].tscale; in bfin_adjust_core_timer()
104 bfin_write_TSCALE(tscale); in bfin_adjust_core_timer()
/linux-4.1.27/drivers/tty/serial/
Dar933x_uart.c208 unsigned int tscale; in ar933x_uart_get_scale_step() local
215 for (tscale = 0; tscale < AR933X_UART_MAX_SCALE; tscale++) { in ar933x_uart_get_scale_step()
219 tstep = baud * (tscale + 1); in ar933x_uart_get_scale_step()
226 diff = abs(ar933x_uart_get_baud(clk, tscale, tstep) - baud); in ar933x_uart_get_scale_step()
229 *scale = tscale; in ar933x_uart_get_scale_step()