Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/wlags49_h2/
Dhcfdef.h401 #define HCMD_CONTINUE HCF_CNTL_CONTINUE // 0x0007
Dmdd.h883 #define HCF_CNTL_CONTINUE 0x07 macro
Dhcf.c957 if ( x == HCF_CNTL_CONTINUE ) x &= ~HCMD_RETRY; in hcf_cntl()
961 HCFASSERT( x==HCF_CNTL_ENABLE || x==HCF_CNTL_DISABLE || HCF_CNTL_CONTINUE || in hcf_cntl()