Searched refs:sh2 (Results 1 – 7 of 7) sorted by relevance
24 u8 sh1, sh2; member32 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
23 R.sh2 = max(l - 1, 0); in reciprocal_value()
5 obj-$(CONFIG_CPU_SH2) = sh2/
20 isa-$(CONFIG_CPU_SH2) := sh2176 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
7 cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o
729 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument732 if (sh1 > sh2) { in lock_two_stripes()733 spin_lock(&sh2->stripe_lock); in lock_two_stripes()737 spin_lock_nested(&sh2->stripe_lock, 1); in lock_two_stripes()741 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument744 spin_unlock(&sh2->stripe_lock); in unlock_two_stripes()2753 struct stripe_head sh2; in compute_blocknr() local2848 previous, &dummy1, &sh2); in compute_blocknr()2849 if (check != sh->sector || dummy1 != dd_idx || sh2.pd_idx != sh->pd_idx in compute_blocknr()2850 || sh2.qd_idx != sh->qd_idx) { in compute_blocknr()[all …]
63 | | |-- sh275 |-- cpu-sh2