Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsvga.h65 u32 f_base; member
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c411 f_current = (pll->f_base * am) / an; in svga_compute_pll()
427 f_current = (pll->f_base * *m) / *n; in svga_compute_pll()
/openbmc/linux/drivers/input/mouse/
H A 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()