Searched refs:swl (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/bridge/ |
D | ite-it66121.c | 312 u8 swl; member 1251 u8 swl; in it66121_audio_hw_params() local 1342 swl = IT66121_AUD_SWL_21BIT; in it66121_audio_hw_params() 1345 swl = IT66121_AUD_SWL_24BIT; in it66121_audio_hw_params() 1348 swl = IT66121_AUD_SWL_23BIT; in it66121_audio_hw_params() 1351 swl = IT66121_AUD_SWL_22BIT; in it66121_audio_hw_params() 1354 swl = IT66121_AUD_SWL_20BIT; in it66121_audio_hw_params() 1357 swl = IT66121_AUD_SWL_17BIT; in it66121_audio_hw_params() 1360 swl = IT66121_AUD_SWL_19BIT; in it66121_audio_hw_params() 1363 swl = IT66121_AUD_SWL_18BIT; in it66121_audio_hw_params() [all …]
|
/Linux-v6.1/sound/soc/sh/ |
D | ssi.c | 134 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-v6.1/drivers/scsi/qla2xxx/ |
D | qla_init.c | 6162 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local 6173 if (!ha->swl) in qla2x00_find_all_fabric_devs() 6174 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs() 6176 swl = ha->swl; in qla2x00_find_all_fabric_devs() 6177 if (!swl) { in qla2x00_find_all_fabric_devs() 6182 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs() 6183 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs() 6184 swl = NULL; in qla2x00_find_all_fabric_devs() 6187 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs() 6188 swl = NULL; in qla2x00_find_all_fabric_devs() [all …]
|
D | qla_os.c | 4979 kfree(ha->swl); in qla2x00_mem_free() 4980 ha->swl = NULL; in qla2x00_mem_free()
|
D | qla_def.h | 4430 void *swl; member
|
/Linux-v6.1/arch/mips/lib/ |
D | memset.S | 17 #define LONG_S_L swl
|
D | memcpy.S | 189 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
|
D | csum_partial.S | 397 #define STOREL(reg, addr) EXC(swl, ST_INSN, reg, addr)
|
/Linux-v6.1/arch/mips/include/asm/ |
D | asm-eva.h | 115 #define kernel_swl(reg, addr) swl reg, addr
|
/Linux-v6.1/arch/mips/crypto/ |
D | chacha-core.S | 141 swl X ## x, (x*4)+MSB ## (OUT); \
|