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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dfixups-se7780.c27 ctrl_outw(0xFB00, PCI_REG(SH7780_PCISTATUS));
28 ctrl_outw(0x0047, PCI_REG(SH7780_PCICMD));
29 ctrl_outb( 0x00, PCI_REG(SH7780_PCIPIF));
30 ctrl_outb( 0x00, PCI_REG(SH7780_PCISUB));
31 ctrl_outb( 0x06, PCI_REG(SH7780_PCIBCC));
32 ctrl_outw(0x1912, PCI_REG(SH7780_PCISVID));
33 ctrl_outw(0x0001, PCI_REG(SH7780_PCISID));
H A Dpci-sh4.h173 outl(val, PCI_REG(reg));
178 return inl(PCI_REG(reg));
H A Dpci-sh7780.h37 #define PCI_REG(n) (SH7780_PCIREG_BASE+n) macro
H A Dops-sh4.c122 request_region(PCI_REG(SH4_PCIPAR), 8, "PCI conf1");
H A Dpci-sh7751.h29 #define PCI_REG(n) (SH7751_PCIREG_BASE+ n) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/renesas/hs7751rvoip/
H A Dpci.c32 #define PCIC_WRITE(x,v) writel((v), PCI_REG(x))
33 #define PCIC_READ(x) readl(PCI_REG(x))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/se/7751/
H A Dpci.c30 #define PCIC_WRITE(x,v) writel((v), PCI_REG(x))
31 #define PCIC_READ(x) readl(PCI_REG(x))

Completed in 50 milliseconds