Home
last modified time | relevance | path

Searched refs:SH7780_PCI_IO_SIZE (Results 1 – 9 of 9) sorted by relevance

/arch/sh/drivers/pci/
Dfixups-r7780rp.c36 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()
Dfixups-sh7785lcr.c37 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()
Dfixups-sdk7780.c53 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()
Dfixups-se7780.c54 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()
Dops-sh7785lcr.c32 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
Dops-sdk7780.c40 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
Dops-se7780.c47 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
Dops-r7780rp.c32 .end = SH7780_PCI_IO_BASE + SH7780_PCI_IO_SIZE - 1,
Dpci-sh7780.h35 #define SH7780_PCI_IO_SIZE 0x00400000 /* Size of IO window */ macro