Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/scsi/qla2xxx/
Dqla_init.c5770 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local
5781 if (!ha->swl) in qla2x00_find_all_fabric_devs()
5782 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
5784 swl = ha->swl; in qla2x00_find_all_fabric_devs()
5785 if (!swl) { in qla2x00_find_all_fabric_devs()
5790 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
5791 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
5792 swl = NULL; in qla2x00_find_all_fabric_devs()
5795 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs()
5796 swl = NULL; in qla2x00_find_all_fabric_devs()
[all …]
Dqla_os.c4804 kfree(ha->swl); in qla2x00_mem_free()
4805 ha->swl = NULL; in qla2x00_mem_free()
Dqla_def.h4269 void *swl; member
/Linux-v5.10/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-v5.10/arch/mips/include/asm/
Dasm-eva.h115 #define kernel_swl(reg, addr) swl reg, addr
/Linux-v5.10/arch/mips/crypto/
Dchacha-core.S141 swl X ## x, (x*4)+MSB ## (OUT); \