Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dreciprocal_div.h24 u8 sh1, sh2; member
32 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/linux-4.1.27/lib/
Dreciprocal_div.c23 R.sh2 = max(l - 1, 0); in reciprocal_value()
/linux-4.1.27/arch/sh/kernel/cpu/
DMakefile5 obj-$(CONFIG_CPU_SH2) = sh2/
/linux-4.1.27/arch/sh/
DMakefile20 isa-$(CONFIG_CPU_SH2) := sh2
176 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
/linux-4.1.27/arch/sh/mm/
DMakefile7 cacheops-$(CONFIG_CPU_SH2) := cache-sh2.o
/linux-4.1.27/drivers/md/
Draid5.c729 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2) in lock_two_stripes() argument
732 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() argument
744 spin_unlock(&sh2->stripe_lock); in unlock_two_stripes()
2753 struct stripe_head sh2; in compute_blocknr() local
2848 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 …]
/linux-4.1.27/Documentation/sh/
Dnew-machine.txt63 | | |-- sh2
75 |-- cpu-sh2