Home
last modified time | relevance | path

Searched refs:BIOS_SEG (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/
H A Dbios.c60 if (BE_rdw(intno * 4 + 2) == BIOS_SEG) { in undefined_intr()
115 if (BE_rdw(intno * 4 + 2) == BIOS_SEG) in int10()
355 intrTab[i] = BE_constLE_32(BIOS_SEG << 16);
H A Dbiosemui.h57 #define BIOS_SEG 0xfff0 macro