Home
last modified time | relevance | path

Searched refs:f_base (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dsvga.h65 u32 f_base; member
/linux-6.12.1/drivers/video/fbdev/core/
Dsvgalib.c418 f_current = (pll->f_base * am) / an; in svga_compute_pll()
434 f_current = (pll->f_base * *m) / *n; in svga_compute_pll()
/linux-6.12.1/drivers/input/mouse/
Dbcm5974.c295 u8 *f_base = dev->tp_data + c->tp_header + c->tp_delta; in get_tp_finger() local
297 return (const struct tp_finger *)(f_base + i * c->tp_fsize); in get_tp_finger()