aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mailbox
diff options
context:
space:
mode:
authorDennis YC Hsieh <dennis-yc.hsieh@mediatek.com>2020-07-07 23:45:08 +0800
committerMatthias Brugger <matthias.bgg@gmail.com>2020-09-25 17:27:32 +0200
commit11c7842d41c82eb3551a0606ccba89ac33318b62 (patch)
tree0a54bb31de4b56607156c459c397a4a5c79c345c /include/linux/mailbox
parentsoc: mediatek: cmdq: add write_s function (diff)
downloadwireguard-linux-11c7842d41c82eb3551a0606ccba89ac33318b62.tar.xz
wireguard-linux-11c7842d41c82eb3551a0606ccba89ac33318b62.zip
soc: mediatek: cmdq: add write_s_mask function
add write_s_mask function in cmdq helper functions which writes value contains in internal register to address with mask and large dma access support. Signed-off-by: Dennis YC Hsieh <dennis-yc.hsieh@mediatek.com> Link: https://lore.kernel.org/r/1594136714-11650-4-git-send-email-dennis-yc.hsieh@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'include/linux/mailbox')
-rw-r--r--include/linux/mailbox/mtk-cmdq-mailbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mailbox/mtk-cmdq-mailbox.h b/include/linux/mailbox/mtk-cmdq-mailbox.h
index 1f76cfedb16d..90d1d8e64412 100644
--- a/include/linux/mailbox/mtk-cmdq-mailbox.h
+++ b/include/linux/mailbox/mtk-cmdq-mailbox.h
@@ -61,6 +61,7 @@ enum cmdq_code {
CMDQ_CODE_WFE = 0x20,
CMDQ_CODE_EOC = 0x40,
CMDQ_CODE_WRITE_S = 0x90,
+ CMDQ_CODE_WRITE_S_MASK = 0x91,
CMDQ_CODE_LOGIC = 0xa0,
};