Searched refs:TSI148_LCSR_CRAT_EN (Results 1 – 2 of 2) sorted by relevance
2201 if (crat & TSI148_LCSR_CRAT_EN) { in tsi148_crcsr_init()2205 iowrite32be(crat | TSI148_LCSR_CRAT_EN, bridge->base + TSI148_LCSR_CRAT); in tsi148_crcsr_init()2232 iowrite32be(crat & ~TSI148_LCSR_CRAT_EN, in tsi148_crcsr_exit()
927 #define TSI148_LCSR_CRAT_EN BIT(7) /* Enable access to CR/CSR */ macro