Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/drivers/pci/
Dpci-sh7780.c229 tmp = __raw_readl(hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
231 __raw_writel(tmp, hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
239 tmp = __raw_readl(hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
241 __raw_writel(tmp, hose->reg_base + SH4_PCICR); in sh7780_pci66_init()
262 chan->reg_base + SH4_PCICR); in sh7780_pci_init()
297 chan->reg_base + SH4_PCICR); in sh7780_pci_init()
389 chan->reg_base + SH4_PCICR); in sh7780_pci_init()
Dpci-sh4.h15 #define SH4_PCICR 0x100 /* PCI Control Register */ macro
Dpci-sh7751.c175 pci_write_reg(chan, word, SH4_PCICR); in sh7751_pci_init()