Home
last modified time | relevance | path

Searched full:sham (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.14.4/Documentation/devicetree/bindings/crypto/
Dti,omap-sham.yaml4 $id: http://devicetree.org/schemas/crypto/ti,omap-sham.yaml#
15 - ti,omap2-sham
16 - ti,omap4-sham
17 - ti,omap5-sham
32 description: Name of the hwmod associated with the SHAM module
34 enum: [sham]
49 sham@53100000 {
50 compatible = "ti,omap4-sham";
51 ti,hwmods = "sham";
/linux-6.14.4/drivers/crypto/
Domap-sham.c239 static struct omap_sham_drv sham = { variable
240 .dev_list = LIST_HEAD_INIT(sham.dev_list),
241 .lock = __SPIN_LOCK_UNLOCKED(sham.lock),
591 pr_err("omap-sham: can't configure dmaengine slave: %d\n", ret); in omap_sham_xmit_dma()
929 spin_lock_bh(&sham.lock); in omap_sham_find_dev()
930 dd = list_first_entry(&sham.dev_list, struct omap_sham_dev, list); in omap_sham_find_dev()
931 list_move_tail(&dd->list, &sham.dev_list); in omap_sham_find_dev()
933 spin_unlock_bh(&sham.lock); in omap_sham_find_dev()
1308 if (!test_bit(FLAGS_AUTO_XOR, &sham.flags)) { in omap_sham_setkey()
1329 pr_err("omap-sham: fallback driver '%s' " in omap_sham_cra_init_alg()
[all …]
DMakefile29 obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o
/linux-6.14.4/arch/arm/boot/dts/ti/omap/
Domap2.dtsi158 sham: sham@480a4000 { label
159 compatible = "ti,omap2-sham";
160 ti,hwmods = "sham";
Dam33xx.dtsi566 compatible = "ti,sysc-omap3-sham", "ti,sysc";
584 sham: sham@0 { label
585 compatible = "ti,omap4-sham";
Dam4372.dtsi332 compatible = "ti,sysc-omap3-sham", "ti,sysc";
350 sham: sham@0 { label
351 compatible = "ti,omap5-sham";
Domap5.dtsi401 compatible = "ti,sysc-omap3-sham", "ti,sysc";
419 sham: sham@0 { label
420 compatible = "ti,omap4-sham";
Dam335x-osd335x-common.dtsi123 &sham {
Domap4.dtsi431 compatible = "ti,sysc-omap3-sham", "ti,sysc";
449 sham: sham@0 { label
450 compatible = "ti,omap4-sham";
Ddra7.dtsi1059 compatible = "ti,sysc-omap3-sham", "ti,sysc";
1077 sham1: sham@0 {
1078 compatible = "ti,omap5-sham";
1089 compatible = "ti,sysc-omap3-sham", "ti,sysc";
1107 sham2: sham@0 {
1108 compatible = "ti,omap5-sham";
Domap3.dtsi681 sham: sham@480c3000 { label
682 compatible = "ti,omap3-sham";
683 ti,hwmods = "sham";
Dam335x-moxa-uc-2100-common.dtsi145 &sham {
Dam335x-phycore-som.dtsi46 &sham {
Dam335x-lxm.dts275 &sham {
Domap3-tao3530.dtsi19 &sham {
Dam335x-moxa-uc-8100-common.dtsi344 &sham {
Dam335x-bone-common.dtsi428 &sham {
Dam335x-baltos.dtsi386 &sham {
Dam335x-shc.dts248 &sham {
Dam335x-pdu001.dts561 &sham {
/linux-6.14.4/Documentation/devicetree/bindings/dma/
Dti-edma.txt128 sham: sham@53100000 {
129 compatible = "ti,omap4-sham";
130 ti,hwmods = "sham";
/linux-6.14.4/arch/arm/mach-omap2/
Domap_hwmod_2xxx_ipblock_data.c612 /* SHAM */
624 .name = "sham",
629 .name = "sham",
Domap_hwmod_2xxx_interconnect_data.c242 /* l4 core -> sham interface */
/linux-6.14.4/Documentation/devicetree/bindings/bus/
Dti-sysc.yaml45 - ti,sysc-omap3-sham
/linux-6.14.4/drivers/clk/ti/
Dclk-2xxx.c129 DT_CLK("omap-sham", "ick", "sha_ick"),

12