Home
last modified time | relevance | path

Searched refs:pfc (Results 1 – 22 of 22) sorted by relevance

/arch/arm/mach-shmobile/
Dboard-bockw-reference.c41 void __iomem *pfc; in bockw_init() local
63 pfc = ioremap_nocache(PFC, 0x200); in bockw_init()
64 if (pfc) { in bockw_init()
70 iowrite32(ioread32(pfc + PUPR4) | (3 << 26), pfc + PUPR4); in bockw_init()
71 iounmap(pfc); in bockw_init()
/arch/arm/boot/dts/
Dr8a7740-armadillo800eva.dts51 gpio = <&pfc 75 GPIO_ACTIVE_HIGH>;
63 enable-gpio = <&pfc 74 GPIO_ACTIVE_HIGH>;
64 gpios = <&pfc 17 GPIO_ACTIVE_HIGH>;
84 gpios = <&pfc 99 GPIO_ACTIVE_LOW>;
91 gpios = <&pfc 100 GPIO_ACTIVE_LOW>;
97 gpios = <&pfc 97 GPIO_ACTIVE_LOW>;
103 gpios = <&pfc 98 GPIO_ACTIVE_LOW>;
112 gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
116 gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
120 gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
[all …]
Dsh7372.dtsi28 pfc: pfc@e6050000 { label
29 compatible = "renesas,pfc-sh7372";
Dr8a7778.dtsi75 gpio-ranges = <&pfc 0 0 32>;
86 gpio-ranges = <&pfc 0 32 32>;
97 gpio-ranges = <&pfc 0 64 32>;
108 gpio-ranges = <&pfc 0 96 32>;
119 gpio-ranges = <&pfc 0 128 27>;
124 pfc: pfc@fffc0000 { label
125 compatible = "renesas,pfc-r8a7778";
Dsh73a0-kzm9g-reference.dts73 gpio = <&pfc 15 GPIO_ACTIVE_HIGH>;
82 gpio = <&pfc 14 GPIO_ACTIVE_HIGH>;
102 gpios = <&pfc 20 GPIO_ACTIVE_LOW>;
105 gpios = <&pfc 21 GPIO_ACTIVE_LOW>;
108 gpios = <&pfc 22 GPIO_ACTIVE_LOW>;
111 gpios = <&pfc 23 GPIO_ACTIVE_LOW>;
286 &pfc {
Dr8a7779.dtsi71 gpio-ranges = <&pfc 0 0 32>;
82 gpio-ranges = <&pfc 0 32 32>;
93 gpio-ranges = <&pfc 0 64 32>;
104 gpio-ranges = <&pfc 0 96 32>;
115 gpio-ranges = <&pfc 0 128 32>;
126 gpio-ranges = <&pfc 0 160 32>;
137 gpio-ranges = <&pfc 0 192 9>;
253 pfc: pfc@fffc0000 { label
254 compatible = "renesas,pfc-r8a7779";
Dr8a73a4-ape6evm-reference.dts52 gpio = <&pfc 76 GPIO_ACTIVE_HIGH>;
96 &pfc {
Dsh73a0.dtsi301 pfc: pfc@e6050000 { label
302 compatible = "renesas,pfc-sh73a0";
Dr8a7791.dtsi90 gpio-ranges = <&pfc 0 0 32>;
102 gpio-ranges = <&pfc 0 32 32>;
114 gpio-ranges = <&pfc 0 64 32>;
126 gpio-ranges = <&pfc 0 96 32>;
138 gpio-ranges = <&pfc 0 128 32>;
150 gpio-ranges = <&pfc 0 160 32>;
162 gpio-ranges = <&pfc 0 192 32>;
174 gpio-ranges = <&pfc 0 224 26>;
397 pfc: pfc@e6060000 { label
398 compatible = "renesas,pfc-r8a7791";
Dr8a73a4.dtsi313 pfc: pfc@e6050000 { label
314 compatible = "renesas,pfc-r8a73a4";
Dr8a7790.dtsi132 gpio-ranges = <&pfc 0 0 32>;
144 gpio-ranges = <&pfc 0 32 32>;
156 gpio-ranges = <&pfc 0 64 32>;
168 gpio-ranges = <&pfc 0 96 32>;
180 gpio-ranges = <&pfc 0 128 32>;
192 gpio-ranges = <&pfc 0 160 32>;
413 pfc: pfc@e6060000 { label
414 compatible = "renesas,pfc-r8a7790";
Dr8a7779-marzen.dts85 &pfc {
Dr8a7778-bockw-reference.dts76 &pfc {
Dr8a7740.dtsi255 pfc: pfc@e6050000 { label
256 compatible = "renesas,pfc-r8a7740";
Dr8a7791-henninger.dts87 &pfc {
Dr8a7790-lager.dts153 &pfc {
Dr8a7791-koelsch.dts218 &pfc {
/arch/mips/alchemy/devboards/
Ddb1200.c819 unsigned long pfc; in db1200_dev_setup() local
836 pfc = alchemy_rdsys(AU1000_SYS_PINFUNC); in db1200_dev_setup()
837 pfc &= ~(SYS_PINFUNC_P0A | SYS_PINFUNC_P0B); in db1200_dev_setup()
838 pfc &= ~(SYS_PINFUNC_P1A | SYS_PINFUNC_P1B | SYS_PINFUNC_FS3); in db1200_dev_setup()
839 pfc |= SYS_PINFUNC_P1C; /* SPI is configured later */ in db1200_dev_setup()
840 alchemy_wrsys(pfc, AU1000_SYS_PINFUNC); in db1200_dev_setup()
845 pfc = clk_round_rate(c, 50000000); in db1200_dev_setup()
846 if ((pfc < 1) || (abs(50000000 - pfc) > 2500000)) in db1200_dev_setup()
849 clk_set_rate(c, pfc); in db1200_dev_setup()
881 pfc = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PINFUNC_P0A; in db1200_dev_setup()
[all …]
Ddb1000.c499 unsigned long pfc; in db1000_dev_setup() local
523 pfc = alchemy_rdsys(AU1000_SYS_PINFUNC); in db1000_dev_setup()
524 pfc |= (1 << 0); /* SSI0 pins as GPIOs */ in db1000_dev_setup()
525 alchemy_wrsys(pfc, AU1000_SYS_PINFUNC); in db1000_dev_setup()
/arch/sh/kernel/cpu/
DMakefile21 obj-y += irq/ init.o clock.o fpu.o pfc.o proc.o
/arch/s390/include/uapi/asm/
Dkvm.h129 __u64 pfc; /* pfault compare [PFAULT] */ member
/arch/s390/kvm/
Dkvm-s390.c1336 vcpu->arch.pfault_compare = kvm_run->s.regs.pfc; in sync_regs()
1354 kvm_run->s.regs.pfc = vcpu->arch.pfault_compare; in store_regs()