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