Searched refs:sli_ctl_portx (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c914 cvmx_sli_ctl_portx_t sli_ctl_portx; local
1151 sli_ctl_portx.u64 = cvmx_read_csr(CVMX_PEXP_SLI_CTL_PORTX(pcie_port));
1152 sli_ctl_portx.s.ptlp_ro = 1;
1153 sli_ctl_portx.s.ctlp_ro = 1;
1154 sli_ctl_portx.s.wait_com = 0;
1155 sli_ctl_portx.s.waitl_com = 0;
1156 cvmx_write_csr(CVMX_PEXP_SLI_CTL_PORTX(pcie_port), sli_ctl_portx.u64);
H A Dcvmx-srio.c748 cvmx_sli_ctl_portx_t sli_ctl_portx; local
749 sli_ctl_portx.u64 = cvmx_read_csr(CVMX_PEXP_SLI_CTL_PORTX(srio_port));
750 sli_ctl_portx.s.ptlp_ro = 1; /* Set to same value for all MACs. */
751 sli_ctl_portx.s.ctlp_ro = 1; /* Set to same value for all MACs. */
752 sli_ctl_portx.s.wait_com = 0; /* So that no inbound stores wait for a commit */
753 sli_ctl_portx.s.waitl_com = 0;
754 cvmx_write_csr(CVMX_PEXP_SLI_CTL_PORTX(srio_port), sli_ctl_portx.u64);

Completed in 121 milliseconds