Searched refs:tscale (Results 1 – 2 of 2) sorted by relevance
45 unsigned int tscale; /* change the divider on the core timer interrupt */ member87 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() local103 tscale = dpm_state_table[index].tscale; in bfin_adjust_core_timer()104 bfin_write_TSCALE(tscale); in bfin_adjust_core_timer()
208 unsigned int tscale; in ar933x_uart_get_scale_step() local215 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()