Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dxenfb.c594 #define BLT(SRC_T,DST_T,RSB,GSB,BSB,RDB,GDB,BDB) \ argument
604 const int RSS = 32 - (RSB + GSB + BSB); \
605 const int GSS = 32 - (GSB + BSB); \
606 const int BSS = 32 - (BSB); \
609 const uint32_t BSM = (~0U) << (32 - BSB); \