Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dmaxinefb.c116 unsigned long fboff; in maxinefb_init() local
135 for (fboff = fb_start; fboff < fb_start + 0x1ffff; fboff++) in maxinefb_init()
136 *(volatile unsigned char *)fboff = 0x0; in maxinefb_init()
H A Dhpfb.c214 unsigned long fboff, fb_width, fb_height, fb_start; in hpfb_init_one() local
218 fboff = (in_8(fb_regs + HPFB_FBOMSB) << 8) | in_8(fb_regs + HPFB_FBOLSB); in hpfb_init_one()
220 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16); in hpfb_init_one()
/linux/tools/perf/util/
H A Dannotate-data.c1166 int fbreg, fboff; in check_matching_type() local
1170 if (die_get_cfa(dloc->di->dbg, pc, &fbreg, &fboff) < 0) in check_matching_type()
1176 stack = find_stack_state(state, dloc->type_offset - fboff); in check_matching_type()
1199 dloc->type_offset -= fboff + stack->offset; in check_matching_type()