Searched refs:SH7780_PCI_IO_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dfixups-r7780rp.c36 pci_write_reg(0x20000000 - SH7780_PCI_IO_SIZE, SH7780_PCIMBMR2);
40 pci_write_reg((PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE - 1)),
42 pci_write_reg(((SH7780_PCI_IO_SIZE-1) & (7<<18)), SH7780_PCIIOBMR);
H A Dfixups-se7780.c54 pci_write_reg(PCIBIOS_MIN_IO & ~(SH7780_PCI_IO_SIZE-1), SH7780_PCIIOBR);
55 pci_write_reg((SH7780_PCI_IO_SIZE-1) & (7 << 18), SH7780_PCIIOBMR);
H A Dops-r7780rp.c44 .end = 0x2000 + SH7780_PCI_IO_SIZE - 1,
H A Dops-se7780.c47 .end = 0x2000 + SH7780_PCI_IO_SIZE - 1,
H A Dpci-sh7780.h34 #define SH7780_PCI_IO_SIZE 0x00400000 /* Size of IO window */ macro

Completed in 66 milliseconds