Home
last modified time | relevance | path

Searched refs:gpr3 (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dkup.h43 .macro kuap_update_sr gpr1, gpr2, gpr3 /* NEVER use r0 as gpr2 due to addis */
48 cmplw \gpr2, \gpr3
53 .macro kuap_save_and_lock sp, thread, gpr1, gpr2, gpr3
55 rlwinm. \gpr3, \gpr2, 28, 0xf0000000
62 kuap_update_sr \gpr1, \gpr2, \gpr3
66 .macro kuap_restore sp, current, gpr1, gpr2, gpr3
68 rlwinm. \gpr3, \gpr2, 28, 0xf0000000
73 kuap_update_sr \gpr1, \gpr2, \gpr3
/kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/
Dexynos5433-pinctrl.dtsi239 gpr3: gpr3 { label
311 samsung,pins = "gpr3-0";
318 samsung,pins = "gpr3-1", "gpr3-2", "gpr3-3";
325 samsung,pins = "gpr3-4", "gpr3-5", "gpr3-6", "gpr3-7";
332 samsung,pins = "gpr3-4", "gpr3-5", "gpr3-6", "gpr3-7";
Dexynos7-pinctrl.dtsi487 gpr3: gpr3 { label
580 samsung,pins = "gpr3-0";
587 samsung,pins = "gpr3-1", "gpr3-2", "gpr3-3";
594 samsung,pins = "gpr3-4", "gpr3-5", "gpr3-6", "gpr3-7";
Dexynos5433-tm2-common.dtsi110 gpio = <&gpr3 3 GPIO_ACTIVE_HIGH>;
119 mic-bias-gpios = <&gpr3 2 GPIO_ACTIVE_HIGH>;
1100 PIN(INPUT, gpr3-0, NONE, FAST_SR1);
1101 PIN(INPUT, gpr3-1, DOWN, FAST_SR1);
1102 PIN(INPUT, gpr3-2, DOWN, FAST_SR1);
1103 PIN(INPUT, gpr3-3, DOWN, FAST_SR1);
1104 PIN(INPUT, gpr3-7, NONE, FAST_SR1);
1223 device-wakeup-gpios = <&gpr3 7 GPIO_ACTIVE_HIGH>;
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dkup-8xx.h12 .macro kuap_save_and_lock sp, thread, gpr1, gpr2, gpr3
19 .macro kuap_restore sp, current, gpr1, gpr2, gpr3
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkup.h29 .macro kuap_save_and_lock sp, thread, gpr1, gpr2, gpr3
32 .macro kuap_restore sp, current, gpr1, gpr2, gpr3
Dmce.h124 u64 gpr3; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dsamsung,tm2-audio.txt32 mic-bias-gpios = <&gpr3 2 0>;
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dmce.c121 mce->gpr3 = regs->gpr[3]; in save_mce_event()