Searched refs:t_x (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Ddenali.c771 unsigned long t_x, mult_x; local
782 t_x = DIV_ROUND_DOWN_ULL(1000000000000ULL, denali->clk_x_rate);
783 if (!t_x)
801 re_2_we = DIV_ROUND_UP(timings->tRHW_min, t_x);
810 re_2_re = DIV_ROUND_UP(timings->tRHZ_max, t_x);
824 we_2_re = DIV_ROUND_UP(max(timings->tCCS_min, timings->tWHR_min), t_x);
839 addr_2_data = DIV_ROUND_UP(timings->tADL_min, t_x);
849 t_x);
871 acc_clks = DIV_ROUND_UP(timings->tREA_max + data_setup_on_host, t_x);
874 rdwr_en_lo = DIV_ROUND_UP(max(timings->tRP_min, timings->tWP_min), t_x);
[all...]
/linux-master/drivers/hid/
H A Dwacom_wac.c1641 int t_x = get_unaligned_le16(&data[offset + 2]); local
1644 input_report_abs(input, ABS_MT_POSITION_X, t_x);
1655 min(w, h) + int_dist(t_x, t_y, c_x, c_y));

Completed in 155 milliseconds