Home
last modified time | relevance | path

Searched refs:BIT10 (Results 1 – 16 of 16) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/sdio/
Dsdio_device.h95 #define FN0_ADMA_INT BIT10
114 #define FN1_RESUME BIT10
/device/soc/esp/esp32/components/esp_common/include/
Desp_bit_defs.h39 #define BIT10 0x00000400 macro
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/api/
Dwb_co_int.h46 #define BIT10 ((uint32_t)(1ul << 10)) macro
/device/soc/esp/esp32/components/esp_rom/include/esp32/rom/
Drtc.h113 BT_TRIG = BIT10
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h196 #define BIT10 0x00000400 /**< preprocessor alias for 32-bit value with bit 10 set, used to specif… macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_ie.c338 …ht_hdl->exp_comp_txbf_cap = ((tmp_txbf_elem & BIT10) >> 10); /* 右移10 bit获取exp_comp_t… in mac_ie_txbf_set_ht_hdl()
424 if ((*pus_ht_cap_info & BIT10) != 0) { in mac_ie_proc_ht_sta()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event.h47 #define HI_EVENT_D2H_READY_EVENT BIT10
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_chplan.h81 #define RTW_MODULE_RTL8821CE BIT10 /* RTL8821CE */
Drtw_mp.c388 phy_set_bb_reg(Adapter, 0x1c44, BIT10, 0x1); in mpt_InitHWConfig()
Drtw_debug.c5417 RTW_PRINT_SEL(m, "ASPM L0s: %s\n", (tmp32&BIT10) ? "Enable" : "Disable"); in proc_get_pci_aspm()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_mp.c1353 phy_set_bb_reg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 0); in mpt_SetRFPath_819X()
1355 phy_set_bb_reg(pAdapter, rFPGA0_XB_RFInterfaceOE, BIT10, 0); in mpt_SetRFPath_819X()
1379 phy_set_bb_reg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 1); in mpt_SetRFPath_819X()
1380 phy_set_bb_reg(pAdapter, rFPGA0_XA_RFInterfaceOE, BIT10, 0); in mpt_SetRFPath_819X()
1406 phy_set_bb_reg(pAdapter, rFPGA0_XAB_RFInterfaceSW, BIT10, 0); in mpt_SetRFPath_819X()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_types_base.h447 #define BIT10 ((hi_u32)(1 << 10)) macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_types_base.h448 #define BIT10 ((hi_u32)(1 << 10)) macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_vap.c660 ht_hdl->htc_support = ((tmp_info_elem & BIT10) != 0) ? 1 : ht_hdl->htc_support; in hmac_search_ht_cap_ie_ap()
Dhmac_mgmt_bss_comm.c2863 ht_hdl->htc_support = ((us_ht_cap_info & BIT10) >> 10); /* 右移10位 */ in hmac_proc_ht_cap_ie()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_service.h94 #define BIT10 0x00000400 macro