Home
last modified time | relevance | path

Searched refs:DRAMBASE (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddrvgpd.c176 GPD_SET_MS_U32REG(reg_zbuf_bas, base & (~DRAMBASE)); in drv_gpd_set_zbuf_bas()
189 GPD_SET_MS_U32REG(reg_cbuf_bas, base & (~DRAMBASE)); in drv_gpd_set_cbuf_bas()
337 GPDreg.h8340 = (((bstart&(~DRAMBASE))&(7))+8); //Boffset
340 GPDreg.h8334 = ((bstart&(~DRAMBASE))&(~7));
341 GPDreg.h8338 = ((bend&(~DRAMBASE))&(~7));
424 GPD_SET_MS_U32REG(reg_gpd_bstart, bstart & (~DRAMBASE)); in drv_gpd_set_bstart_end()
425 GPD_SET_MS_U32REG(reg_gpd_bend, bend & (~DRAMBASE)); in drv_gpd_set_bstart_end()
581 GPD_SET_MS_U32REG(reg_gpd_istart, istart & (~DRAMBASE)); in drv_gpd_set_istart()
H A Dgpd.h95 #define DRAMBASE 0x00000000 //physical address macro
100 #define DRAMBASE 0xA0000000 //non-cache macro
H A Dpngprocess.c555 if((addr>(bend&(~DRAMBASE)))) in check_excess_bend()
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c191 #define CBUFFER (DRAMBASE + 0x11000000UL)