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

/freebsd-11-stable/sys/dev/fb/
H A Dvga.c446 #define BIOS_SADDRTOLADDR(p) ((((p) & 0xffff0000) >> 12) + ((p) & 0x0000ffff)) macro
816 p = BIOS_SADDRTOLADDR(p);
819 p = BIOS_SADDRTOLADDR(p);
832 p = BIOS_SADDRTOLADDR(p);
841 p = BIOS_SADDRTOLADDR(p);
H A Dvesa.c189 #define BIOS_SADDRTOLADDR(p) ((((p) & 0xffff0000) >> 12) + ((p) & 0x0000ffff)) macro
753 str = x86bios_offset(BIOS_SADDRTOLADDR(src)); \
873 vesa_vmodetab = x86bios_offset(BIOS_SADDRTOLADDR(buf->v_modetable));

Completed in 64 milliseconds