Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/drivers/pci/
Dpci-sh7780.c226 tmp |= SH4_PCICR_PREFIX; in sh7780_pci66_init()
236 tmp |= SH4_PCICR_PREFIX | SH4_PCICR_CFIN; in sh7780_pci66_init()
257 __raw_writel(SH4_PCICR_PREFIX | SH4_PCICR_PRST, in sh7780_pci_init()
293 __raw_writel(SH4_PCICR_PREFIX, chan->reg_base + SH4_PCICR); in sh7780_pci_init()
383 __raw_writel(SH4_PCICR_PREFIX | SH4_PCICR_CFIN | SH4_PCICR_FTO, in sh7780_pci_init()
Dpci-sh4.h23 #define SH4_PCICR_PREFIX 0xA5000000 /* CR prefix for write */ macro
Dpci-sh7751.c177 word = SH4_PCICR_PREFIX | SH4_PCICR_CFIN | SH4_PCICR_ARBM; in sh7751_pci_init()