commit | 97c37accd38f6136fa0abbdef01b5f864e91e6c7 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Sep 14 11:55:41 2015 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri Sep 25 07:54:05 2015 +0530 |
tree | bff92ff0e32a0afbeeabdd01633b40c81982c66c | |
parent | 2e9b55becc905207eb01e24bc282f8062cc497b5 [diff] |
dmaengine: idma64: use lo_hi_readq() / lo_hi_writeq() There are already helper functions to do 64-bit I/O on 32-bit machines, thus we don't need to reinvent the wheel. In our case we can't use readq() / writeq() even on 64-bit kernel since there is a hardware limitation (OCP bus is a 32-bit bus). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>