Home
last modified time | relevance | path

Searched refs:SLL (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dimx6sll-clock.txt1 * Clock bindings for Freescale i.MX6 SLL
13 for the full list of i.MX6 SLL clock IDs.
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_64.c152 #define SLL F3(2, 0x25) macro
871 emit_alu3_K(SLL, bpf_index, 3, tmp, ctx); in emit_tail_call()
965 emit_alu(SLL, src, dst, ctx); in build_insn()
992 emit_alu_K(SLL, dst, 16, ctx); in build_insn()
1016 emit_alu3_K(SLL, tmp, 8, tmp, ctx); in build_insn()
1025 emit_alu3_K(SLL, tmp2, 8, tmp2, ctx); /* tmp2 = tmp2 << 8 */ in build_insn()
1029 emit_alu3_K(SLL, tmp2, 16, tmp2, ctx); /* tmp2 = tmp2 << 16 */ in build_insn()
1032 emit_alu3_K(SLL, dst, 24, dst, ctx); /* dst = dst << 24 */ in build_insn()
1122 emit_alu_K(SLL, dst, imm, ctx); in build_insn()
Dbpf_jit_comp_32.c82 #define SLL F3(2, 0x25) macro
431 emit_alu_X(SLL); in bpf_jit_compile()
434 emit_alu_K(SLL, K); in bpf_jit_compile()
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx6sll-pinctrl.txt1 * Freescale i.MX6 SLL IOMUX Controller
/Linux-v4.19/arch/mips/lib/
Dmemcpy.S159 #define SLL dsll macro
195 #define SLL sll macro
404 SLL rem, len, 3 # rem = number of bits to keep
Dcsum_partial.S397 #define SLL dsll macro
417 #define SLL sll macro
593 SLL rem, len, 3 # rem = number of bits to keep
620 SLL t4, t1, 3 # t4 = number of bits to discard
/Linux-v4.19/arch/mips/cavium-octeon/
Docteon-memcpy.S94 #define SLL dsll macro