Searched refs:ADB_MASK (Results 1 – 4 of 4) sorted by relevance
1644 VORTEX_ADB_RTBASE + ((route[rnum] & ADB_MASK) << 2), in vortex_adb_addroutes()1649 ((route[rnum - 1] & ADB_MASK) << 2), route[rnum]); in vortex_adb_addroutes()1655 VORTEX_ADB_CHNBASE + (channel << 2)) & ADB_MASK; in vortex_adb_addroutes()1656 if (temp == ADB_MASK) { in vortex_adb_addroutes()1668 VORTEX_ADB_RTBASE + (temp << 2)) & ADB_MASK; in vortex_adb_addroutes()1669 if ((lifeboat++) > ADB_MASK) { in vortex_adb_addroutes()1676 while (temp != ADB_MASK); in vortex_adb_addroutes()1689 VORTEX_ADB_CHNBASE + (channel << 2)) & ADB_MASK; in vortex_adb_delroutes()1690 if (temp == (route0 & ADB_MASK)) { in vortex_adb_delroutes()1693 VORTEX_ADB_RTBASE + ((route1 & ADB_MASK) << 2)); in vortex_adb_delroutes()[all …]
55 #define ADB_MASK 0x7f macro
59 #define ADB_MASK 0xff macro
73 #define ADB_MASK 0xff macro