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

/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dvidconsole.c76 static u_int8_t ibmpc_to_pc98[256] = { variable
111 #define at2pc98(fg_at, bg_at) ibmpc_to_pc98[((bg_at) << 4) | (fg_at)]
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscvtb.c51 static u_int8_t ibmpc_to_pc98[256] = { variable
86 #define at2pc98(attr) ((attr) | ibmpc_to_pc98[(unsigned)(attr) >> 8])

Completed in 45 milliseconds