Searched refs:swl (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/sh/ |
| 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/drivers/scsi/qla2xxx/ |
| A D | qla_init.c | 6077 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local 6088 if (!ha->swl) in qla2x00_find_all_fabric_devs() 6091 swl = ha->swl; in qla2x00_find_all_fabric_devs() 6092 if (!swl) { in qla2x00_find_all_fabric_devs() 6099 swl = NULL; in qla2x00_find_all_fabric_devs() 6103 swl = NULL; in qla2x00_find_all_fabric_devs() 6107 swl = NULL; in qla2x00_find_all_fabric_devs() 6111 swl = NULL; in qla2x00_find_all_fabric_devs() 6117 if (swl) { in qla2x00_find_all_fabric_devs() 6118 qla2x00_gff_id(vha, swl); in qla2x00_find_all_fabric_devs() [all …]
|
| A D | qla_os.c | 4915 kfree(ha->swl); in qla2x00_mem_free() 4916 ha->swl = NULL; in qla2x00_mem_free()
|
| A D | qla_def.h | 4393 void *swl; member
|
| /linux/arch/mips/lib/ |
| A D | memset.S | 17 #define LONG_S_L swl
|
| A D | memcpy.S | 189 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
|
| A D | csum_partial.S | 397 #define STOREL(reg, addr) EXC(swl, ST_INSN, reg, addr)
|
| /linux/arch/mips/include/asm/ |
| A D | asm-eva.h | 115 #define kernel_swl(reg, addr) swl reg, addr
|
| /linux/arch/mips/crypto/ |
| A D | chacha-core.S | 141 swl X ## x, (x*4)+MSB ## (OUT); \
|
Completed in 684 milliseconds