Home
last modified time | relevance | path

Searched refs:HDI_MOVE_SIXTEEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h95 …return (a[HDI_POS_ZERO] << HDI_MOVE_SIXTEEN) | (a[HDI_POS_FIRST] << HDI_MOVE_EIGHT) | a[HDI_POS_SE… in HdiGetBe24()
100 return ((uint32_t) a[HDI_POS_ZERO] << HDI_MOVE_TF) | (a[HDI_POS_FIRST] << HDI_MOVE_SIXTEEN) | in HdiGetBe32()
H A Dwifi_hdi_define.h264 #define HDI_MOVE_SIXTEEN 16 macro