HomeSort by: relevance | last modified time | path
    Searched defs:SFBSTIPPLEALL1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tc/
sfb.c 860 #define SFBSTIPPLEALL1 0xffffffff
918 lmask = SFBSTIPPLEALL1 << align;
919 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
961 lmask = SFBSTIPPLEALL1 << align;
962 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1141 lmask = SFBSTIPPLEALL1 << align;
1142 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1164 MEMWRITE32(p, SFBSTIPPLEALL1); WRITE_MB();
1258 lmask = SFBSTIPPLEALL1 << align;
1259 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK)
    [all...]
sfbplus.c 980 #define SFBSTIPPLEALL1 0xffffffff
993 #define SFBSTIPPLEALL1 0x0000ffff
1069 lmask = SFBSTIPPLEALL1 << align;
1070 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1092 #undef SFBSTIPPLEALL1
1095 #define SFBSTIPPLEALL1 SFBCOPYALL1
1121 lmask = SFBSTIPPLEALL1 << align;
1122 rmask = SFBSTIPPLEALL1 >> (-width & SFBSTIPPLEBITMASK);
1144 *(uint32_t *)p = SFBSTIPPLEALL1;
1309 lmask = SFBSTIPPLEALL1 << align
    [all...]

Completed in 12 milliseconds