Home
last modified time | relevance | path

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

/freebsd/sys/dev/fb/
H A Dsplash_bmp.c243 int sofs, bofs; in bmp_SetPix() local
271 bofs = x & 0x7; /* offset within byte */ in bmp_SetPix()
272 outw(GDCIDX, (0x8000 >> bofs) | 0x08); /* bit mask */ in bmp_SetPix()