Searched refs:PCMOD_CBSZ (Results 1 – 3 of 3) sorted by relevance
52 #define PCMOD_CBSZ (1UL<<(31-23)) /* set for 8bit */ macro
56 #define PCMOD_CBSZ (1UL<<(31-23)) /* set for 8bit */ macro
129 cbsz = (t->flags & MAP_16BIT) ? 0 : PCMOD_CBSZ; in pcc_iorw()532 mode = PCMOD_AS_ATTRIB | PCMOD_CBSZ;