Searched refs:ROM_BIOS_PAGE (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ | ||
D | nouveau_drv.h | 1097 #define ROM_BIOS_PAGE 4096 macro |
D | nouveau_bios.c | 216 int size = (len > ROM_BIOS_PAGE) ? ROM_BIOS_PAGE : len; in bios_shadow_acpi() |