commit | ba08bdcbf7fd6c3b3a94496ca15b5b66dbea5034 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Mon Mar 26 13:35:11 2018 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Mar 27 14:12:05 2018 +0100 |
tree | 5474d4f25cd2b392a7e505cf7894ac0235ea7c38 | |
parent | cbcee19ac4a2c960d73b8951476f0fe5e5628319 [diff] |
iommu/arm-smmu-v3: Clean up table definitions As with registers, use GENMASK and the bitfield accessors consistently for table fields, to save some lines and ease maintenance a little. This also catches a subtle off-by-one wherein bit 5 of CD.T0SZ was missing. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>