Searched refs:swl (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | ite-it66121.c | 312 u8 swl; member 1231 u8 swl; in it66121_audio_hw_params() local 1322 swl = IT66121_AUD_SWL_21BIT; in it66121_audio_hw_params() 1325 swl = IT66121_AUD_SWL_24BIT; in it66121_audio_hw_params() 1328 swl = IT66121_AUD_SWL_23BIT; in it66121_audio_hw_params() 1331 swl = IT66121_AUD_SWL_22BIT; in it66121_audio_hw_params() 1334 swl = IT66121_AUD_SWL_20BIT; in it66121_audio_hw_params() 1337 swl = IT66121_AUD_SWL_17BIT; in it66121_audio_hw_params() 1340 swl = IT66121_AUD_SWL_19BIT; in it66121_audio_hw_params() 1343 swl = IT66121_AUD_SWL_18BIT; in it66121_audio_hw_params() [all …]
|
| /linux-6.15/sound/soc/renesas/ |
| H A 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-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 6462 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local 6473 if (!ha->swl) 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() 6484 swl = NULL; in qla2x00_find_all_fabric_devs() 6488 swl = NULL; in qla2x00_find_all_fabric_devs() 6492 swl = NULL; in qla2x00_find_all_fabric_devs() 6496 swl = NULL; in qla2x00_find_all_fabric_devs() 6502 if (swl) { in qla2x00_find_all_fabric_devs() 6503 qla2x00_gff_id(vha, swl); in qla2x00_find_all_fabric_devs() [all …]
|
| H A D | qla_os.c | 5041 kfree(ha->swl); in qla2x00_mem_free() 5042 ha->swl = NULL; in qla2x00_mem_free()
|
| H A D | qla_def.h | 4517 void *swl; member
|
| /linux-6.15/arch/mips/lib/ |
| H A D | memset.S | 17 #define LONG_S_L swl
|
| H A D | memcpy.S | 189 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
|
| H A D | csum_partial.S | 397 #define STOREL(reg, addr) EXC(swl, ST_INSN, reg, addr)
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | asm-eva.h | 115 #define kernel_swl(reg, addr) swl reg, addr
|
| /linux-6.15/arch/mips/crypto/ |
| H A D | chacha-core.S | 141 swl X ## x, (x*4)+MSB ## (OUT); \
|