Home
last modified time | relevance | path

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

/linux/drivers/of/
H A 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/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra234-cbb.yaml17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and
49 - nvidia,tegra234-rce-fabric
H A Dnvidia,tegra194-cbb.yaml20 "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC"
51 - nvidia,tegra194-rce-noc
/linux/include/dt-bindings/memory/
H A Dnvidia,tegra264.h85 /* Read Client of RCE */
87 /* Write client of RCE */
H A Dtegra194-mc.h333 /* RCE read client */
335 /* RCE write client */
H A Dtegra234-mc.h472 /* RCE read client */
474 /* RCE write client */
/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c745 [0x0e] = "RCE",
831 { "RCE", 0x59000 },
876 [T234_RCE_FABRIC_ID] = { "rce-fabric", true,
1210 [0xf] = "RCE",
1481 { .compatible = "nvidia,tegra234-rce-fabric", .data = &tegra234_rce_fabric },
H A 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/drivers/rtc/
H A 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/include/dt-bindings/clock/
H A Dtegra234-clock.h412 /** @brief NAFLL clock source for RCE */
/linux/drivers/scsi/
H A Dmyrs.h421 } __packed rce:3; /* Byte 8 Bits 0-2 */ member
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra194.dtsi1552 rce-noc@be00000 {
1553 compatible = "nvidia,tegra194-rce-noc";
H A Dtegra234.dtsi3843 rce-fabric@be00000 {
3844 compatible = "nvidia,tegra234-rce-fabric";
/linux/sound/sparc/
H A Ddbri.c1292 * RCE = 0 - receive on falling edge of CHICK in reset_chi()
/linux/drivers/scsi/fnic/
H A Dfdls_disc.c3892 "BA_RJT fs: %d OX_ID: 0x%x rc: 0x%x rce: 0x%x", in fdls_process_fabric_abts_rsp()