Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Ddynamic.c538 struct of_changeset_entry *rce) in __of_changeset_entry_invert() argument
540 memcpy(rce, ce, sizeof(*rce)); in __of_changeset_entry_invert()
544 rce->action = OF_RECONFIG_DETACH_NODE; in __of_changeset_entry_invert()
547 rce->action = OF_RECONFIG_ATTACH_NODE; in __of_changeset_entry_invert()
550 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
553 rce->action = OF_RECONFIG_ADD_PROPERTY; in __of_changeset_entry_invert()
556 rce->old_prop = ce->prop; in __of_changeset_entry_invert()
557 rce->prop = ce->old_prop; in __of_changeset_entry_invert()
559 if (!rce->prop) { in __of_changeset_entry_invert()
560 rce->action = OF_RECONFIG_REMOVE_PROPERTY; in __of_changeset_entry_invert()
[all …]
/openbmc/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
/openbmc/linux/include/dt-bindings/memory/
H A Dtegra194-mc.h333 /* RCE read client */
335 /* RCE write client */
H A Dtegra234-mc.h472 /* RCE read client */
474 /* RCE write client */
/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra234-cbb.c659 [0x0e] = "RCE",
762 { "RCE", 0x59000 },
837 .name = "rce-fabric",
1076 { .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 },
/openbmc/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()
/openbmc/u-boot/include/
H A Delf.h170 #define EM_RCE 39 /* Motorola RCE */
/openbmc/linux/include/dt-bindings/clock/
H A Dtegra234-clock.h412 /** @brief NAFLL clock source for RCE */
/openbmc/linux/drivers/scsi/
H A Dmyrs.h421 } __packed rce:3; /* Byte 8 Bits 0-2 */ member
H A Dmyrs.c1570 if (ldev_info->ldev_control.rce == MYRS_READCACHE_DISABLED) in myrs_mode_sense()
/openbmc/linux/drivers/mmc/host/
H A Dsunxi-mmc.c499 host->int_sum & SDXC_RESP_CRC_ERROR ? " RCE" : "", in sunxi_mmc_dump_errinfo()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra194.dtsi1548 rce-noc@be00000 {
1549 compatible = "nvidia,tegra194-rce-noc";
H A Dtegra234.dtsi1715 rce-fabric@be00000 {
1716 compatible = "nvidia,tegra234-rce-fabric";
/openbmc/linux/sound/sparc/
H A Ddbri.c1293 * RCE = 0 - receive on falling edge of CHICK in reset_chi()