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

/freebsd-10.2-release/sys/dev/fb/
H A Dvesa.c189 #define BIOS_SADDRTOLADDR(p) ((((p) & 0xffff0000) >> 12) + ((p) & 0x0000ffff)) macro
H A Dvga.c446 #define BIOS_SADDRTOLADDR(p) ((((p) & 0xffff0000) >> 12) + ((p) & 0x0000ffff)) macro

Completed in 114 milliseconds