Searched refs:pip_sft_rst (Results 1 – 1 of 1) sorted by relevance
330 union cvmx_pip_sft_rst pip_sft_rst; in cvmx_ipd_free_ptr() local331 pip_sft_rst.u64 = cvmx_read_csr(CVMX_PIP_SFT_RST); in cvmx_ipd_free_ptr()332 pip_sft_rst.s.rst = 1; in cvmx_ipd_free_ptr()333 cvmx_write_csr(CVMX_PIP_SFT_RST, pip_sft_rst.u64); in cvmx_ipd_free_ptr()