Home
last modified time | relevance | path

Searched full:sbe (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.12.1/drivers/edac/
Docteon_edac-l2c.c69 if (err_tdtx.s.dbe || err_tdtx.s.sbe || in _octeon_l2c_poll_oct2()
81 if (err_tdtx.s.sbe) { in _octeon_l2c_poll_oct2()
84 err_tdtx_reset.s.sbe = 1; in _octeon_l2c_poll_oct2()
105 if (err_ttgx.s.dbe || err_ttgx.s.sbe) in _octeon_l2c_poll_oct2()
116 if (err_ttgx.s.sbe) { in _octeon_l2c_poll_oct2()
119 err_ttgx_reset.s.sbe = 1; in _octeon_l2c_poll_oct2()
Dr82600_edac.c103 * 1=NMI triggered by SBE n.b. other
109 * read 0=no MBE, or SBE occurred first
111 * clear SBE)
114 * 1 SBE (R/WC)
115 * read 1=SBE at EAP (see above)
116 * read 0=no SBE, or MBE occurred first
117 * write 1=Clear SBE status (must also
Darmada_xp_edac.c165 dev_warn(mci->pdev, "inconsistent SBE count detected\n"); in axp_mc_check()
335 /* configure SBE threshold */ in axp_mc_probe()
Di82443bxgx_edac.c94 #define I82443BXGX_ERRSTS_OFFSET_SEF BIT(0) /* 1 = SBE occurred */
/linux-6.12.1/drivers/hwmon/occ/
Dp9_sbe.c27 struct device *sbe; member
91 rc = fsi_occ_submit(ctx->sbe, cmd, len, resp, &resp_len); in p9_sbe_occ_send_cmd()
145 ctx->sbe = pdev->dev.parent; in p9_sbe_occ_probe()
162 "failed to create SBE error ffdc file\n"); in p9_sbe_occ_probe()
177 ctx->sbe = NULL; in p9_sbe_occ_remove()
DKconfig21 tristate "POWER9 OCC through SBE"
29 established through SBE fifo on an FSI bus.
/linux-6.12.1/drivers/fsi/
Dfsi-sbefifo.c88 SBE_STATE_RUNTIME = 0x4, // SBE Runtime
91 SBE_STATE_FAILURE = 0x7, // Internal SBE failure
92 SBE_STATE_QUIESCE = 0x8, // Final state - needs SBE reset to get out
166 dev_err(dev, "SBE invalid FFDC package size %zd\n", ffdc_sz); in __sbefifo_dump_ffdc()
174 dev_err(dev, "SBE invalid FFDC package signature %08x %08x %08x\n", in __sbefifo_dump_ffdc()
180 dev_err(dev, "SBE FFDC package len %d words but only %zd remaining\n", in __sbefifo_dump_ffdc()
186 dev_warn(dev, "+---- SBE FFDC package %d for async err -----+\n", in __sbefifo_dump_ffdc()
189 dev_warn(dev, "+---- SBE FFDC package %d for cmd %02x:%02x -----+\n", in __sbefifo_dump_ffdc()
234 dev_err(dev, "SBE cmd %02x:%02x status offset out of range: %d/%zd\n", in sbefifo_parse_status()
241 dev_err(dev, "SBE cmd %02x:%02x, status signature invalid: 0x%08x 0x%08x\n", in sbefifo_parse_status()
[all …]
Dfsi-occ.c222 size_t ffdc_len = (dh - 1) * 4; /* SBE words are four bytes */ in occ_save_ffdc()
268 * Magic sequence to do SBE getsram command. SBE will fetch data from in occ_getsram()
332 * Magic sequence to do SBE putsram command. SBE will transfer in occ_putsram()
640 /* SBE words are always four bytes */ in occ_probe()
DKconfig85 (SBE) on POWER processors.
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-fsi-devices-sbefifo5 Indicates whether or not this SBE device has experienced a
6 timeout; i.e. the SBE did not respond within the time allotted
Dsysfs-bus-platform-devices-occ-hwmon11 POWER9 and up processors over the Self-Boot Engine (SBE) FIFO.
/linux-6.12.1/sound/soc/
Dsoc-topology.c478 struct soc_bytes_ext *sbe; in soc_tplg_kcontrol_bind_io() local
481 sbe = (struct soc_bytes_ext *)k->private_value; in soc_tplg_kcontrol_bind_io()
498 if (sbe->max > 512) in soc_tplg_kcontrol_bind_io()
504 if (!sbe->put && in soc_tplg_kcontrol_bind_io()
506 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()
507 if (!sbe->get && in soc_tplg_kcontrol_bind_io()
509 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
512 if ((k->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) && !sbe->get) in soc_tplg_kcontrol_bind_io()
514 if ((k->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) && !sbe->put) in soc_tplg_kcontrol_bind_io()
838 struct soc_bytes_ext *sbe; in soc_tplg_control_dbytes_create() local
[all …]
/linux-6.12.1/drivers/crypto/cavium/zip/
Dzip_regs.h663 u64 sbe : 5; member
665 u64 sbe : 5;
683 u64 sbe : 5; member
685 u64 sbe : 5;
706 u64 sbe : 5; member
708 u64 sbe : 5;
726 u64 sbe : 5; member
728 u64 sbe : 5;
/linux-6.12.1/Documentation/devicetree/bindings/fsi/
Dibm,p9-sbefifo.yaml14 POWER processor Self Boot Engine (SBE). This node will always be a child
/linux-6.12.1/drivers/net/wan/
DKconfig115 tristate "SBE Inc. wanXL support"
118 Driver for wanXL PCI cards by SBE Inc.
Dwanxl.c839 MODULE_DESCRIPTION("SBE Inc. wanXL serial port driver");
/linux-6.12.1/arch/mips/include/asm/octeon/
Dcvmx-l2c-defs.h79 __BITFIELD_FIELD(uint64_t sbe:1,
95 __BITFIELD_FIELD(uint64_t sbe:1,
Dcvmx-pow-defs.h329 uint64_t sbe:1; member
331 uint64_t sbe:1;
356 uint64_t sbe:1; member
358 uint64_t sbe:1;
/linux-6.12.1/drivers/crypto/cavium/nitrox/
Dnitrox_csr.h903 * @sbe: Single-bit error occurred in EFL
919 u64 sbe : 1; member
925 u64 sbe : 1;
1250 * @sbe: Memory SBE error. This is recoverable via ECC.
1273 u64 sbe : 1; member
1285 u64 sbe : 1;
/linux-6.12.1/arch/mips/include/asm/
Dasm-eva.h70 #define user_sb(reg, addr) __BUILD_EVA_INSN("sbe", reg, addr)
157 #define user_sb(reg, addr) __BUILD_EVA_INSN(sbe, reg, addr)
/linux-6.12.1/include/uapi/linux/
Dfsi.h73 * FSI_SBEFIFO_READ_TIMEOUT sets the read timeout for response from SBE.
/linux-6.12.1/sound/soc/sof/
Dtopology.c928 struct soc_bytes_ext *sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load_bytes() local
931 scontrol->max_size = sbe->max; in sof_control_load_bytes()
954 struct soc_bytes_ext *sbe; in sof_control_load() local
988 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load()
989 dobj = &sbe->dobj; in sof_control_load()
1617 struct soc_bytes_ext *sbe; in sof_widget_unload() local
1665 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_widget_unload()
1666 scontrol = sbe->dobj.private; in sof_widget_unload()
Dipc3-topology.c804 struct soc_bytes_ext *sbe; in sof_get_control_data() local
819 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_get_control_data()
820 wdata[i].control = sbe->dobj.private; in sof_get_control_data()
/linux-6.12.1/include/uapi/misc/
Dxilinx_sdfec.h242 * @cecc_count: Count of Correctable ECC errors (SBE)
/linux-6.12.1/arch/mips/mm/
Dcerr-sb1.c120 printk(" data-SBE"); in breakout_cerrd()

12