Home
last modified time | relevance | path

Searched refs:sbe (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.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()
/Linux-v6.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()
177 ctx->sbe = NULL; in p9_sbe_occ_remove()
/Linux-v6.1/sound/soc/
Dsoc-topology.c518 struct soc_bytes_ext *sbe; in soc_tplg_kcontrol_bind_io() local
521 sbe = (struct soc_bytes_ext *)k->private_value; in soc_tplg_kcontrol_bind_io()
538 if (sbe->max > 512) in soc_tplg_kcontrol_bind_io()
544 if (!sbe->put && in soc_tplg_kcontrol_bind_io()
546 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()
547 if (!sbe->get && in soc_tplg_kcontrol_bind_io()
549 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
552 if ((k->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) && !sbe->get) in soc_tplg_kcontrol_bind_io()
554 if ((k->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) && !sbe->put) in soc_tplg_kcontrol_bind_io()
682 struct soc_bytes_ext *sbe; in soc_tplg_dbytes_create() local
[all …]
/Linux-v6.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-v6.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-v6.1/drivers/crypto/cavium/nitrox/
Dnitrox_csr.h919 u64 sbe : 1; member
925 u64 sbe : 1;
1273 u64 sbe : 1; member
1285 u64 sbe : 1;
/Linux-v6.1/sound/soc/sof/
Dtopology.c871 struct soc_bytes_ext *sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load_bytes() local
874 scontrol->max_size = sbe->max; in sof_control_load_bytes()
897 struct soc_bytes_ext *sbe; in sof_control_load() local
931 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load()
932 dobj = &sbe->dobj; in sof_control_load()
1417 struct soc_bytes_ext *sbe; in sof_widget_unload() local
1456 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_widget_unload()
1457 scontrol = sbe->dobj.private; in sof_widget_unload()
Dipc3-topology.c768 struct soc_bytes_ext *sbe; in sof_get_control_data() local
783 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_get_control_data()
784 wdata[i].control = sbe->dobj.private; in sof_get_control_data()
/Linux-v6.1/arch/mips/include/asm/
Dasm-eva.h157 #define user_sb(reg, addr) __BUILD_EVA_INSN(sbe, reg, addr)