Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ !
H A Dhal_hw_headers.h150 #define HAL_REG_WRITE(_soc, _reg, _value) \ argument
151 hal_write32_mb(_soc, (_reg), (_value))
154 #define HAL_REG_WRITE_CONFIRM(_soc, _reg, _value) \ argument
155 hal_write32_mb_confirm(_soc, (_reg), (_value))
157 #define HAL_REG_WRITE_CONFIRM_RETRY(_soc, _reg, _value, _recovery) \ argument
158 hal_write32_mb_confirm_retry(_soc, (_reg), (_value), (_recovery))
160 #define HAL_REG_READ(_soc, _offset) \ argument
161 hal_read32_mb(_soc, (_offset))
163 #define HAL_CMEM_WRITE(_soc, _reg, _value) \ argument
164 hal_write32_mb_cmem(_soc, (_reg), (_value))
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ !
H A Ddp_rings_main.c62 #define INIT_RX_HW_STATS_LOCK(_soc) \ argument
63 qdf_spinlock_create(&(_soc)->rx_hw_stats_lock)
64 #define DEINIT_RX_HW_STATS_LOCK(_soc) \ argument
65 qdf_spinlock_destroy(&(_soc)->rx_hw_stats_lock)
67 #define INIT_RX_HW_STATS_LOCK(_soc) /* no op */ argument
68 #define DEINIT_RX_HW_STATS_LOCK(_soc) /* no op */ argument