Searched refs:SRL (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/lib/
H A Dmemcpy.S157 #define SRL dsrl define
194 #define SRL srl define
317 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
440 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
H A Dcsum_partial.S382 #define SRL dsrl define
402 #define SRL srl define
466 SRL t0, len, LOG_NBYTES+3 # +3 for 8 units/iter
604 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c156 #define SRL F3(2, 0x26) macro
910 emit_alu3_K(SRL, src, 0, dst, ctx);
981 emit_alu(SRL, src, dst, ctx);
1005 emit_alu_K(SRL, dst, 16, ctx);
1011 emit_alu_K(SRL, dst, 0, ctx);
1029 emit_alu3_K(SRL, dst, 8, dst, ctx);
1039 emit_alu3_K(SRL, dst, 24, tmp, ctx); /* tmp = dst >> 24 */
1040 emit_alu3_K(SRL, dst, 16, tmp2, ctx); /* tmp2 = dst >> 16 */
1044 emit_alu3_K(SRL, dst, 8, tmp2, ctx); /* tmp2 = dst >> 8 */
1149 emit_alu_K(SRL, ds
[all...]
H A Dbpf_jit_comp_32.c83 #define SRL F3(2, 0x26) macro
437 emit_alu_X(SRL);
440 emit_alu_K(SRL, K);
529 emit_alu_K(SRL, 5);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h341 u16 SRL; /* 802.11 dot11ShortRetryLimit */ member in struct:brcms_hardware
439 * SRL: 802.11 dot11ShortRetryLimit.
542 u16 SRL; member in struct:brcms_c_info
H A Dmain.c1218 wlc_hw->SRL = RETRY_SHORT_DEF;
3008 u16 SRL, u16 LRL)
3010 wlc_hw->SRL = SRL;
3018 bcma_write32(wlc_hw->d11core, D11REGOFFS(objdata), wlc_hw->SRL);
3311 bcma_write32(core, D11REGOFFS(objdata), wlc_hw->SRL);
4331 wlc->SRL = RETRY_SHORT_DEF;
5412 wlc->SRL = srl;
5415 brcms_b_retrylimit_upd(wlc->hw, wlc->SRL, wlc->LRL);
5419 EDCF_SHORT, wlc->SRL);
3007 brcms_b_retrylimit_upd(struct brcms_hardware *wlc_hw, u16 SRL, u16 LRL) argument
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S92 #define SRL dsrl define
314 SRL t0, len, LOG_NBYTES+2 # +2 for 4 units/iter
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h863 u8 SRL; member in struct:MR_LD_RAID

Completed in 154 milliseconds