Searched refs:SH7780_PCI_IO_SIZE (Results 1 – 9 of 9) sorted by relevance
/arch/sh/drivers/pci/ |
D | fixups-r7780rp.c | 36 pci_write_reg(0x20000000 - SH7780_PCI_IO_SIZE, SH7780_PCIMBMR2); in pci_fixup_pcic() 40 pci_write_reg((PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE - 1)), in pci_fixup_pcic() 42 pci_write_reg(((SH7780_PCI_IO_SIZE-1) & (7<<18)), SH7780_PCIIOBMR); in pci_fixup_pcic()
|
D | fixups-sh7785lcr.c | 37 pci_write_reg(0x20000000 - SH7780_PCI_IO_SIZE, SH7780_PCIMBMR2); in pci_fixup_pcic() 41 pci_write_reg((PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE - 1)), in pci_fixup_pcic() 43 pci_write_reg(((SH7780_PCI_IO_SIZE - 1) & (7 << 18)), SH7780_PCIIOBMR); in pci_fixup_pcic()
|
D | fixups-sdk7780.c | 53 pci_write_reg(PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE-1), SH7780_PCIIOBR); in pci_fixup_pcic() 54 pci_write_reg((SH7780_PCI_IO_SIZE-1) & (7 << 18), SH7780_PCIIOBMR); in pci_fixup_pcic()
|
D | fixups-se7780.c | 54 pci_write_reg(PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE-1), SH7780_PCIIOBR); in pci_fixup_pcic() 55 pci_write_reg((SH7780_PCI_IO_SIZE-1) & (7 << 18), SH7780_PCIIOBMR); in pci_fixup_pcic()
|
D | ops-sh7785lcr.c | 32 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
|
D | ops-sdk7780.c | 40 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
|
D | ops-se7780.c | 47 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
|
D | ops-r7780rp.c | 32 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
|
D | pci-sh7780.h | 35 #define SH7780_PCI_IO_SIZE 0x00400000 /* Size of IO window */ macro
|