Home
last modified time | relevance | path

Searched refs:swl (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it66121.c312 u8 swl; member
1234 u8 swl; in it66121_audio_hw_params() local
1325 swl = IT66121_AUD_SWL_21BIT; in it66121_audio_hw_params()
1328 swl = IT66121_AUD_SWL_24BIT; in it66121_audio_hw_params()
1331 swl = IT66121_AUD_SWL_23BIT; in it66121_audio_hw_params()
1334 swl = IT66121_AUD_SWL_22BIT; in it66121_audio_hw_params()
1337 swl = IT66121_AUD_SWL_20BIT; in it66121_audio_hw_params()
1340 swl = IT66121_AUD_SWL_17BIT; in it66121_audio_hw_params()
1343 swl = IT66121_AUD_SWL_19BIT; in it66121_audio_hw_params()
1346 swl = IT66121_AUD_SWL_18BIT; in it66121_audio_hw_params()
[all …]
/openbmc/linux/sound/soc/sh/
H A Dssi.c134 unsigned int bits, channels, swl, recv, i; in ssi_hw_params() local
187 swl = (bits * channels) / 2; in ssi_hw_params()
188 switch (swl) { in ssi_hw_params()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c6462 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local
6473 if (!ha->swl) in qla2x00_find_all_fabric_devs()
6474 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
6476 swl = ha->swl; in qla2x00_find_all_fabric_devs()
6477 if (!swl) { in qla2x00_find_all_fabric_devs()
6482 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
6483 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
6484 swl = NULL; in qla2x00_find_all_fabric_devs()
6487 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
6488 swl = NULL; in qla2x00_find_all_fabric_devs()
[all …]
H A Dqla_os.c5039 kfree(ha->swl); in qla2x00_mem_free()
5040 ha->swl = NULL; in qla2x00_mem_free()
H A Dqla_def.h4518 void *swl; member
/openbmc/linux/arch/mips/lib/
H A Dmemset.S17 #define LONG_S_L swl
H A Dmemcpy.S189 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
H A Dcsum_partial.S397 #define STOREL(reg, addr) EXC(swl, ST_INSN, reg, addr)
/openbmc/linux/arch/mips/include/asm/
H A Dasm-eva.h115 #define kernel_swl(reg, addr) swl reg, addr
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S141 swl X ## x, (x*4)+MSB ## (OUT); \
/openbmc/qemu/target/mips/
H A Dhelper.h9 DEF_HELPER_4(swl, void, env, tl, tl, int)
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c2205 gen_helper_0e2i(swl, t1, t0, mem_idx); in gen_st()
4047 gen_helper_0e2i(swl, t1, t0, ctx->mem_idx); in gen_loongson_lswc2()