Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/rasops/
Drasops4.c131 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops4_makestamp()
133 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops4_makestamp()
Drasops8.c143 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops8_makestamp()
145 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops8_makestamp()
Drasops2.c137 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops2_makestamp()
139 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops2_makestamp()
Drasops24.c147 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops24_makestamp1()
149 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops24_makestamp1()
Drasops.h43 #define RI_BSWAP 0x04 /* framebuffer endianness doesn't match CPU */ macro
Drasops.c937 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops_init_devcmap()
943 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops_init_devcmap()
945 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops_init_devcmap()
962 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops_init_devcmap()
/netbsd/src/sys/dev/hpc/
Dhpcfb.c459 ri->ri_flg |= RI_BSWAP; in hpcfb_init()
465 ri->ri_flg |= RI_BSWAP; in hpcfb_init()
469 ri->ri_flg |= RI_BSWAP; in hpcfb_init()
/netbsd/src/sys/dev/ic/
Digsfb.c430 ri->ri_flg |= RI_BSWAP; in igsfb_init_wsdisplay()