Lines Matching refs:_soc
150 #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))
166 #define HAL_CMEM_READ(_soc, _offset) \ argument
167 hal_read32_mb_cmem(_soc, (_offset))