Home
last modified time | relevance | path

Searched refs:SH4_PCICR (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/sh/drivers/pci/ !
Dpci-sh7780.c225 tmp = __raw_readl(hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
227 __raw_writel(tmp, hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
235 tmp = __raw_readl(hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
237 __raw_writel(tmp, hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
258 chan->reg_base + SH4_PCICR); in sh7780_pci_init()
293 __raw_writel(SH4_PCICR_PREFIX, chan->reg_base + SH4_PCICR); in sh7780_pci_init()
384 chan->reg_base + SH4_PCICR); in sh7780_pci_init()
Dpci-sh4.h22 #define SH4_PCICR 0x100 /* PCI Control Register */ macro
Dpci-sh7751.c178 pci_write_reg(chan, word, SH4_PCICR); in sh7751_pci_init()