Searched refs:sh2 (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sh/include/cpu-sh2a/cpu/
H A Dwatchdog.h2 #include <cpu-sh2/cpu/watchdog.h>
/linux-master/include/linux/
H A Dreciprocal_div.h25 u8 sh1, sh2; member in struct:reciprocal_value
36 return (t + ((a - t) >> R.sh1)) >> R.sh2;
/linux-master/arch/sh/kernel/cpu/
H A DMakefile6 obj-$(CONFIG_CPU_SH2) = sh2/
/linux-master/lib/math/
H A Dreciprocal_div.c29 R.sh2 = max(l - 1, 0);
/linux-master/arch/sh/mm/
H A DMakefile9 cacheops-$(CONFIG_CPU_SUBTYPE_SH7619) := cache-sh2.o
/linux-master/arch/sh/
H A DMakefile22 isa-$(CONFIG_CPU_SH2) := sh2
140 cpuincdir-$(CONFIG_CPU_SH2) += cpu-sh2
/linux-master/drivers/md/
H A Draid5.c881 static void lock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2)
883 __acquires(&sh2->stripe_lock)
885 if (sh1 > sh2) {
886 spin_lock_irq(&sh2->stripe_lock);
890 spin_lock_nested(&sh2->stripe_lock, 1);
894 static void unlock_two_stripes(struct stripe_head *sh1, struct stripe_head *sh2)
896 __releases(&sh2->stripe_lock)
899 spin_unlock_irq(&sh2->stripe_lock);
3175 struct stripe_head sh2; local
3270 previous, &dummy1, &sh2);
4588 struct stripe_head *sh2; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S38 sh2 .req v21
88 __pmull_p8_tail \rq, \ad\().8b, SHASH.8b, 8b,, sh1, sh2, sh3, sh4
96 __pmull_p8_tail \rq, \ad\().16b, SHASH.16b, 16b, 2, sh1, sh2, sh3, sh4
187 tbl sh2.16b, {SHASH.16b}, perm2.16b

Completed in 236 milliseconds