Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/rasops/
Drasops24.c235 if ((ri->ri_flg & RI_BSWAP) == 0) {
237 if ((ri->ri_flg & RI_BSWAP) != 0) {
554 if ((ri->ri_flg & RI_BSWAP) == 0) {
556 if ((ri->ri_flg & RI_BSWAP) != 0) {
667 if ((ri->ri_flg & RI_BSWAP) == 0) {
669 if ((ri->ri_flg & RI_BSWAP) != 0) {
Drasops.h54 #define RI_BSWAP 0x0004 /* framebuffer endianness doesn't match CPU */ macro
Drasops.c673 if (ri->ri_flg & RI_BSWAP) {
815 if ((ri->ri_flg & RI_BSWAP) == 0)
1185 if (ri->ri_flg & RI_BSWAP) {
Drasops8.c199 if (ri->ri_flg & RI_BSWAP)