#include <linux/linkage.h>
#include <asm/byteorder.h>
#include <asm-generic/pci_iomap.h>
Go to the source code of this file.
|
unsigned int | ioread8 (void __iomem *) |
|
unsigned int | ioread16 (void __iomem *) |
|
unsigned int | ioread16be (void __iomem *) |
|
unsigned int | ioread32 (void __iomem *) |
|
unsigned int | ioread32be (void __iomem *) |
|
void | iowrite8 (u8, void __iomem *) |
|
void | iowrite16 (u16, void __iomem *) |
|
void | iowrite16be (u16, void __iomem *) |
|
void | iowrite32 (u32, void __iomem *) |
|
void | iowrite32be (u32, void __iomem *) |
|
void | ioread8_rep (void __iomem *port, void *buf, unsigned long count) |
|
void | ioread16_rep (void __iomem *port, void *buf, unsigned long count) |
|
void | ioread32_rep (void __iomem *port, void *buf, unsigned long count) |
|
void | iowrite8_rep (void __iomem *port, const void *buf, unsigned long count) |
|
void | iowrite16_rep (void __iomem *port, const void *buf, unsigned long count) |
|
void | iowrite32_rep (void __iomem *port, const void *buf, unsigned long count) |
|
Definition at line 23 of file io.c.
Definition at line 256 of file io.c.
Definition at line 30 of file io.c.
Definition at line 296 of file io.c.
Definition at line 16 of file io.c.
Definition at line 213 of file io.c.
Definition at line 43 of file io.c.
Definition at line 350 of file io.c.
Definition at line 49 of file io.c.
Definition at line 390 of file io.c.
Definition at line 37 of file io.c.
Definition at line 328 of file io.c.