Home
last modified time | relevance | path

Searched refs:baseval (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x01.c21 u32 val, base, baseval; in host1x_debug_show_channel_cdma() local
47 baseval = in host1x_debug_show_channel_cdma()
51 cbread >> 24, baseval + val, base, in host1x_debug_show_channel_cdma()
52 baseval, val); in host1x_debug_show_channel_cdma()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dmcs_touchkey.c40 unsigned int baseval; member
79 key_val -= chip->baseval; in mcs_touchkey_interrupt()
127 data->chip.baseval = MCS5000_TOUCHKEY_BASE_VAL; in mcs_touchkey_probe()
133 data->chip.baseval = MCS5080_TOUCHKEY_BASE_VAL; in mcs_touchkey_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dplatinumfb.c223 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode); in platinum_vram_reqd() local
226 baseval += 0x10; in platinum_vram_reqd()
228 baseval += 0x20; in platinum_vram_reqd()
230 return vmode_attrs[video_mode-1].vres * baseval + 0x1000; in platinum_vram_reqd()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-timers.c286 static inline int timer_overrun_to_int(struct k_itimer *timr, int baseval) in timer_overrun_to_int() argument
288 s64 sum = timr->it_overrun_last + (s64)baseval; in timer_overrun_to_int()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c17910 uint32 factor, baseval, baseval2; in dhd_get_htsf() local
17927 baseval = (delta*10)/factor; in dhd_get_htsf()
17929 delta_us = (baseval - (((baseval - baseval2) * dhd->htsf.coefdec2)) / 10); in dhd_get_htsf()