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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_setup.c388 unsigned int config, pciconfig, sr3a, ramtype; local in function:sis300Setup
413 pciconfig = sis_pci_read_host_bridge_u8(0x63);
414 if(pciconfig & 0x80) {
415 pScrn->videoRam = (1 << (((pciconfig & 0x70) >> 4) + 21)) / 1024;
417 pciconfig = sis_pci_read_host_bridge_u8(0x64);
418 if((pciconfig & 0x30) == 0x30) {
676 CARD8 pciconfig, temp; local in function:sis550Setup
692 pciconfig = sis_pci_read_host_bridge_u8(0x4c);
693 if(pciconfig & 0xe0) {
694 pScrn->videoRam = (1 << (((pciconfig
[all...]

Completed in 4 milliseconds