#include <linux/types.h>
#include <linux/pci.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <asm/mips-boards/msc01_pci.h>
Go to the source code of this file.
#define PCI_ACCESS_READ 0 |
#define PCI_ACCESS_WRITE 1 |
#define PCI_CFG_TYPE0_FUNC_SHF 8 |
#define PCI_CFG_TYPE0_REG_SHF 0 |
#define PCI_CFG_TYPE1_BUS_SHF 16 |
#define PCI_CFG_TYPE1_DEV_SHF 11 |
#define PCI_CFG_TYPE1_FUNC_SHF 8 |
#define PCI_CFG_TYPE1_REG_SHF 0 |
Initial value:= {
.read = msc_pcibios_read,
.write = msc_pcibios_write
}
Definition at line 145 of file ops-msc.c.