Home
last modified time | relevance | path

Searched refs:sourceid (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-srio.c895 uint32_t sourceid; in cvmx_srio_config_read32() local
912 sourceid &= 0xffff; in cvmx_srio_config_read32()
921 pkt |= sourceid >> 8; /* sourceID [7:0] */ in cvmx_srio_config_read32()
924 pkt |= sourceid << 24; /* sourceID [31:24] */ in cvmx_srio_config_read32()
937 sourceid = (sourceid >> 16) & 0xff; in cvmx_srio_config_read32()
946 pkt |= sourceid << 8; /* sourceID [15:8] */ in cvmx_srio_config_read32()
1065 uint32_t sourceid; in cvmx_srio_config_write32() local
1082 sourceid &= 0xffff; in cvmx_srio_config_write32()
1091 pkt |= sourceid >> 8; /* sourceID [7:0] */ in cvmx_srio_config_write32()
1122 sourceid = (sourceid >> 16) & 0xff; in cvmx_srio_config_write32()
[all …]