Searched refs:fboff (Results 1 – 3 of 3) sorted by relevance
116 unsigned long fboff; in maxinefb_init() local135 for (fboff = fb_start; fboff < fb_start + 0x1ffff; fboff++) in maxinefb_init()136 *(volatile unsigned char *)fboff = 0x0; in maxinefb_init()
214 unsigned long fboff, fb_width, fb_height, fb_start; in hpfb_init_one() local218 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()
1166 int fbreg, fboff; in check_matching_type() local1170 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()