Searched refs:mfp (Results 1 - 25 of 44) sorted by relevance

12

/arch/arm/mach-pxa/include/mach/
H A Dmfp.h2 * arch/arm/mach-pxa/include/mach/mfp.h
19 #include <plat/mfp.h>
H A Dpxa300.h5 #include <mach/mfp-pxa300.h>
H A Dpxa320.h5 #include <mach/mfp-pxa320.h>
H A Dpxa930.h5 #include <mach/mfp-pxa930.h>
H A Dpxa95x.h5 #include <mach/mfp-pxa930.h>
H A Dpxa25x.h6 #include <mach/mfp-pxa25x.h>
H A Dcolibri.h5 #include <mach/mfp.h>
H A Dpxa27x.h7 #include <mach/mfp-pxa27x.h>
H A Dh5000.h21 #include <mach/mfp-pxa25x.h>
H A Dmfp-pxa3xx.h4 #include <plat/mfp.h>
9 * in mfp-pxa300.h and mfp-pxa320.h
144 static inline unsigned long pxa3xx_mfp_read(int mfp) argument
146 return mfp_read(mfp);
149 static inline void pxa3xx_mfp_write(int mfp, unsigned long val) argument
151 mfp_write(mfp, val);
/arch/arm/plat-pxa/
H A DMakefile7 obj-$(CONFIG_PXA3xx) += mfp.o
8 obj-$(CONFIG_PXA95x) += mfp.o
9 obj-$(CONFIG_ARCH_MMP) += mfp.o
H A Dmfp.c2 * linux/arch/arm/plat-pxa/mfp.c
21 #include <plat/mfp.h>
207 unsigned long mfp_read(int mfp) argument
211 BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX);
214 val = mfpr_readl(mfp_table[mfp].mfpr_off);
220 void mfp_write(int mfp, unsigned long val) argument
224 BUG_ON(mfp < 0 || mfp >= MFP_PIN_MAX);
227 mfpr_writel(mfp_table[mfp]
[all...]
/arch/arm/mach-mmp/include/mach/
H A Dmfp.h4 #include <plat/mfp.h>
11 * To cope with this difference and re-use the pxa3xx mfp code as much as
17 * MFP_DRIVE_* macros are individually defined in mfp-pxa{168,910}.h
/arch/arm/mach-pxa/
H A Dmfp-pxa3xx.c2 * linux/arch/arm/mach-pxa/mfp.c
23 #include <mach/mfp-pxa3xx.h>
H A Dpxa2xx.c20 #include <mach/mfp-pxa25x.h>
H A Dsaarb.c24 #include <mach/mfp.h>
25 #include <mach/mfp-pxa930.h>
H A Dmfp-pxa2xx.c2 * linux/arch/arm/mach-pxa/mfp-pxa2xx.c
24 #include <mach/mfp-pxa2xx.h>
124 static inline int __mfp_validate(int mfp) argument
126 int gpio = mfp_to_gpio(mfp);
128 if ((mfp > MFP_PIN_GPIO127) || !gpio_desc[gpio].valid) {
157 void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) argument
162 gpio = __mfp_validate(mfp);
H A DMakefile19 obj-$(CONFIG_PXA25x) += mfp-pxa2xx.o clock-pxa2xx.o pxa2xx.o pxa25x.o
20 obj-$(CONFIG_PXA27x) += mfp-pxa2xx.o clock-pxa2xx.o pxa2xx.o pxa27x.o
21 obj-$(CONFIG_PXA3xx) += mfp-pxa3xx.o clock-pxa3xx.o pxa3xx.o smemc.o pxa3xx-ulpi.o
22 obj-$(CONFIG_PXA95x) += mfp-pxa3xx.o clock-pxa3xx.o pxa3xx.o pxa95x.o smemc.o
/arch/arm/mach-w90x900/
H A DMakefile7 obj-y := irq.o time.o mfp.o gpio.o clock.o
/arch/arm/mach-mmp/
H A Davengers_lite.c20 #include <mach/mfp-pxa168.h>
H A Dtavorevb.c19 #include <mach/mfp-pxa910.h>
H A Dteton_bga.c26 #include <mach/mfp-pxa168.h>
H A Dflint.c24 #include <mach/mfp-mmp2.h>
H A Dgplugd.c18 #include <mach/mfp-pxa168.h>
H A Djasper.c26 #include <mach/mfp-mmp2.h>

Completed in 528 milliseconds

12