Searched defs:BIOS_IN32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/aty/ ! | ||
D | radeonfb.h | 431 #define BIOS_IN32(v) (readb(rinfo->bios_seg + (v)) | \ macro |
D | aty128fb.c | 499 #define BIOS_IN32(v) (readb(bios + (v)) | \ macro |