Lines Matching refs:fb_base_phys
129 unsigned long fb_base_phys, in _osd_dm6446_vid0_pingpong() argument
138 osd_write(sd, fb_base_phys & ~0x1F, OSD_VIDWIN0ADR); in _osd_dm6446_vid0_pingpong()
139 osd_write(sd, fb_base_phys & ~0x1F, OSD_PPVWIN0ADR); in _osd_dm6446_vid0_pingpong()
147 (fb_base_phys & ~0x1F) - lconfig->line_length, in _osd_dm6446_vid0_pingpong()
150 (fb_base_phys & ~0x1F) + lconfig->line_length, in _osd_dm6446_vid0_pingpong()
523 !win->fb_base_phys || in osd_enable_layer()
558 unsigned long fb_base_phys, in _osd_start_layer() argument
565 osd_write(sd, fb_base_phys & ~0x1F, OSD_OSDWIN0ADR); in _osd_start_layer()
568 osd_write(sd, fb_base_phys & ~0x1F, OSD_VIDWIN0ADR); in _osd_start_layer()
571 osd_write(sd, fb_base_phys & ~0x1F, OSD_OSDWIN1ADR); in _osd_start_layer()
574 osd_write(sd, fb_base_phys & ~0x1F, OSD_VIDWIN1ADR); in _osd_start_layer()
579 (fb_base_phys - VPBE_REG_BASE) >> 5; in _osd_start_layer()
619 fb_offset_32 = fb_base_phys - VPBE_REG_BASE; in _osd_start_layer()
735 unsigned long fb_base_phys, in osd_start_layer() argument
745 win->fb_base_phys = fb_base_phys & ~0x1F; in osd_start_layer()
746 _osd_start_layer(sd, layer, fb_base_phys, cbcr_ofst); in osd_start_layer()
751 win->fb_base_phys, in osd_start_layer()
1351 win->fb_base_phys, in osd_set_layer_config()
1378 win->fb_base_phys = 0; in osd_init_layer()
1379 _osd_start_layer(sd, layer, win->fb_base_phys, 0); in osd_init_layer()