Lines Matching defs:offset
97 int ufshcd_dump_regs(struct ufs_hba *hba, size_t offset, size_t len,
103 if (offset % 4 != 0 || len % 4 != 0) /* keep readl happy */
111 if (offset == 0 &&
115 regs[pos / 4] = ufshcd_readl(hba, offset + pos);
584 * @reg: mmio register offset
3180 * @param_offset: offset of the parameter to read
3210 dev_err(hba->dev, "%s: Invalid offset 0x%x in descriptor IDN 0x%x, length 0x%x\n",
3368 * @param_offset: offset of the parameter to read
3506 * 2. Update each UTRD with Response UPIU offset, Response UPIU length
3507 * and PRDT offset.
3540 /* Response upiu and prdt offset should be in double words */