HomeSort by: relevance | last modified time | path
    Searched defs:STGE_DebugCtrl (Results 1 - 2 of 2) 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_stgereg.h 181 #define STGE_DebugCtrl 0x2c /* 16-bit */

Completed in 11 milliseconds