Searched refs:BIT12 (Results 1 – 13 of 13) sorted by relevance
37 #define BIT12 0x00001000 macro
44 #define BIT12 ((uint32_t)(1ul << 12)) macro
198 #define BIT12 0x00001000 /**< preprocessor alias for 32-bit value with bit 12 set, used to specif… macro
116 #define FN1_ADMA_ERR BIT12
49 #define HI_EVENT_CLOSE_DONE BIT12
343 rx_filter_val = rx_filter_val & (~BIT3) & (~BIT12); in hmac_send_rx_filter_event()
619 ht_hdl->ht_capinfo.dsss_cck_mode_40mhz = ((tmp_info_elem & BIT12) >> 12); /* 右移12位 */ in hmac_search_ht_cap_ie_ap()
2826 ht_hdl->ht_capinfo.dsss_cck_mode_40mhz = ((us_ht_cap_info & BIT12) >> 12); /* 右移12位 */ in hmac_proc_ht_cap_ie()
394 …ht_hdl->ht_capinfo.dsss_cck_mode_40mhz = ((*pus_ht_cap_info & BIT12) >> 12); /* 12:提取40M上DSSS/CCK的… in mac_ie_proc_ht_sta()
445 #define BIT12 ((hi_u32)(1 << 12)) macro
446 #define BIT12 ((hi_u32)(1 << 12)) macro
2525 crc_result &= (~BIT12); in rtw_cal_crc16()2527 crc_result |= BIT12; in rtw_cal_crc16()
96 #define BIT12 0x00001000 macro