Home
last modified time | relevance | path

Searched full:smn (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dfsl-imx-scc.yaml22 - description: SCC SMN interrupt
27 - const: smn
53 interrupt-names = "scm", "smn";
/openbmc/linux/arch/x86/kernel/
H A Damd_nb.c48 /* Protect the PCI config register pairs used for SMN. */
197 pr_warn("Error programming SMN address 0x%x.\n", address); in __amd_smn_rw()
204 pr_warn("Error %s SMN address 0x%x.\n", in __amd_smn_rw()
270 * There should be _exactly_ N roots for each DF/SMN in amd_cache_northbridges()
298 * PCI roots per DF/SMN interface are functionally the in amd_cache_northbridges()
299 * same (for DF/SMN access) and N-1 are redundant. N-1 in amd_cache_northbridges()
300 * PCI roots should be skipped per DF/SMN interface so in amd_cache_northbridges()
301 * the following DF/SMN interfaces get mapped to in amd_cache_northbridges()
/openbmc/linux/drivers/platform/x86/amd/
H A Dhsmp.c39 * To access specific HSMP mailbox register, s/w writes the SMN address of HSMP mailbox
41 * Below are required SMN address for HSMP Mailbox register offsets in SMU address space
371 * amd_nb_num() returns number of SMN/DF interfaces present in the system in hsmp_plt_init()
372 * if we have N SMN/DF interfaces that ideally means N sockets in hsmp_plt_init()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2487 … " BIT0 - SMN Parity/SMN Timeouts PSP/SMU Parity and ECC/SMN On-Package Link Error : {}\n", in handleCrdHdrBank()
2491 ss << std::format(" BIT3 - SMN Timeouts SMU : {}\n", in handleCrdHdrBank()
2493 ss << std::format(" BIT4 - SMN Off-Package Link Packet Error : {}\n", in handleCrdHdrBank()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Daqua_vanjaram.c287 /* Fixed pattern for smn addressing on different AIDs:
H A Damdgpu.h584 /* encode "> 32bits" smn addressing */
H A Damdgpu_ras.c67 "smn",
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx25.dtsi446 interrupt-names = "scm", "smn";
/openbmc/linux/include/uapi/drm/
H A Damdgpu_drm.h880 /* RAS MASK: SMN */
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c95 struct maple_alloc *smn; in check_new_node() local
286 smn = mas.alloc; in check_new_node()
290 MT_BUG_ON(mt, !smn->slot[j]); in check_new_node()
294 smn = smn->slot[0]; /* next. */ in check_new_node()