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