Home | History | Annotate | Download | only in tc

Lines Matching defs:SFBCOPYALL1

984 #define	SFBCOPYALL1		0xffffffff
997 #define SFBCOPYALL1 0x000000ff
1095 #define SFBSTIPPLEALL1 SFBCOPYALL1
1187 lmask = SFBCOPYALL1 << align;
1188 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1205 *(uint32_t *)p = SFBCOPYALL1;
1206 *(uint32_t *)(p + offset) = SFBCOPYALL1;
1245 lmask = SFBCOPYALL1 << align;
1246 rmask = SFBCOPYALL1 >> (-width & SFBCOPYBITMASK);
1269 *(uint32_t *)p = SFBCOPYALL1;
1270 *(uint32_t *)(p + offset) = SFBCOPYALL1;