Home
last modified time | relevance | path

Searched refs:ioport_map (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/alpha/kernel/
H A Dio.c88 return ioread8(ioport_map(port, 1)); in inb()
93 return ioread16(ioport_map(port, 2)); in inw()
98 return ioread32(ioport_map(port, 4)); in inl()
103 iowrite8(b, ioport_map(port, 1)); in outb()
108 iowrite16(b, ioport_map(port, 2)); in outw()
113 iowrite32(b, ioport_map(port, 4)); in outl()
307 ioread8_rep(ioport_map(port, 1), dst, count); in insb()
347 ioread16_rep(ioport_map(port, 2), dst, count); in insw()
379 ioread32_rep(ioport_map(port, 4), dst, count); in insl()
401 iowrite8_rep(ioport_map(port, 1), src, count); in outsb()
[all …]
/linux/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) in ioport_map() function
/linux/arch/sparc/lib/
H A Diomap.c10 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
19 EXPORT_SYMBOL(ioport_map);
/linux/arch/sh/kernel/
H A Dioport.c15 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
25 EXPORT_SYMBOL(ioport_map);
/linux/arch/powerpc/kernel/
H A Diomap.c14 void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function
18 EXPORT_SYMBOL(ioport_map);
/linux/arch/arm/mm/
H A Diomap.c19 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
23 EXPORT_SYMBOL(ioport_map);
/linux/arch/alpha/include/asm/
H A Dio.h293 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function
302 #define ioport_map ioport_map macro
366 return ioread8(ioport_map(port, 1)); in inb()
371 return ioread16(ioport_map(port, 2)); in inw()
376 iowrite8(b, ioport_map(port, 1)); in outb()
381 iowrite16(b, ioport_map(port, 2)); in outw()
423 return ioread32(ioport_map(port, 4)); in inl()
428 iowrite32(b, ioport_map(port, 4)); in outl()
/linux/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) in ioport_map() function
/linux/include/asm-generic/
H A Dpci_iomap.h31 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
H A Diomap.h72 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
/linux/arch/sparc/include/asm/
H A Dio_32.h132 void __iomem *ioport_map(unsigned long port, unsigned int nr);
/linux/lib/
H A Diomap.c406 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
417 EXPORT_SYMBOL(ioport_map);
H A Ddevres.c290 addr = ioport_map(port, nr); in devm_ioport_map()
/linux/drivers/char/hw_random/
H A Damd-rng.c170 priv->iobase = ioport_map(pmbase + PMBASE_OFFSET, PMBASE_SIZE); in amd_rng_mod_init()
/linux/drivers/scsi/
H A Dsim710.c108 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
H A Dg_NCR5380.c306 iomem = ioport_map(base, region_size); in generic_NCR5380_init_one()
/linux/arch/parisc/lib/
H A Diomap.c504 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
550 EXPORT_SYMBOL(ioport_map);
/linux/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c335 iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1); in vfio_pci_vga_rw()
342 iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1); in vfio_pci_vga_rw()
/linux/drivers/i2c/busses/
H A Di2c-elektor.c141 base_iomem = ioport_map(base, 2); in pcf_isa_init()
/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci86 x = ioport_map(...)
/linux/drivers/char/tpm/
H A Dtpm_atmel.c76 return ioport_map(*base, *region_size); in atmel_get_base_addr()
/linux/drivers/gpio/
H A Dgpio-amd8111.c215 gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE); in amd_gpio_init()
/linux/drivers/platform/x86/
H A Dibm_rtl.c79 return ioport_map(addr, len); in rtl_port_map()
/linux/drivers/firmware/
H A Dqemu_fw_cfg.c264 fw_cfg_dev_base = ioport_map(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_do_platform_probe()

12