Searched refs:admatch (Results 1 – 12 of 12) sorted by relevance
1014 sb_base(uint32 admatch) in sb_base() argument1019 type = admatch & SBAM_TYPE_MASK; in sb_base()1025 base = admatch & SBAM_BASE0_MASK; in sb_base()1027 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()1028 base = admatch & SBAM_BASE1_MASK; in sb_base()1030 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()1031 base = admatch & SBAM_BASE2_MASK; in sb_base()1038 sb_size(uint32 admatch) in sb_size() argument1043 type = admatch & SBAM_TYPE_MASK; in sb_size()1049 size = 1 << (((admatch & SBAM_ADINT0_MASK) >> SBAM_ADINT0_SHIFT) + 1); in sb_size()[all …]
256 extern uint32 sb_base(uint32 admatch);257 extern uint32 sb_size(uint32 admatch);
1021 sb_base(uint32 admatch) in sb_base() argument1026 type = admatch & SBAM_TYPE_MASK; in sb_base()1032 base = admatch & SBAM_BASE0_MASK; in sb_base()1034 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()1035 base = admatch & SBAM_BASE1_MASK; in sb_base()1037 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()1038 base = admatch & SBAM_BASE2_MASK; in sb_base()1045 sb_size(uint32 admatch) in sb_size() argument1050 type = admatch & SBAM_TYPE_MASK; in sb_size()1056 size = 1 << (((admatch & SBAM_ADINT0_MASK) >> SBAM_ADINT0_SHIFT) + 1); in sb_size()[all …]
240 extern uint32 sb_base(uint32 admatch);241 extern uint32 sb_size(uint32 admatch);
986 sb_base(uint32 admatch) in sb_base() argument991 type = admatch & SBAM_TYPE_MASK; in sb_base()997 base = admatch & SBAM_BASE0_MASK; in sb_base()999 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()1000 base = admatch & SBAM_BASE1_MASK; in sb_base()1002 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()1003 base = admatch & SBAM_BASE2_MASK; in sb_base()1010 sb_size(uint32 admatch) in sb_size() argument1015 type = admatch & SBAM_TYPE_MASK; in sb_size()1021 size = 1 << (((admatch & SBAM_ADINT0_MASK) >> SBAM_ADINT0_SHIFT) + 1); in sb_size()[all …]
329 extern uint32 sb_base(uint32 admatch);330 extern uint32 sb_size(uint32 admatch);