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