Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H A 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H A Dvia-core.c326 u32 FBSize; in viafb_get_fb_size_from_pci() local
363 pci_read_config_dword(pdev, offset, &FBSize); in viafb_get_fb_size_from_pci()
372 FBSize = FBSize & 0x00007000; in viafb_get_fb_size_from_pci()
373 DEBUG_MSG(KERN_INFO "FB Size = %x\n", FBSize); in viafb_get_fb_size_from_pci()
376 switch (FBSize) { in viafb_get_fb_size_from_pci()
394 switch (FBSize) { in viafb_get_fb_size_from_pci()

Completed in 3 milliseconds