Searched refs:sourceid (Results 1 – 1 of 1) sorted by relevance
895 uint32_t sourceid; in cvmx_srio_config_read32() local912 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() local1082 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 …]