Searched refs:BIT1 (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dhostap.h37 #define WLAN_RATE_2M BIT1
H A D80211hdr.h39 #define BIT1 0x00000002 macro
164 #define WLAN_GET_FC_PRVER(n) ((((unsigned short)(n) >> 8) & (BIT0 | BIT1))
177 #define WLAN_GET_SEQ_FRGNUM(n) (((unsigned short)(n) >> 8) & (BIT0|BIT1|BIT2|BIT3))
178 #define WLAN_GET_SEQ_SEQNUM(n) ((((unsigned short)(n) >> 8) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
183 #define WLAN_GET_CAP_INFO_IBSS(n) ((((n) >> 8) & BIT1) >> 1)
199 #define WLAN_GET_FC_PRVER(n) (((unsigned short)(n)) & (BIT0 | BIT1))
213 #define WLAN_GET_SEQ_FRGNUM(n) (((unsigned short)(n)) & (BIT0|BIT1|BIT2|BIT3))
214 #define WLAN_GET_SEQ_SEQNUM(n) ((((unsigned short)(n)) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
219 #define WLAN_GET_CAP_INFO_IBSS(n) (((n) & BIT1) >> 1)
267 #define WLAN_GET_ERP_USE_PROTECTION(n) (((n) & BIT1) >>
[all...]
H A Dbssdb.h56 #define WLAN_STA_ASSOC BIT1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dhostap.h37 #define WLAN_RATE_2M BIT1
H A D80211hdr.h37 #define BIT1 0x00000002 macro
160 #define WLAN_GET_FC_PRVER(n) ((((WORD)(n) >> 8) & (BIT0 | BIT1))
174 #define WLAN_GET_SEQ_FRGNUM(n) (((WORD)(n) >> 8) & (BIT0|BIT1|BIT2|BIT3))
176 & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
180 #define WLAN_GET_CAP_INFO_IBSS(n) ((((n) >> 8) & BIT1) >> 1)
195 #define WLAN_GET_FC_PRVER(n) (((WORD)(n)) & (BIT0 | BIT1))
208 #define WLAN_GET_SEQ_FRGNUM(n) (((WORD)(n)) & (BIT0|BIT1|BIT2|BIT3))
209 #define WLAN_GET_SEQ_SEQNUM(n) ((((WORD)(n)) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
213 #define WLAN_GET_CAP_INFO_IBSS(n) (((n) & BIT1) >> 1)
258 #define WLAN_GET_ERP_USE_PROTECTION(n) (((n) & BIT1) >>
[all...]
H A Dbssdb.h57 #define WLAN_STA_ASSOC BIT1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.h191 #define BIT1 0x00000002 macro
196 #define UNIT_INFO_CHANGED BIT1
202 #define SCSI_SUPPORT BIT1
208 #define SRB_READY BIT1
225 #define ABORTION BIT1
233 #define RESET_DETECT BIT1
245 #define ABORT_DEV BIT1
280 #define SYNC_NEGO_DONE BIT1
335 #define SYNC_NEGO_ BIT1
342 #define GREATER_1G BIT1
[all...]
H A Ddc395x.h71 #define BIT1 0x00000002 macro
76 #define UNIT_INFO_CHANGED BIT1
82 #define SCSI_SUPPORT BIT1
118 #define RESET_DETECT BIT1
126 #define ABORTION BIT1
138 #define ABORT_DEV BIT1
171 #define SYNC_NEGO_DONE BIT1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192S_hw.h559 #define SYS_PS_CLKSEL BIT1 //System power save clock select.
579 #define AFE_MBEN BIT1 // Enable AFE Macro Block's Mbias.
585 #define SPS1_SWEN BIT1 // Enable vsps18 SW Macro Block.
592 #define RF_RSTB BIT1 // Reset RF module.
604 #define LDV12_SDBY BIT1 // LDOVD12 standby mode
619 #define AFR_CLKRUN_SEL BIT1
650 #define StopBE BIT1
667 #define LBK_MAC_LB (BIT0|BIT1|BIT3)
668 #define LBK_MAC_DLB (BIT0|BIT1)
669 #define LBK_DMA_LB (BIT0|BIT1|BIT
[all...]
H A Dr8192S_firmware.h174 #define FW_HIGH_PWR_ENABLE_CTL BIT1
H A Dr8192S_Efuse.c1296 if( !( (target_pkt.word_en&BIT1)|(tmp_pkt.word_en&BIT1) ))
1298 match_word_en &= (~BIT1);
1327 if( (target_pkt.word_en&BIT1)^(match_word_en&BIT1) )
1329 tmp_word_en &= (~BIT1);
1503 if (!(word_en&BIT1))
1558 if(!(word_en&BIT1))
1567 badworden &=( ~BIT1);
1693 if(!(word_en & BIT1)) word_cnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Dbits.h27 #define BIT1 0x00000002 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_hw.h184 #define RCR_FILTER_MASK (BIT0|BIT1|BIT2|BIT3|BIT5|BIT12|BIT18|BIT19|BIT20|BIT21|BIT22|BIT23)
201 #define RCR_APM BIT1 // Accept physical match packet
258 #define SCR_RxUseDK BIT1 //Force Rx Use Default Key
286 #define IMR_VODOK BIT1 // AC_VO DMA Interrupt
291 #define TPPoll_BEQ BIT1 // BE queue polling
338 #define AcmHw_BeqEn BIT1
346 #define AcmFw_ViqStatus BIT1
401 #define BW_OPMODE_5G BIT1
424 #define RRSR_2M BIT1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_hw.h159 #define RCR_APM BIT1 // Accept physical match packet
184 #define SCR_RxUseDK BIT1 //Force Rx Use Default Key
230 #define AcmHw_BeqEn BIT1
285 #define BW_OPMODE_5G BIT1
308 #define RRSR_2M BIT1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_hw.h25 #define BIT1 0x00000002 macro
181 #define RF_SW_CFG_SI BIT1
512 #define VIQ_ACM_CTL (0x01 << 1) //BIT1 // Set to 1 when AC_VI used time reaches or exceeds the admitted time
564 #define PWR_METER_EN BIT1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl819x_Qos.h5 #define BIT1 0x00000002 macro
398 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1)
399 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Drtl819x_Qos.h23 #define BIT1 0x00000002 macro
390 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1)
391 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h5 #define BIT1 0x00000002 macro
398 #define GET_VI_UAPSD(_apsd) ((_apsd) & BIT1)
399 #define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dlcd.c412 viafb_write_reg_mask(CR79, VIACR, 0x07, BIT0 + BIT1 + BIT2);
588 BIT0 + BIT1 + BIT2 + BIT3);
641 BIT0 + BIT1 + BIT2);
688 viafb_write_reg_mask(CRD4, VIACR, 0, BIT1);
704 viafb_write_reg_mask(SR2A, VIASR, 0, BIT0 + BIT1 + BIT2 + BIT3);
735 viafb_write_reg_mask(CRD2, VIACR, 0x00, BIT0 + BIT1);
737 viafb_write_reg_mask(CRD2, VIACR, 0x03, BIT0 + BIT1);
757 viafb_write_reg_mask(CRD4, VIACR, 0x02, BIT1);
762 viafb_write_reg_mask(SR2A, VIASR, 0x0F, BIT0 + BIT1 + BIT2 + BIT3);
H A Dhw.c880 viafb_write_reg_mask(SR1B, VIASR, 0, BIT1);
890 BIT0 + BIT1 + BIT2);
893 BIT0 + BIT1 + BIT2);
900 BIT0 + BIT1 + BIT2 + BIT3);
901 viafb_write_reg_mask(SR1B, VIASR, 0x02, BIT1);
933 viafb_write_reg_mask(CR99, VIACR, 0x03, BIT0 + BIT1);
940 BIT0 + BIT1 + BIT2 + BIT3);
947 BIT0 + BIT1 + BIT2 + BIT3);
1002 BIT0 + BIT1 + BIT4);
1006 BIT0 + BIT1
[all...]
H A Dvia_utility.c184 viafb_write_reg_mask(CR6A, VIACR, 0x02, BIT1);
H A Ddvi.c72 viafb_write_reg_mask(SR2A, VIASR, 0x03, BIT0 + BIT1);
79 viafb_write_reg_mask(SR2A, VIASR, 0x03, BIT0 + BIT1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/aosvs/
H A Daosvs.c383 errc = sys_fstat(znamebuf, BIT1, &(zzextrafld.fstat_packet));
559 BIT1, /* BIT1 says to not resolve links */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsynclink.h19 #define BIT1 0x0002 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c223 #define desc_crc_error(a) (le16_to_cpu((a).status) & BIT1)
383 #define MASK_PARITY BIT1
1862 if ((status = *(p+1) & (BIT1 + BIT0))) {
1863 if (status & BIT1)
1870 if (status & BIT1)
2051 if (status & BIT1) {
3807 wr_reg32(info, RDCSR, BIT1);
3820 wr_reg32(info, TDCSR, BIT1);
3884 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */
3909 val = rd_reg16(info, RCR) & ~BIT1; /* clea
[all...]

Completed in 164 milliseconds

12