Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/bridge/
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 …]
/linux-6.6.21/sound/soc/sh/
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()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_init.c6432 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local
6443 if (!ha->swl) in qla2x00_find_all_fabric_devs()
6444 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
6446 swl = ha->swl; in qla2x00_find_all_fabric_devs()
6447 if (!swl) { in qla2x00_find_all_fabric_devs()
6452 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
6453 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
6454 swl = NULL; in qla2x00_find_all_fabric_devs()
6457 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
6458 swl = NULL; in qla2x00_find_all_fabric_devs()
[all …]
Dqla_os.c5043 kfree(ha->swl); in qla2x00_mem_free()
5044 ha->swl = NULL; in qla2x00_mem_free()
Dqla_def.h4506 void *swl; member
/linux-6.6.21/arch/mips/lib/
Dmemset.S17 #define LONG_S_L swl
Dmemcpy.S189 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
Dcsum_partial.S397 #define STOREL(reg, addr) EXC(swl, ST_INSN, reg, addr)
/linux-6.6.21/arch/mips/include/asm/
Dasm-eva.h115 #define kernel_swl(reg, addr) swl reg, addr
/linux-6.6.21/arch/mips/crypto/
Dchacha-core.S141 swl X ## x, (x*4)+MSB ## (OUT); \