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