commit | b9eeb512496f1b1b5a6e0748c947277d95003af5 | [log] [tgz] |
---|---|---|
author | Vladimir Kondratiev <QCA_vkondrat@QCA.qualcomm.com> | Thu Jul 30 13:52:03 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Aug 06 09:43:43 2015 +0300 |
tree | 6f05c7b38188219a71f86245b6d85d346c069c79 | |
parent | bd2d18b50631c027af7674c3f328913c3b87d422 [diff] |
wil6210: use inline functions for register access Replace macros like "R", "W", "S", "C", defined multiple times, with inline functions "wil_[rwsc]". Use "readl" and "writel" instead of "ioread32" and "iowrite32" since it is granted that memory transactions are used, not port ones like IN/OUT Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>