Searched refs:admatch (Results 1 – 2 of 2) sorted by relevance
959 sb_base(uint32 admatch) in sb_base() argument964 type = admatch & SBAM_TYPE_MASK; in sb_base()970 base = admatch & SBAM_BASE0_MASK; in sb_base()972 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()973 base = admatch & SBAM_BASE1_MASK; in sb_base()975 ASSERT(!(admatch & SBAM_ADNEG)); /* neg not supported */ in sb_base()976 base = admatch & SBAM_BASE2_MASK; in sb_base()983 sb_size(uint32 admatch) in sb_size() argument988 type = admatch & SBAM_TYPE_MASK; in sb_size()994 size = 1 << (((admatch & SBAM_ADINT0_MASK) >> SBAM_ADINT0_SHIFT) + 1); in sb_size()[all …]
167 extern uint32 sb_base(uint32 admatch);168 extern uint32 sb_size(uint32 admatch);