/linux-6.14.4/Documentation/devicetree/bindings/crypto/ |
D | ti,omap-sham.yaml | 4 $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/ |
D | omap-sham.c | 239 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 …]
|
D | Makefile | 29 obj-$(CONFIG_CRYPTO_DEV_OMAP_SHAM) += omap-sham.o
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | omap2.dtsi | 158 sham: sham@480a4000 { label 159 compatible = "ti,omap2-sham"; 160 ti,hwmods = "sham";
|
D | am33xx.dtsi | 566 compatible = "ti,sysc-omap3-sham", "ti,sysc"; 584 sham: sham@0 { label 585 compatible = "ti,omap4-sham";
|
D | am4372.dtsi | 332 compatible = "ti,sysc-omap3-sham", "ti,sysc"; 350 sham: sham@0 { label 351 compatible = "ti,omap5-sham";
|
D | omap5.dtsi | 401 compatible = "ti,sysc-omap3-sham", "ti,sysc"; 419 sham: sham@0 { label 420 compatible = "ti,omap4-sham";
|
D | am335x-osd335x-common.dtsi | 123 &sham {
|
D | omap4.dtsi | 431 compatible = "ti,sysc-omap3-sham", "ti,sysc"; 449 sham: sham@0 { label 450 compatible = "ti,omap4-sham";
|
D | dra7.dtsi | 1059 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";
|
D | omap3.dtsi | 681 sham: sham@480c3000 { label 682 compatible = "ti,omap3-sham"; 683 ti,hwmods = "sham";
|
D | am335x-moxa-uc-2100-common.dtsi | 145 &sham {
|
D | am335x-phycore-som.dtsi | 46 &sham {
|
D | am335x-lxm.dts | 275 &sham {
|
D | omap3-tao3530.dtsi | 19 &sham {
|
D | am335x-moxa-uc-8100-common.dtsi | 344 &sham {
|
D | am335x-bone-common.dtsi | 428 &sham {
|
D | am335x-baltos.dtsi | 386 &sham {
|
D | am335x-shc.dts | 248 &sham {
|
D | am335x-pdu001.dts | 561 &sham {
|
/linux-6.14.4/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 128 sham: sham@53100000 { 129 compatible = "ti,omap4-sham"; 130 ti,hwmods = "sham";
|
/linux-6.14.4/arch/arm/mach-omap2/ |
D | omap_hwmod_2xxx_ipblock_data.c | 612 /* SHAM */ 624 .name = "sham", 629 .name = "sham",
|
D | omap_hwmod_2xxx_interconnect_data.c | 242 /* l4 core -> sham interface */
|
/linux-6.14.4/Documentation/devicetree/bindings/bus/ |
D | ti-sysc.yaml | 45 - ti,sysc-omap3-sham
|
/linux-6.14.4/drivers/clk/ti/ |
D | clk-2xxx.c | 129 DT_CLK("omap-sham", "ick", "sha_ick"),
|