Searched full:rce (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | dynamic.c | 538 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 D | nvidia,tegra234-cbb.yaml | 17 which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and 49 - nvidia,tegra234-rce-fabric
|
H A D | nvidia,tegra194-cbb.yaml | 20 "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 D | tegra194-mc.h | 333 /* RCE read client */ 335 /* RCE write client */
|
H A D | tegra234-mc.h | 472 /* RCE read client */ 474 /* RCE write client */
|
/openbmc/linux/drivers/soc/tegra/cbb/ |
H A D | tegra234-cbb.c | 659 [0x0e] = "RCE", 762 { "RCE", 0x59000 }, 837 .name = "rce-fabric", 1076 { .compatible = "nvidia,tegra234-rce-fabric", .data = &tegra234_rce_fabric },
|
H A D | tegra194-cbb.c | 233 [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 D | rtc-ds1685.c | 628 * 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 D | elf.h | 170 #define EM_RCE 39 /* Motorola RCE */
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | tegra234-clock.h | 412 /** @brief NAFLL clock source for RCE */
|
/openbmc/linux/drivers/scsi/ |
H A D | myrs.h | 421 } __packed rce:3; /* Byte 8 Bits 0-2 */ member
|
H A D | myrs.c | 1570 if (ldev_info->ldev_control.rce == MYRS_READCACHE_DISABLED) in myrs_mode_sense()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sunxi-mmc.c | 499 host->int_sum & SDXC_RESP_CRC_ERROR ? " RCE" : "", in sunxi_mmc_dump_errinfo()
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra194.dtsi | 1548 rce-noc@be00000 { 1549 compatible = "nvidia,tegra194-rce-noc";
|
H A D | tegra234.dtsi | 1715 rce-fabric@be00000 { 1716 compatible = "nvidia,tegra234-rce-fabric";
|
/openbmc/linux/sound/sparc/ |
H A D | dbri.c | 1293 * RCE = 0 - receive on falling edge of CHICK in reset_chi()
|