Searched refs:SH4_PCIPAR (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-sh4.c37 pci_write_reg(CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); local
71 pci_write_reg(CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); local
115 unsigned int tmp = pci_read_reg(SH4_PCIPAR);
117 pci_write_reg(P1SEG, SH4_PCIPAR);
119 if (pci_read_reg(SH4_PCIPAR) == P1SEG) {
120 pci_write_reg(tmp, SH4_PCIPAR);
122 request_region(PCI_REG(SH4_PCIPAR), 8, "PCI conf1");
127 pci_write_reg(tmp, SH4_PCIPAR);
H A Dpci-sh4.h104 #define SH4_PCIPAR 0x1C0 /* PIO Address Register */ macro

Completed in 66 milliseconds