commit | e75043ad9792596916ed0e1910b44f34b181c3b7 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Wed Oct 17 13:11:08 2018 +0530 |
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | Wed Oct 17 09:48:14 2018 +0100 |
tree | 3ab8c25d0608e7cdad391208b0877ebdae5a3eff | |
parent | b4f1af8352fda6926831b52caff37709bc895d05 [diff] |
PCI: keystone: Cleanup outbound window configuration Outbound translation window is configured in order to access the PCIe card's MEM space. Cleanup outbound translation configuration here by using BIT() macros, adding a macro for window size and using lower_32_bits/upper_32_bits macros for configuring the 64 bit offset in the outbound translation region. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>