Lines Matching refs:destid
160 * @destid: Destination ID of transaction
170 fsl_rio_config_read(struct rio_mport *mport, int index, u16 destid,
179 " index %d destid %d hopcount %d offset %8.8x len %d\n",
180 index, destid, hopcount, offset, len);
188 (destid << 22) | (hopcount << 12) | (offset >> 12));
189 out_be32(&priv->maint_atmu_regs->rowtear, (destid >> 10));
208 err, destid, hopcount, offset);
220 * @destid: Destination ID of transaction
230 fsl_rio_config_write(struct rio_mport *mport, int index, u16 destid,
237 " index %d destid %d hopcount %d offset %8.8x len %d val %8.8x\n",
238 index, destid, hopcount, offset, len, val);
246 (destid << 22) | (hopcount << 12) | (offset >> 12));
247 out_be32(&priv->maint_atmu_regs->rowtear, (destid >> 10));