Searched refs:ov0_base_addr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_probe.h579 uint32_t ov0_base_addr; member in struct:__anon297917400b08
H A Dradeon_video.c2825 if (info->ModeReg->ov0_base_addr != (info->fbLocation + base_offset)) {
2827 info->ModeReg->ov0_base_addr, (uint32_t)info->fbLocation + base_offset);
2828 info->ModeReg->ov0_base_addr = info->fbLocation + base_offset;
2829 OUTREG(RADEON_OV0_BASE_ADDR, info->ModeReg->ov0_base_addr);
H A Dradeon_driver.c1416 save->ov0_base_addr = info->fbLocation;
4210 OUTREG(RADEON_OV0_BASE_ADDR, restore->ov0_base_addr);
4479 save->ov0_base_addr = INREG(RADEON_OV0_BASE_ADDR);

Completed in 15 milliseconds