Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A 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/sound/soc/
H A Dsoc-topology.c472 struct soc_bytes_ext *sbe; in soc_tplg_kcontrol_bind_io() local
475 sbe = (struct soc_bytes_ext *)k->private_value; in soc_tplg_kcontrol_bind_io()
492 if (sbe->max > 512) in soc_tplg_kcontrol_bind_io()
498 if (!sbe->put && in soc_tplg_kcontrol_bind_io()
500 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()
501 if (!sbe->get && in soc_tplg_kcontrol_bind_io()
503 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
506 if ((k->access & SNDRV_CTL_ELEM_ACCESS_TLV_READ) && !sbe->get) in soc_tplg_kcontrol_bind_io()
508 if ((k->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) && !sbe->put) in soc_tplg_kcontrol_bind_io()
833 struct soc_bytes_ext *sbe; in soc_tplg_control_dbytes_create() local
874 struct soc_bytes_ext *sbe; soc_tplg_dbytes_create() local
[all...]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-l2c-defs.h79 __BITFIELD_FIELD(uint64_t sbe:1,
95 __BITFIELD_FIELD(uint64_t sbe:1,
H A 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/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h919 u64 sbe : 1; member
925 u64 sbe : 1;
1273 u64 sbe : 1; member
1285 u64 sbe : 1;
/linux/sound/soc/sof/
H A Dtopology.c940 struct soc_bytes_ext *sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load_bytes() local
943 scontrol->max_size = sbe->max; in sof_control_load_bytes()
966 struct soc_bytes_ext *sbe; in sof_control_load() local
1000 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load()
1001 dobj = &sbe->dobj; in sof_control_load()
1639 struct soc_bytes_ext *sbe; in sof_widget_unload() local
1687 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_widget_unload()
1688 scontrol = sbe->dobj.private; in sof_widget_unload()
H A Dipc3-topology.c807 struct soc_bytes_ext *sbe; in sof_get_control_data() local
822 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_get_control_data()
823 wdata[i].control = sbe->dobj.private; in sof_get_control_data()
/linux/arch/mips/include/asm/
H A Dasm-eva.h157 #define user_sb(reg, addr) __BUILD_EVA_INSN(sbe, reg, addr)