Searched refs:heapstart (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGIfb.h73 int heapstart; /* heap start (= XGIfb "mem" argument) in KB */ member in struct:XGIfb_info
167 unsigned long heapstart; member in struct:video_info
H A DXGI_main_26.c1463 var->yres_virtual = xgi_video_info.heapstart / (var->xres * (var->bits_per_pixel >> 3));
1621 x->heapstart = xgi_video_info.heapstart / 1024;
2078 xgi_video_info.heapstart = 0xD00000;
2080 xgi_video_info.heapstart = 0x800000;
2082 xgi_video_info.heapstart = 0x400000;
2085 xgi_video_info.heapstart = XGIfb_mem * 1024;
2088 (unsigned long) (xgi_video_info.video_vbase + xgi_video_info.heapstart);
2090 (int)(xgi_video_info.heapstart / 1024));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dsisfb.h84 __u32 heapstart; /* heap start offset in KB */ member in struct:sisfb_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis.h523 u32 heapstart; /* offset */ member in struct:sis_video_info
H A Dsis_main.c1730 ivideo->sisfb_infoblock.heapstart = ivideo->heapstart / 1024;
3147 ret = max - ivideo->heapstart;
3148 ivideo->sisfb_mem = ivideo->heapstart;
3167 ivideo->heapstart = sisfb_getheapstart(ivideo);
3170 ivideo->sisfb_heap_start = ivideo->video_vbase + ivideo->heapstart;
3174 (int)(ivideo->heapstart / 1024), (int)(ivideo->sisfb_heap_size / 1024));
3188 poh->offset = ivideo->heapstart;

Completed in 186 milliseconds