Home
last modified time | relevance | path

Searched full:rce (Results 1 – 16 of 16) sorted by relevance

/linux-6.14.4/drivers/of/
Ddynamic.c540 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
542 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
546 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
549 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
552 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
555 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
558 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
559 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
561 if (!rce->prop) { in __of_changeset_entry_invert()
562 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra234-cbb.yaml17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and
49 - nvidia,tegra234-rce-fabric
Dnvidia,tegra194-cbb.yaml20 "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC"
51 - nvidia,tegra194-rce-noc
/linux-6.14.4/include/dt-bindings/memory/
Dtegra194-mc.h333 /* RCE read client */
335 /* RCE write client */
Dtegra234-mc.h472 /* RCE read client */
474 /* RCE write client */
/linux-6.14.4/drivers/soc/tegra/cbb/
Dtegra234-cbb.c659 [0x0e] = "RCE",
762 { "RCE", 0x59000 },
837 .name = "rce-fabric",
1076 { .compatible = "nvidia,tegra234-rce-fabric", .data = &tegra234_rce_fabric },
Dtegra194-cbb.c233 [0xd] = "RCE",
1195 * SCE/RCE NOC aperture lookup table as per file "AON_NOC_Structure.info".
1244 * Fields of SCE/RCE NOC lookup table:
2155 .name = "rce-noc",
2182 { .compatible = "nvidia,tegra194-rce-noc", .data = &tegra194_rce_noc_data },
/linux-6.14.4/drivers/rtc/
Drtc-ds1685.c628 * when RCE=1 in 4B. This clears all NVRAM bytes in bank0 by setting in ds1685_rtc_extended_irq()
633 * NOTE: A ram-clear can still occur if RCE=1 and RIE=0. We cannot in ds1685_rtc_extended_irq()
/linux-6.14.4/include/dt-bindings/clock/
Dtegra234-clock.h412 /** @brief NAFLL clock source for RCE */
/linux-6.14.4/drivers/scsi/
Dmyrs.h421 } __packed rce:3; /* Byte 8 Bits 0-2 */ member
Dmyrs.c1570 if (ldev_info->ldev_control.rce == MYRS_READCACHE_DISABLED) in myrs_mode_sense()
/linux-6.14.4/drivers/mmc/host/
Dsunxi-mmc.c499 host->int_sum & SDXC_RESP_CRC_ERROR ? " RCE" : "", in sunxi_mmc_dump_errinfo()
/linux-6.14.4/arch/arm64/boot/dts/nvidia/
Dtegra194.dtsi1548 rce-noc@be00000 {
1549 compatible = "nvidia,tegra194-rce-noc";
Dtegra234.dtsi3821 rce-fabric@be00000 {
3822 compatible = "nvidia,tegra234-rce-fabric";
/linux-6.14.4/sound/sparc/
Ddbri.c1293 * RCE = 0 - receive on falling edge of CHICK in reset_chi()
/linux-6.14.4/drivers/scsi/fnic/
Dfdls_disc.c3799 "BA_RJT fs: %d OX_ID: 0x%x rc: 0x%x rce: 0x%x", in fdls_process_fabric_abts_rsp()