Searched refs:pfc (Results 1 – 22 of 22) sorted by relevance
/arch/arm/mach-shmobile/ |
D | board-bockw-reference.c | 41 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/ |
D | r8a7740-armadillo800eva.dts | 51 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 …]
|
D | sh7372.dtsi | 28 pfc: pfc@e6050000 { label 29 compatible = "renesas,pfc-sh7372";
|
D | r8a7778.dtsi | 75 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";
|
D | sh73a0-kzm9g-reference.dts | 73 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 {
|
D | r8a7779.dtsi | 71 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";
|
D | r8a73a4-ape6evm-reference.dts | 52 gpio = <&pfc 76 GPIO_ACTIVE_HIGH>; 96 &pfc {
|
D | sh73a0.dtsi | 301 pfc: pfc@e6050000 { label 302 compatible = "renesas,pfc-sh73a0";
|
D | r8a7791.dtsi | 90 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";
|
D | r8a73a4.dtsi | 313 pfc: pfc@e6050000 { label 314 compatible = "renesas,pfc-r8a73a4";
|
D | r8a7790.dtsi | 132 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";
|
D | r8a7779-marzen.dts | 85 &pfc {
|
D | r8a7778-bockw-reference.dts | 76 &pfc {
|
D | r8a7740.dtsi | 255 pfc: pfc@e6050000 { label 256 compatible = "renesas,pfc-r8a7740";
|
D | r8a7791-henninger.dts | 87 &pfc {
|
D | r8a7790-lager.dts | 153 &pfc {
|
D | r8a7791-koelsch.dts | 218 &pfc {
|
/arch/mips/alchemy/devboards/ |
D | db1200.c | 819 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 …]
|
D | db1000.c | 499 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/ |
D | Makefile | 21 obj-y += irq/ init.o clock.o fpu.o pfc.o proc.o
|
/arch/s390/include/uapi/asm/ |
D | kvm.h | 129 __u64 pfc; /* pfault compare [PFAULT] */ member
|
/arch/s390/kvm/ |
D | kvm-s390.c | 1336 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()
|