Home
last modified time | relevance | path

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

/arch/sh/drivers/pci/
Dpci-sh7780.c103 word = SH4_PCICR_PREFIX | SH4_PCICR_PRST; in sh7780_pcic_init()
107 word = SH4_PCICR_PREFIX; in sh7780_pcic_init()
156 word = SH4_PCICR_PREFIX | SH4_PCICR_CFIN | SH4_PCICR_FTO; in sh7780_pcic_init()
Dpci-sh7751.c105 word = SH4_PCICR_PREFIX | SH4_PCICR_PRST; in sh7751_pcic_init()
109 word = SH4_PCICR_PREFIX; in sh7751_pcic_init()
200 word = SH4_PCICR_PREFIX | SH4_PCICR_CFIN | SH4_PCICR_ARBM; in sh7751_pcic_init()
Dpci-sh4.h23 #define SH4_PCICR_PREFIX 0xA5000000 /* CR prefix for write */ macro