Searched refs:GBITS (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Dvidc20config.c712 #define GBITS 5 macro
719 g = (i >> (RBITS - 4)) & ((1 << GBITS) - 1);
720 b = (i >> (RBITS + GBITS - 8)) & ((1 << BBITS) - 1);
723 g << (8 - GBITS) | g >> (2 * GBITS - 8),

Completed in 110 milliseconds