Searched refs:shft (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c59 int shft = (gpio & 0xf) << 1; local
68 gafr = (gafr & ~(0x3 << shft)) | (fn << shft);
/linux-master/fs/ubifs/
H A Dlpt.c551 int num, shft; local
555 shft = (c->lpt_hght - parent->level) * UBIFS_LPT_FANOUT_SHIFT;
556 num = parent->num ^ (1 << shft);
557 num |= (UBIFS_LPT_FANOUT + iip) << shft;
1458 int err, h, iip, shft; local
1468 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT;
1470 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1));
1471 shft -= UBIFS_LPT_FANOUT_SHIFT;
1476 iip = ((i >> shft) & (UBIFS_LPT_FANOUT - 1));
1605 int err, i, h, iip, shft; local
2081 int err = 0, i, h, iip, shft; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S96 bsr shft |shift mantissa bits till msbit is set
110 shft: label
/linux-master/drivers/edac/
H A Dpnd2_edac.c879 static int bank_hash(u64 pmiaddr, int idx, int shft) argument
885 bhash ^= ((pmiaddr >> (12 + shft)) ^ (pmiaddr >> (9 + shft))) & 1;
888 bhash ^= (((pmiaddr >> (10 + shft)) ^ (pmiaddr >> (8 + shft))) & 1) << 1;
892 bhash ^= (((pmiaddr >> (13 + shft)) ^ (pmiaddr >> (11 + shft))) & 1) << 2;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1454 neg.w %d0 # -shft amt
1486 neg.w %d0 # -shft amt
7637 neg.w %d0 # new exp = -(shft amt)
9623 cmpi.w %d0,&-0x3fff # is the shft amt really low?
12117 neg.w %d0 # new exponent = -(shft val)
12897 neg.w %d0 # new exponent = -(shft val)
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 va
[all...]
H A Dpfpsp.S1453 neg.w %d0 # -shft amt
1485 neg.w %d0 # -shft amt
5441 neg.w %d0 # new exp = -(shft val)
5477 neg.w %d0 # new exp = -(shft val)
5553 neg.l %d0 # new exponent = -(shft val)
5679 neg.l %d0 # new exponent = -(shft val)
5943 cmpi.w %d1, &29 # is shft amt >= 29
6469 add.l &32, %d2 # add 32 to shft amount
6563 sub.w &32, %d1 # adjust shft amt by 32
7320 neg.w %d0 # new exp = -(shft am
[all...]
H A Dfplsp.S7531 neg.w %d0 # new exp = -(shft amt)
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

Completed in 459 milliseconds