Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/rasops/
H A Drasops4.c131 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops4_makestamp()
133 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops4_makestamp()
H A Drasops2.c137 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops2_makestamp()
139 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops2_makestamp()
H A Drasops8.c143 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops8_makestamp()
145 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops8_makestamp()
H A Drasops24.c147 if ((ri->ri_flg & RI_BSWAP) == 0) in rasops24_makestamp1()
149 if ((ri->ri_flg & RI_BSWAP) != 0) in rasops24_makestamp1()
H A Drasops.h43 #define RI_BSWAP 0x04 /* framebuffer endianness doesn't match CPU */ macro
H A 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/
H A 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/
H A Digsfb.c430 ri->ri_flg |= RI_BSWAP; in igsfb_init_wsdisplay()