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

/freebsd-11-stable/sys/pc98/cbus/
H A Dscvtb.c86 #define at2pc98(attr) ((attr) | ibmpc_to_pc98[(unsigned)(attr) >> 8]) macro
182 writew(p + ATTR_OFFSET_FB, at2pc98(a));
185 *(u_int16_t *)(p + attr_offset(vtb)) = at2pc98(a);
221 fillw_io(at2pc98(attr), p + ATTR_OFFSET_FB, vtb->vtb_size);
224 fillw(at2pc98(attr), (void *)(p + attr_offset(vtb)),
300 fillw_io(at2pc98(attr), p + ATTR_OFFSET_FB, count);
303 fillw(at2pc98(attr), (void *)(p + attr_offset(vtb)), count);
359 fillw_io(at2pc98(attr), p1 + ATTR_OFFSET_FB,
363 fillw(at2pc98(attr), (void *)(p1 + attr_offset(vtb)),
394 fillw_io(at2pc98(att
[all...]
/freebsd-11-stable/stand/pc98/libpc98/
H A Dvidconsole.c111 #define at2pc98(fg_at, bg_at) ibmpc_to_pc98[((bg_at) << 4) | (fg_at)] macro
193 *(crtat + 0x1000) = at2pc98(fg, bg);
337 *(cp + 0x1000) = at2pc98(fgcol, bgcol);
348 *(crtat + 0x1000) = at2pc98(fgcol, bgcol);
367 *(crtat + pos + 0x1000) = at2pc98(fg_c, bg_c);

Completed in 157 milliseconds