Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/hw/
Ddebug_hw_1x01.c22 u32 val, base, baseval; in host1x_debug_show_channel_cdma() local
50 baseval = in host1x_debug_show_channel_cdma()
54 cbread >> 24, baseval + val, base, in host1x_debug_show_channel_cdma()
55 baseval, val); in host1x_debug_show_channel_cdma()
/linux-6.1.9/drivers/input/keyboard/
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()
/linux-6.1.9/drivers/video/fbdev/
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()
/linux-6.1.9/kernel/time/
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()