Searched refs:swl (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/sound/soc/sh/ |
D | ssi.c | 137 unsigned int bits, channels, swl, recv, i; in ssi_hw_params() local 190 swl = (bits * channels) / 2; in ssi_hw_params() 191 switch (swl) { in ssi_hw_params()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_init.c | 3650 sw_info_t *swl; in qla2x00_find_all_fabric_devs() local 3660 if (!ha->swl) in qla2x00_find_all_fabric_devs() 3661 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs() 3663 swl = ha->swl; in qla2x00_find_all_fabric_devs() 3664 if (!swl) { in qla2x00_find_all_fabric_devs() 3669 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs() 3670 if (qla2x00_gid_pt(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs() 3671 swl = NULL; in qla2x00_find_all_fabric_devs() 3672 } else if (qla2x00_gpn_id(vha, swl) != QLA_SUCCESS) { in qla2x00_find_all_fabric_devs() 3673 swl = NULL; in qla2x00_find_all_fabric_devs() [all …]
|
D | qla_def.h | 3236 void *swl; member
|
D | qla_os.c | 3721 kfree(ha->swl); in qla2x00_mem_free()
|
/linux-4.1.27/arch/mips/lib/ |
D | memset.S | 16 #define LONG_S_L swl
|
D | memcpy.S | 185 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
|
D | csum_partial.S | 409 #define STOREL(reg, addr, handler) EXC(swl, ST_INSN, reg, addr, handler)
|
/linux-4.1.27/arch/mips/include/asm/ |
D | asm-eva.h | 111 #define kernel_swl(reg, addr) swl reg, addr
|