Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26487957 authored by Ralf Baechle's avatar Ralf Baechle Committed by
Browse files

MIPS: DSP: Put mask field into the right place.

parent c4fa6348
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1059,7 +1059,7 @@ do { \
	"	.set	noat					\n"	\
	"	move	$1, %0					\n"	\
	"	# wrdsp $1, %x1					\n"	\
	"	.word	0x7c2004f8 | (%x1 << 15)		\n"	\
	"	.word	0x7c2004f8 | (%x1 << 11)		\n"	\
	"	.set	pop					\n"	\
        :								\
	: "r" (val), "i" (mask));					\