Lines Matching refs:mapsize

4133 				unsigned int *mapsize, unsigned int min)
4135 if (*mapsize < (min << 20))
4138 ivideo->video_vbase = ioremap_wc(ivideo->video_base, (*mapsize));
4143 (*mapsize) >>= 1;
4144 while((!(ivideo->video_vbase = ioremap_wc(ivideo->video_base, (*mapsize))))) {
4145 (*mapsize) >>= 1;
4146 if((*mapsize) < (min << 20))
4152 (int)((*mapsize) >> 20));
4225 int PseudoAdrPinCount, unsigned int mapsize)
4268 if ((BankNumHigh + PhysicalAdrHigh >= mapsize) ||
4269 (BankNumMid + PhysicalAdrHigh >= mapsize) ||
4270 (BankNumHigh + PhysicalAdrHalfPage >= mapsize) ||
4271 (BankNumHigh + PhysicalAdrOtherPage >= mapsize))
4292 static void sisfb_post_300_ramsize(struct pci_dev *pdev, unsigned int mapsize)
4310 mapsize))
4323 unsigned int mapsize;
4471 mapsize = ivideo->video_size;
4472 sisfb_post_map_vram(ivideo, &mapsize, 4);
4475 sisfb_post_300_ramsize(pdev, mapsize);
4571 unsigned int enda, unsigned int mapsize)
4580 if(pos < mapsize)
4591 if(pos < mapsize) {
4603 unsigned int buswidth, ranksize, channelab, mapsize;
4638 mapsize = ivideo->video_size;
4639 sisfb_post_map_vram(ivideo, &mapsize, 32);
4664 if(sisfb_post_xgi_rwtest(ivideo, 23, 24, mapsize))
4670 if(sisfb_post_xgi_rwtest(ivideo, 23, 23, mapsize))
4678 if(sisfb_post_xgi_rwtest(ivideo, 22, 23, mapsize))
4688 if(sisfb_post_xgi_rwtest(ivideo, 22, 23, mapsize))
4694 if(sisfb_post_xgi_rwtest(ivideo, 22, 22, mapsize))
4702 if(sisfb_post_xgi_rwtest(ivideo, 21, 22, mapsize))
4724 if(sisfb_post_xgi_rwtest(ivideo, 23, 24, mapsize))
4729 if(sisfb_post_xgi_rwtest(ivideo, 22, 23, mapsize))
4736 if(sisfb_post_xgi_rwtest(ivideo, 22, 23, mapsize))
4747 if(sisfb_post_xgi_rwtest(ivideo, 23, 25, mapsize))
4754 if(sisfb_post_xgi_rwtest(ivideo, 23, 24, mapsize))
4761 if(sisfb_post_xgi_rwtest(ivideo, 23, 24, mapsize)) {
4780 if(sisfb_post_xgi_rwtest(ivideo, 23, 24, mapsize))
4791 if(sisfb_post_xgi_rwtest(ivideo, 24, 25, mapsize))
4842 if (sisfb_post_xgi_rwtest(ivideo, j, ((reg >> 4) + channelab - 2 + 20), mapsize)) {