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