Home
last modified time | relevance | path

Searched refs:PCI_REG (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dpci-bigsur.c23 #define PCI_REG(reg) (SH7751_PCIREG_BASE+reg) macro
42 if(inl(PCI_REG(SH7751_PCICONF0)) != in pcibios_init_platform()
50 outl(0, PCI_REG(SH7751_PCICLKR)); in pcibios_init_platform()
53 outl(word, PCI_REG(SH7751_PCICLKR)); in pcibios_init_platform()
57 outl(word,PCI_REG(SH7751_PCICR)); in pcibios_init_platform()
61 outl(word,PCI_REG(SH7751_PCICR)); in pcibios_init_platform()
69 outl(word, PCI_REG(SH7751_PCICONF1)); in pcibios_init_platform()
73 outl(word, PCI_REG(SH7751_PCICONF2)); in pcibios_init_platform()
81 outl(word, PCI_REG(SH7751_PCILSR0)); in pcibios_init_platform()
83 outl(word, PCI_REG(SH7751_PCILSR1)); in pcibios_init_platform()
[all …]
Dpci-snapgear.c24 #define PCI_REG(reg) (SH7751_PCIREG_BASE+reg) macro
62 outl(0, PCI_REG(SH7751_PCICLKR)); in pcibios_init_platform()
65 outl(word, PCI_REG(SH7751_PCICLKR)); in pcibios_init_platform()
74 outl(word,PCI_REG(SH7751_PCICR)); in pcibios_init_platform()
78 outl(word,PCI_REG(SH7751_PCICR)); in pcibios_init_platform()
87 outl(word, PCI_REG(SH7751_PCICONF1)); in pcibios_init_platform()
91 outl(word, PCI_REG(SH7751_PCICONF2)); in pcibios_init_platform()
99 outl(word, PCI_REG(SH7751_PCILSR0)); in pcibios_init_platform()
101 outl(word, PCI_REG(SH7751_PCILSR1)); in pcibios_init_platform()
104 outl(word, PCI_REG(SH7751_PCILAR0)); in pcibios_init_platform()
[all …]
Dpci-sh7751.c44 #define PCI_REG(reg) (SH7751_PCIREG_BASE+reg) macro
58 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_read_config_byte()
59 word = inl(PCI_REG(SH7751_PCIPDR)); in pci_conf1_read_config_byte()
89 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_read_config_word()
90 word = inl(PCI_REG(SH7751_PCIPDR)); in pci_conf1_read_config_word()
117 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_read_config_dword()
118 *value = inl(PCI_REG(SH7751_PCIPDR)); in pci_conf1_read_config_dword()
136 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_write_config_byte()
137 word = inl(PCI_REG(SH7751_PCIPDR)) ; in pci_conf1_write_config_byte()
141 outl(word, PCI_REG(SH7751_PCIPDR)); in pci_conf1_write_config_byte()
[all …]
Dpci-7751se.c31 #define PCIC_WRITE(x,v) writel((v), PCI_REG(x))
32 #define PCIC_READ(x) readl(PCI_REG(x))
Dio_7751se.c48 #define PCIIOBR (volatile long *)PCI_REG(SH7751_PCIIOBR)
49 #define PCIMBR (volatile long *)PCI_REG(SH7751_PCIMBR)
Dio_snapgear.c33 #define PCIIOBR (volatile long *)PCI_REG(SH7751_PCIIOBR)
34 #define PCIMBR (volatile long *)PCI_REG(SH7751_PCIMBR)
/linux-2.4.37.9/include/asm-sh/
Dpci-sh7751.h50 #define PCI_REG(n) (SH7751_PCIREG_BASE+ n) macro