Searched refs:shiftx (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | op_helper.c | 52 target_ulong helper_rotx(target_ulong rs, uint32_t shift, uint32_t shiftx, in helper_rotx() argument 63 s = shiftx; in helper_rotx() 84 s = shiftx; in helper_rotx() 102 s = shiftx; in helper_rotx() 119 s = shiftx; in helper_rotx()
|
H A D | nanomips_translate.c.inc | 3869 TCGv_i32 shiftx = 3875 gen_helper_rotx(cpu_gpr[rt], t0, shift, shiftx, stripe);
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_reg.h | 15 extern s32 shiftx(s32 x, int demod, s32 shift); 17 #define REGx(x) shiftx(x, demod, 0x200) 18 #define FLDx(x) shiftx(x, demod, 0x2000000) 128 #define I2CRPT shiftx(R0900_P1_I2CRPT, demod, -1) 130 #define I2CT_ON shiftx(F0900_P1_I2CT_ON, demod, -0x10000) 668 #define DISTXCTL shiftx(R0900_P1_DISTXCTL, demod, 0x10) 733 #define F22TX shiftx(R0900_P1_F22TX, demod, 0x10) 738 #define F22RX shiftx(R0900_P1_F22RX, demod, 0x10) 748 #define ACRDIV shiftx(R0900_P1_ACRDIV, demod, 0x10) 3953 #define TCTL4 shiftx(R0900_P1_TCTL4, demod, 0x20) [all …]
|
H A D | stv0900_sw.c | 16 s32 shiftx(s32 x, int demod, s32 shift) in shiftx() function
|