/openbmc/u-boot/drivers/dma/ |
H A D | ti-edma3.c | 95 struct edma3_slot_layout *rg; in edma3_set_dest() local 97 rg = (struct edma3_slot_layout *)(base + EDMA3_SL_BASE(slot)); in edma3_set_dest() 99 opt = __raw_readl(&rg->opt); in edma3_set_dest() 107 __raw_writel(opt, &rg->opt); in edma3_set_dest() 108 __raw_writel(dst, &rg->dst); in edma3_set_dest() 126 struct edma3_slot_layout *rg; in edma3_set_dest_index() local 128 rg = (struct edma3_slot_layout *)(base + EDMA3_SL_BASE(slot)); in edma3_set_dest_index() 130 src_dst_bidx = __raw_readl(&rg->src_dst_bidx); in edma3_set_dest_index() 131 src_dst_cidx = __raw_readl(&rg->src_dst_cidx); in edma3_set_dest_index() 134 &rg->src_dst_bidx); in edma3_set_dest_index() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VCEN.interface.yaml | 24 - name: RG 27 RG keyword. Field core override information.
|
H A D | VSYS.interface.yaml | 48 - name: RG
|
H A D | VSBK.interface.yaml | 36 - name: RG
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.42-tftpboot.patch | 54 @@ -30,5 +30,5 @@ rg \\ / # Convert backslashes to slash 55 rg \# @ # Convert hash marks to @ signs 56 rg /../ /..no../ # Convert /../ to /..no../
|
/openbmc/openpower-vpd-parser/configuration/ibm/ |
H A D | backup_restore_50003000.json | 66 "sourceKeyword": "RG", 68 "destinationKeyword": "RG",
|
H A D | backup_restore_50001000.json | 66 "sourceKeyword": "RG", 68 "destinationKeyword": "RG",
|
H A D | backup_restore_60004000.json | 66 "sourceKeyword": "RG", 68 "destinationKeyword": "RG",
|
/openbmc/qemu/hw/nvme/ |
H A D | ns.c | 431 for (uint16_t rg = 0; rg < endgrp->fdp.nrg; rg++) { in nvme_ns_init_fdp() local 432 ruh->rus[rg].ruamw = ruh->ruamw; in nvme_ns_init_fdp() 517 for (uint16_t rg = 0; rg < endgrp->fdp.nrg; rg++) { in nvme_ns_init_fdp() local 518 ruh->rus[rg].ruamw = ruh->ruamw; in nvme_ns_init_fdp()
|
H A D | subsys.c | 129 /* ensure remaining bits suffice to represent number of phids in a RG */ in nvme_calc_rgif()
|
H A D | ctrl.c | 326 static inline uint16_t nvme_make_pid(NvmeNamespace *ns, uint16_t rg, in nvme_make_pid() argument 335 return (rg << (16 - rgif)) | ph; in nvme_make_pid() 343 static inline bool nvme_rg_valid(NvmeEnduranceGroup *endgrp, uint16_t rg) in nvme_rg_valid() argument 345 return rg < endgrp->fdp.nrg; in nvme_rg_valid() 371 uint16_t *ph, uint16_t *rg) in nvme_parse_pid() argument 373 *rg = nvme_pid2rg(ns, pid); in nvme_parse_pid() 376 return nvme_ph_valid(ns, *ph) && nvme_rg_valid(ns->endgrp, *rg); in nvme_parse_pid() 484 uint16_t ph, rg, ruhid; in nvme_update_ruh() local 486 if (!nvme_parse_pid(ns, pid, &ph, &rg)) { in nvme_update_ruh() 493 ru = &ruh->rus[rg]; in nvme_update_ruh() [all …]
|
/openbmc/pldm/oem/ibm/configurations/fru/ |
H A D | System_VSYS.json | 76 "property_name": "RG",
|
H A D | Motherboard_VSYS.json | 76 "property_name": "RG",
|
/openbmc/u-boot/board/isee/igep00x0/ |
H A D | igep00x0.c | 49 * IGEP0030-RG = 0b10
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | constants.hpp | 132 constexpr auto kwdRG = "RG";
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | manager.cpp | 45 namespace rg = openpower::pels::message; 373 auto entry = _registry.lookup(message, rg::LookupType::name); in createPEL() 390 entry = _registry.lookup(defaultLogMessage, rg::LookupType::name); in createPEL()
|
H A D | src.cpp | 37 namespace rg = openpower::pels::message; 504 rg::LookupType::reasonCode, toCache); in getErrorDetails()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_fru_cmd.cpp | 250 {7, "MN"}, {8, "NN"}, {9, "RB"}, {10, "RG"}, {11, "SE"},
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 143 zGNiQ4kg{BcWc0x<V+z;eg;#}4gwZVO<Rg<jYQ3D&R1HNkXOXnN49T6fxRXfPP-JQ<
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 151 /* 16 bpp RG */ 155 /* 32 bpp RG */
|
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool.cpp | 29 {{"VSYS", "RG"},
|