Searched refs:shft (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | lpt.c | 561 int num, shft; in calc_nnode_num_from_parent() local 565 shft = (c->lpt_hght - parent->level) * UBIFS_LPT_FANOUT_SHIFT; in calc_nnode_num_from_parent() 566 num = parent->num ^ (1 << shft); in calc_nnode_num_from_parent() 567 num |= (UBIFS_LPT_FANOUT + iip) << shft; in calc_nnode_num_from_parent() 1448 int err, i, h, iip, shft; in ubifs_lpt_lookup() local 1459 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup() 1461 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1)); in ubifs_lpt_lookup() 1462 shft -= UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup() 1467 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1)); in ubifs_lpt_lookup() 1581 int err, i, h, iip, shft; in ubifs_lpt_lookup_dirty() local [all …]
|
D | lpt_commit.c | 630 int err, h, iip, shft; in pnode_lookup() local 640 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in pnode_lookup() 642 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1)); in pnode_lookup() 643 shft -= UBIFS_LPT_FANOUT_SHIFT; in pnode_lookup() 648 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1)); in pnode_lookup()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | mfp-pxa2xx.c | 60 int shft = (gpio & 0xf) << 1; in __mfp_config_gpio() local 69 gafr = (gafr & ~(0x3 << shft)) | (fn << shft); in __mfp_config_gpio()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | sgetem.S | 96 bsr shft |shift mantissa bits till msbit is set 110 shft: label
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci_vpfe_user.h | 1096 unsigned char shft; member
|
D | dm365_ipipe_hw.c | 969 regw_ip(base_addr, car->gain1.shft & CAR_GAIN1_SHFT_MASK, CAR_GN1_SHF); in ipipe_set_gain_ctrl() 973 regw_ip(base_addr, car->gain2.shft & CAR_GAIN2_SHFT_MASK, CAR_GN2_SHF); in ipipe_set_gain_ctrl()
|
D | dm365_ipipe.c | 1073 car->gain1.shft > CAR_GAIN1_SHFT_MASK || in ipipe_validate_car_params() 1075 car->gain2.shft > CAR_GAIN2_SHFT_MASK || in ipipe_validate_car_params()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1486 neg.w %d0 # -shft amt 7637 neg.w %d0 # new exp = -(shft amt) 13515 neg.w %d0 # new exponent = -(shft val) 15895 neg.w %d0 # new exp = -(shft val) 15931 neg.w %d0 # new exp = -(shft val) 16007 neg.l %d0 # new exponent = -(shft val) 16133 neg.l %d0 # new exponent = -(shft val)
|
D | pfpsp.S | 1485 neg.w %d0 # -shft amt
|
D | fplsp.S | 9264 cmpi.w %d0,&-0x3fff # is the shft amt really low? 10866 add.l &32, %d2 # add 32 to shft amount 10960 sub.w &32, %d1 # adjust shft amt by 32
|