Home
last modified time | relevance | path

Searched defs:BIOS_SADDRTOLADDR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvesa.c190 #define BIOS_SADDRTOLADDR(p) ((((p) & 0xffff0000) >> 12) + ((p) & 0x0000ffff)) macro
H A Dvga.c397 #define BIOS_SADDRTOLADDR(p) ((((p) & 0xffff0000) >> 12) + ((p) & 0x0000ffff)) macro