Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
hardware.h File Reference
#include <mach/PKUnity.h>

Go to the source code of this file.

Macros

#define io_p2v(x)   (void __iomem *)((x) - PKUNITY_MMIO_BASE)
 
#define io_v2p(x)   (phys_addr_t)((x) + PKUNITY_MMIO_BASE)
 
#define PCIBIOS_MIN_IO   0x4000 /* should lower than 64KB */
 
#define PCIBIOS_MIN_MEM   io_v2p(PKUNITY_PCIMEM_BASE)
 
#define HAVE_ARCH_PCI_SET_DMA_MASK
 
#define pcibios_assign_all_busses()   1
 

Macro Definition Documentation

#define HAVE_ARCH_PCI_SET_DMA_MASK

Definition at line 34 of file hardware.h.

#define io_p2v (   x)    (void __iomem *)((x) - PKUNITY_MMIO_BASE)

Definition at line 21 of file hardware.h.

#define io_v2p (   x)    (phys_addr_t)((x) + PKUNITY_MMIO_BASE)

Definition at line 22 of file hardware.h.

#define pcibios_assign_all_busses (   void)    1

Definition at line 36 of file hardware.h.

#define PCIBIOS_MIN_IO   0x4000 /* should lower than 64KB */

Definition at line 28 of file hardware.h.

#define PCIBIOS_MIN_MEM   io_v2p(PKUNITY_PCIMEM_BASE)

Definition at line 29 of file hardware.h.