Searched refs:sbe (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/edac/ |
| A D | octeon_edac-l2c.c | 69 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/drivers/hwmon/occ/ |
| A D | p9_sbe.c | 27 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/sound/soc/ |
| A D | soc-topology.c | 478 struct soc_bytes_ext *sbe; in soc_tplg_kcontrol_bind_io() local 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() 838 struct soc_bytes_ext *sbe; in soc_tplg_control_dbytes_create() local 847 sbe = devm_kzalloc(tplg->dev, sizeof(*sbe), GFP_KERNEL); in soc_tplg_control_dbytes_create() 848 if (!sbe) in soc_tplg_control_dbytes_create() 859 kc->private_value = (long)sbe; in soc_tplg_control_dbytes_create() [all …]
|
| /linux/drivers/crypto/cavium/zip/ |
| A D | zip_regs.h | 663 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/arch/mips/include/asm/octeon/ |
| A D | cvmx-l2c-defs.h | 79 __BITFIELD_FIELD(uint64_t sbe:1, 95 __BITFIELD_FIELD(uint64_t sbe:1,
|
| A D | cvmx-pow-defs.h | 329 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/ |
| A D | nitrox_csr.h | 919 u64 sbe : 1; member 925 u64 sbe : 1; 1273 u64 sbe : 1; member 1285 u64 sbe : 1;
|
| /linux/sound/soc/sof/ |
| A D | topology.c | 928 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()
|
| A D | ipc3-topology.c | 804 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/arch/mips/include/asm/ |
| A D | asm-eva.h | 157 #define user_sb(reg, addr) __BUILD_EVA_INSN(sbe, reg, addr)
|
Completed in 35 milliseconds