mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
crypto: ccp - Add support for ringing a platform doorbell
Some platforms support using a doorbell to communicate. Export this feature for other drivers to utilize as well. Link: https://lore.kernel.org/linux-i2c/20220916131854.687371-3-jsd@semihalf.com/ Suggested-by: Jan Dabros <jsd@semihalf.com> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
2235123924
commit
d5812571f5
@@ -23,4 +23,7 @@
|
||||
#define PSP_CMDRESP_RECOVERY BIT(30)
|
||||
#define PSP_CMDRESP_RESP BIT(31)
|
||||
|
||||
#define PSP_DRBL_MSG PSP_CMDRESP_CMD
|
||||
#define PSP_DRBL_RING BIT(0)
|
||||
|
||||
#endif /* __PSP_H */
|
||||
|
||||
Reference in New Issue
Block a user