Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/via/
Dvia-core.c325 u32 FBSize; in viafb_get_fb_size_from_pci() local
362 pci_read_config_dword(pdev, offset, &FBSize); in viafb_get_fb_size_from_pci()
371 FBSize = FBSize & 0x00007000; in viafb_get_fb_size_from_pci()
372 DEBUG_MSG(KERN_INFO "FB Size = %x\n", FBSize); in viafb_get_fb_size_from_pci()
375 switch (FBSize) { in viafb_get_fb_size_from_pci()
393 switch (FBSize) { in viafb_get_fb_size_from_pci()