Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | PCI_ACCESS_READ 0 |
#define | PCI_ACCESS_WRITE 1 |
#define | PCI_CFG_TYPE0_REG_SHF 0 |
#define | PCI_CFG_TYPE0_FUNC_SHF 8 |
#define | PCI_CFG_TYPE1_REG_SHF 0 |
#define | PCI_CFG_TYPE1_FUNC_SHF 8 |
#define | PCI_CFG_TYPE1_DEV_SHF 11 |
#define | PCI_CFG_TYPE1_BUS_SHF 16 |
Variables | |
struct pci_ops | gt64xxx_pci0_ops |
#define PCI_ACCESS_READ 0 |
Definition at line 26 of file ops-gt64xxx_pci0.c.
#define PCI_ACCESS_WRITE 1 |
Definition at line 27 of file ops-gt64xxx_pci0.c.
#define PCI_CFG_TYPE0_FUNC_SHF 8 |
Definition at line 34 of file ops-gt64xxx_pci0.c.
#define PCI_CFG_TYPE0_REG_SHF 0 |
Definition at line 33 of file ops-gt64xxx_pci0.c.
#define PCI_CFG_TYPE1_BUS_SHF 16 |
Definition at line 40 of file ops-gt64xxx_pci0.c.
#define PCI_CFG_TYPE1_DEV_SHF 11 |
Definition at line 39 of file ops-gt64xxx_pci0.c.
#define PCI_CFG_TYPE1_FUNC_SHF 8 |
Definition at line 38 of file ops-gt64xxx_pci0.c.
#define PCI_CFG_TYPE1_REG_SHF 0 |
Definition at line 37 of file ops-gt64xxx_pci0.c.
Definition at line 149 of file ops-gt64xxx_pci0.c.