Home
last modified time | relevance | path

Searched refs:admatch (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/shared/
Dsbutils.c959 sb_base(uint32 admatch) in sb_base() argument
964 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() argument
988 type = admatch & SBAM_TYPE_MASK; in sb_size()
994 size = 1 << (((admatch & SBAM_ADINT0_MASK) >> SBAM_ADINT0_SHIFT) + 1); in sb_size()
[all …]
Dsiutils_priv.h167 extern uint32 sb_base(uint32 admatch);
168 extern uint32 sb_size(uint32 admatch);