Lines Matching refs:destid
171 * @destid: Destination ID of transaction
181 fsl_rio_config_read(struct rio_mport *mport, int index, u16 destid,
191 " index %d destid %d hopcount %d offset %8.8x len %d\n",
192 index, destid, hopcount, offset, len);
202 (destid << 22) | (hopcount << 12) | (offset >> 12));
203 out_be32(&priv->maint_atmu_regs->rowtear, (destid >> 10));
223 err, destid, hopcount, offset);
236 * @destid: Destination ID of transaction
246 fsl_rio_config_write(struct rio_mport *mport, int index, u16 destid,
256 " index %d destid %d hopcount %d offset %8.8x len %d val %8.8x\n",
257 index, destid, hopcount, offset, len, val);
267 (destid << 22) | (hopcount << 12) | (offset >> 12));
268 out_be32(&priv->maint_atmu_regs->rowtear, (destid >> 10));