Home
last modified time | relevance | path

Searched refs:IFB_AssertTrace (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/wlags49_h2/
Dhcfdef.h682 HCFASSERT( (ifbp->IFB_AssertTrace & 1<<((where)&0xF)) == 0, ifbp->IFB_AssertTrace ); \
683 ifbp->IFB_AssertTrace |= 1<<((where)&0xF); \
691 ifbp->IFB_AssertTrace &= ~(1<<((where)&0xF)); \
Dhcf.h323 hcf_16 IFB_AssertTrace; // - bit based trace of all hcf_.... invocations member
Dhcf.c2056 …HCFASSERT( rc == HCF_SUCCESS || ( rc == HCF_ERR_LEN && ifbp->IFB_AssertTrace & 1<<HCF_TRACE_PUT_IN… in hcf_get_info()
4299 ifbp->IFB_AssertRtn( line_number, ifbp->IFB_AssertTrace, q ); in mdd_assert()
4304 OPW( HREG_SW_2, ifbp->IFB_AssertTrace ); in mdd_assert()