Searched defs:_soc (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | hal_hw_headers.h | 150 #define HAL_REG_WRITE(_soc, _reg, _value) \ argument 154 #define HAL_REG_WRITE_CONFIRM(_soc, _reg, _value) \ argument 157 #define HAL_REG_WRITE_CONFIRM_RETRY(_soc, _reg, _value, _recovery) \ argument 160 #define HAL_REG_READ(_soc, _offset) \ argument 163 #define HAL_CMEM_WRITE(_soc, _reg, _value) \ argument 166 #define HAL_CMEM_READ(_soc, _offset) \ argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rings_main.c | 62 #define INIT_RX_HW_STATS_LOCK(_soc) \ argument 64 #define DEINIT_RX_HW_STATS_LOCK(_soc) \ argument 67 #define INIT_RX_HW_STATS_LOCK(_soc) /* no op */ argument 68 #define DEINIT_RX_HW_STATS_LOCK(_soc) /* no op */ argument
|