HomeSort by: relevance | last modified time | path
    Searched refs:STGE_DebugCtrl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
stg.c 73 #define STGE_DebugCtrl 0x2c
244 CSR_WRITE_2(l, STGE_DebugCtrl,
245 CSR_READ_2(l, STGE_DebugCtrl) | 0x0200);
246 CSR_WRITE_2(l, STGE_DebugCtrl,
247 CSR_READ_2(l, STGE_DebugCtrl) | 0x0010);
248 CSR_WRITE_2(l, STGE_DebugCtrl,
249 CSR_READ_2(l, STGE_DebugCtrl) | 0x0020);
  /src/sys/dev/pci/
if_stge.c 1680 CSR_WRITE_2(sc, STGE_DebugCtrl,
1681 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0200);
1684 CSR_WRITE_2(sc, STGE_DebugCtrl,
1685 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0010);
1687 CSR_WRITE_2(sc, STGE_DebugCtrl,
1688 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0020);
if_stgereg.h 181 #define STGE_DebugCtrl 0x2c /* 16-bit */

Completed in 14 milliseconds