Searched refs:STGE_DebugCtrl (Results 1 – 2 of 2) sorted by relevance
2122 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init_locked()2123 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0200); in stge_init_locked()2126 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init_locked()2127 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0010); in stge_init_locked()2129 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init_locked()2130 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0020); in stge_init_locked()
252 #define STGE_DebugCtrl 0x2c /* 16-bit */ macro