Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dxenfb.c594 #define BLT(SRC_T,DST_T,RSB,GSB,BSB,RDB,GDB,BDB) \ argument
610 const int RDS = 32 - (RDB + GDB + BDB); \
611 const int GDS = 32 - (GDB + BDB); \
612 const int BDS = 32 - (BDB); \
615 const uint32_t BDM = (~0U) << (32 - BDB); \