Home
last modified time | relevance | path

Searched refs:sh2 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dreciprocal_div.h24 u8 sh1, sh2; member
32 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/linux-4.4.14/lib/
Dreciprocal_div.c23 R.sh2 = max(l - 1, 0); in reciprocal_value()
/linux-4.4.14/arch/sh/kernel/cpu/
DMakefile5 obj-$(CONFIG_CPU_SH2) = sh2/
/linux-4.4.14/arch/sh/
DMakefile20 isa-$(CONFIG_CPU_SH2) := sh2
176 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
/linux-4.4.14/arch/sh/mm/
DMakefile7 cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o
/linux-4.4.14/drivers/md/
Draid5.c727 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument
730 if (sh1 > sh2) { in lock_two_stripes()
731 spin_lock(&sh2->stripe_lock); in lock_two_stripes()
735 spin_lock_nested(&sh2->stripe_lock, 1); in lock_two_stripes()
739 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in unlock_two_stripes() argument
742 spin_unlock(&sh2->stripe_lock); in unlock_two_stripes()
2751 struct stripe_head sh2; in raid5_compute_blocknr() local
2846 previous, &dummy1, &sh2); in raid5_compute_blocknr()
2847 if (check != sh->sector || dummy1 != dd_idx || sh2.pd_idx != sh->pd_idx in raid5_compute_blocknr()
2848 || sh2.qd_idx != sh->qd_idx) { in raid5_compute_blocknr()
[all …]
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt63 | | |-- sh2
75 |-- cpu-sh2