Searched refs:ADB_MASK (Results 1 – 4 of 4) sorted by relevance
1646 VORTEX_ADB_RTBASE + ((route[rnum] & ADB_MASK) << 2), in vortex_adb_addroutes()1651 ((route[rnum - 1] & ADB_MASK) << 2), route[rnum]); in vortex_adb_addroutes()1657 VORTEX_ADB_CHNBASE + (channel << 2)) & ADB_MASK; in vortex_adb_addroutes()1658 if (temp == ADB_MASK) { in vortex_adb_addroutes()1670 VORTEX_ADB_RTBASE + (temp << 2)) & ADB_MASK; in vortex_adb_addroutes()1671 if ((lifeboat++) > ADB_MASK) { in vortex_adb_addroutes()1678 while (temp != ADB_MASK); in vortex_adb_addroutes()1691 VORTEX_ADB_CHNBASE + (channel << 2)) & ADB_MASK; in vortex_adb_delroutes()1692 if (temp == (route0 & ADB_MASK)) { in vortex_adb_delroutes()1695 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