Searched refs:SH4_PCICR_PREFIX (Results 1 – 3 of 3) sorted by relevance
103 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()
105 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()
23 #define SH4_PCICR_PREFIX 0xA5000000 /* CR prefix for write */ macro