Searched refs:s2m_index (Results 1 – 1 of 1) sorted by relevance
164 int s2m_index; in __cvmx_srio_alloc_s2m() local167 for (s2m_index=0; s2m_index<16; s2m_index++) in __cvmx_srio_alloc_s2m()178 cvmx_read_csr(CVMX_SRIOX_S2M_TYPEX(s2m_index, srio_port)); in __cvmx_srio_alloc_s2m()179 return s2m_index; in __cvmx_srio_alloc_s2m()185 return s2m_index; in __cvmx_srio_alloc_s2m()1427 int s2m_index; in cvmx_srio_physical_map() local1489 s2m_index = __cvmx_srio_alloc_s2m(srio_port, needed_s2m_type); in cvmx_srio_physical_map()1490 if (s2m_index == -1) in cvmx_srio_physical_map()1494 needed_subid.s.rtype = s2m_index & 3; in cvmx_srio_physical_map()1495 needed_subid.s.wtype = s2m_index & 3; in cvmx_srio_physical_map()[all …]