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 | 3841 TCGv_i32 shiftx = 3847 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) 671 #define DISEQC_RESET shiftx(F0900_P1_DISEQC_RESET, demod, 0x100000) 674 #define DIS_PRECHARGE shiftx(F0900_P1_DIS_PRECHARGE, demod, 0x100000) 676 #define DISTX_MODE shiftx(F0900_P1_DISTX_MODE, demod, 0x100000) 680 #define DISRXCTL shiftx(R0900_P1_DISRXCTL, demod, 0x10) [all …]
|
H A D | stv0900_sw.c | 16 s32 shiftx(s32 x, int demod, s32 shift) in shiftx() function
|