Searched refs:sbe (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/hwmon/occ/ |
| D | p9_sbe.c | 14 struct device *sbe; member 26 rc = fsi_occ_submit(ctx->sbe, cmd, 8, resp, &resp_len); in p9_sbe_occ_send_cmd() 68 ctx->sbe = pdev->dev.parent; in p9_sbe_occ_probe() 89 ctx->sbe = NULL; in p9_sbe_occ_remove()
|
| /Linux-v5.4/drivers/edac/ |
| 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-v5.4/sound/soc/ |
| D | soc-topology.c | 592 struct soc_bytes_ext *sbe; in soc_tplg_kcontrol_bind_io() local 595 sbe = (struct soc_bytes_ext *)k->private_value; in soc_tplg_kcontrol_bind_io() 607 if (!sbe->put && ext_ops[i].id == be->ext_ops.put) in soc_tplg_kcontrol_bind_io() 608 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io() 609 if (!sbe->get && ext_ops[i].id == be->ext_ops.get) in soc_tplg_kcontrol_bind_io() 610 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io() 613 if (sbe->put && sbe->get) in soc_tplg_kcontrol_bind_io() 749 struct soc_bytes_ext *sbe; in soc_tplg_dbytes_create() local 769 sbe = kzalloc(sizeof(*sbe), GFP_KERNEL); in soc_tplg_dbytes_create() 770 if (sbe == NULL) in soc_tplg_dbytes_create() [all …]
|
| /Linux-v5.4/drivers/crypto/cavium/zip/ |
| 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-v5.4/arch/mips/include/asm/octeon/ |
| D | cvmx-l2c-defs.h | 79 __BITFIELD_FIELD(uint64_t sbe:1, 95 __BITFIELD_FIELD(uint64_t sbe:1,
|
| 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-v5.4/drivers/crypto/cavium/nitrox/ |
| D | nitrox_csr.h | 919 u64 sbe : 1; member 925 u64 sbe : 1; 1273 u64 sbe : 1; member 1285 u64 sbe : 1;
|
| /Linux-v5.4/sound/soc/sof/ |
| D | topology.c | 543 struct soc_bytes_ext *sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load_bytes() local 544 int max_size = sbe->max; in sof_control_load_bytes() 1049 struct soc_bytes_ext *sbe; in sof_control_load() local 1074 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_control_load() 1075 dobj = &sbe->dobj; in sof_control_load() 1765 struct soc_bytes_ext *sbe; in sof_get_control_data() local 1780 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_get_control_data() 1781 wdata[i].control = sbe->dobj.private; in sof_get_control_data() 2188 struct soc_bytes_ext *sbe; in sof_widget_unload() local 2241 sbe = (struct soc_bytes_ext *)kc->private_value; in sof_widget_unload() [all …]
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | asm-eva.h | 157 #define user_sb(reg, addr) __BUILD_EVA_INSN(sbe, reg, addr)
|