Home
last modified time | relevance | path

Searched full:rg (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/drivers/dma/
H A Dti-edma3.c95 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 DVCEN.interface.yaml24 - name: RG
27 RG keyword. Field core override information.
H A DVSYS.interface.yaml48 - name: RG
H A DVSBK.interface.yaml36 - name: RG
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch54 @@ -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 Dbackup_restore_50003000.json66 "sourceKeyword": "RG",
68 "destinationKeyword": "RG",
H A Dbackup_restore_50001000.json66 "sourceKeyword": "RG",
68 "destinationKeyword": "RG",
H A Dbackup_restore_60004000.json66 "sourceKeyword": "RG",
68 "destinationKeyword": "RG",
/openbmc/qemu/hw/nvme/
H A Dns.c431 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 Dsubsys.c129 /* ensure remaining bits suffice to represent number of phids in a RG */ in nvme_calc_rgif()
H A Dctrl.c326 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 DSystem_VSYS.json76 "property_name": "RG",
H A DMotherboard_VSYS.json76 "property_name": "RG",
/openbmc/u-boot/board/isee/igep00x0/
H A Digep00x0.c49 * IGEP0030-RG = 0b10
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp132 constexpr auto kwdRG = "RG";
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp45 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 Dsrc.cpp37 namespace rg = openpower::pels::message;
504 rg::LookupType::reasonCode, toCache); in getErrorDetails()
/openbmc/pldm/pldmtool/
H A Dpldm_fru_cmd.cpp250 {7, "MN"}, {8, "NN"}, {9, "RB"}, {10, "RG"}, {11, "SE"},
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch143 zGNiQ4kg{BcWc0x<V+z;eg;#}4gwZVO<Rg<jYQ3D&R1HNkXOXnN49T6fxRXfPP-JQ<
/openbmc/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h151 /* 16 bpp RG */
155 /* 32 bpp RG */
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp29 {{"VSYS", "RG"},