commit | 6cabb14042bdb69883ec618f2ee26c50aa4588b8 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Sep 08 19:00:00 2020 +0200 |
committer | Marek Vasut <marex@denx.de> | Thu Oct 01 19:43:05 2020 +0200 |
tree | 54efe33c164a78b54cf9fd474e9663eaecaf3a08 | |
parent | 497dcfaaaaeb26d4c36fef59ed5d6df4985a81a4 [diff] |
usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() For normal TRB fields: use TRB_LEN(x) instead of ((x) & TRB_LEN_MASK); and use TRB_INTR_TARGET(x) instead of (((x) & TRB_INTR_TARGET_MASK) << TRB_INTR_TARGET_SHIFT) Reviewed-by: Bin Meng <bmeng.cn@gmail.com>