Searched refs:ioport_map (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/arch/sparc/lib/
H A Diomap.c10 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
19 EXPORT_SYMBOL(ioport_map); variable
/linux-master/arch/powerpc/kernel/
H A Diomap.c14 void __iomem *ioport_map(unsigned long port, unsigned int len) function
18 EXPORT_SYMBOL(ioport_map); variable
/linux-master/arch/sh/kernel/
H A Dioport.c15 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
25 EXPORT_SYMBOL(ioport_map); variable
/linux-master/arch/arm/mm/
H A Diomap.c19 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
23 EXPORT_SYMBOL(ioport_map); variable
/linux-master/arch/sh/include/asm/
H A Dio_generic.h15 void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
H A Dio_noioport.h38 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) function
H A Dio.h122 #define ioport_map ioport_map macro
167 #define __ioport_map ioport_map
/linux-master/arch/m68k/include/asm/
H A Dkmap.h58 #define ioport_map ioport_map macro
59 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) function
/linux-master/arch/alpha/kernel/
H A Dio.c88 return ioread8(ioport_map(port, 1));
93 return ioread16(ioport_map(port, 2));
98 return ioread32(ioport_map(port, 4));
103 iowrite8(b, ioport_map(port, 1));
108 iowrite16(b, ioport_map(port, 2));
113 iowrite32(b, ioport_map(port, 4));
307 ioread8_rep(ioport_map(port, 1), dst, count);
347 ioread16_rep(ioport_map(port, 2), dst, count);
379 ioread32_rep(ioport_map(port, 4), dst, count);
401 iowrite8_rep(ioport_map(por
684 void __iomem *ioport_map(unsigned long port, unsigned int size) function
693 EXPORT_SYMBOL(ioport_map); variable
[all...]
/linux-master/include/asm-generic/
H A Dpci_iomap.h31 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
H A Diomap.h92 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
H A Dio.h1110 #ifndef ioport_map
1111 #define ioport_map ioport_map macro
1112 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) function
1127 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
/linux-master/arch/s390/include/asm/
H A Dio.h38 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) function
/linux-master/arch/alpha/include/asm/
H A Dio.h293 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) function
302 #define ioport_map ioport_map macro
366 return ioread8(ioport_map(port, 1));
371 return ioread16(ioport_map(port, 2));
376 iowrite8(b, ioport_map(port, 1));
381 iowrite16(b, ioport_map(port, 2));
423 return ioread32(ioport_map(port, 4));
428 iowrite32(b, ioport_map(port, 4));
/linux-master/arch/sparc/include/asm/
H A Dio_32.h132 void __iomem *ioport_map(unsigned long port, unsigned int nr);
H A Dio_64.h451 void __iomem *ioport_map(unsigned long port, unsigned int nr);
453 #define ioport_map ioport_map macro
/linux-master/drivers/char/tpm/
H A Dtpm_atmel.h138 return ioport_map(*base, *region_size);
/linux-master/arch/arm/include/asm/
H A Dio.h396 #ifndef ioport_map
397 #define ioport_map ioport_map macro
398 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
/linux-master/arch/parisc/include/asm/
H A Dio.h249 #define ioport_map ioport_map macro
/linux-master/drivers/scsi/
H A Dsim710.c108 hostdata->base = ioport_map(base_addr, 64);
/linux-master/drivers/char/hw_random/
H A Damd-rng.c168 priv->iobase = ioport_map(pmbase + PMBASE_OFFSET, PMBASE_SIZE);
/linux-master/arch/parisc/lib/
H A Diomap.c504 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
550 EXPORT_SYMBOL(ioport_map); variable
/linux-master/lib/
H A Diomap.c406 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
417 EXPORT_SYMBOL(ioport_map); variable
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c322 iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1);
329 iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1);
/linux-master/drivers/gpio/
H A Dgpio-amd8111.c211 gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE);

Completed in 193 milliseconds

12