Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dvgatypes.h239 CARD32 heapstart; /* heap start (= sisfb "mem" argument) in KB */ member
Dsis.h400 u32 heapstart; /* offset */ member
Dsis_main.c1346 maxyres = ivideo->heapstart / (var->xres * (var->bits_per_pixel >> 3));
1907 maxyres = ivideo->heapstart / (var->xres * (var->bits_per_pixel >> 3));
2060 x.heapstart = ivideo->heapstart / 1024;
2979 ivideo->heapstart = ivideo->sisfb_mem = sisfb_getheapstart(ivideo);
2981 ivideo->sisfb_heap_start = ivideo->video_vbase + ivideo->heapstart;
3041 (int)(ivideo->heapstart / 1024), (int)(ivideo->sisfb_heap_size / 1024));
3054 poh->offset = ivideo->heapstart;
5057 ivideo->heapstart /
/linux-2.4.37.9/include/linux/
Dsisfb.h100 __u32 heapstart; /* heap start (= sisfb "mem" argument) in KB */ member