Home
last modified time | relevance | path

Searched refs:STGE_DebugCtrl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dstg.c73 #define STGE_DebugCtrl 0x2c macro
244 CSR_WRITE_2(l, STGE_DebugCtrl, in stg_init()
245 CSR_READ_2(l, STGE_DebugCtrl) | 0x0200); in stg_init()
246 CSR_WRITE_2(l, STGE_DebugCtrl, in stg_init()
247 CSR_READ_2(l, STGE_DebugCtrl) | 0x0010); in stg_init()
248 CSR_WRITE_2(l, STGE_DebugCtrl, in stg_init()
249 CSR_READ_2(l, STGE_DebugCtrl) | 0x0020); in stg_init()
/netbsd-src/sys/dev/pci/
H A Dif_stge.c1680 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init()
1681 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0200); in stge_init()
1684 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init()
1685 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0010); in stge_init()
1687 CSR_WRITE_2(sc, STGE_DebugCtrl, in stge_init()
1688 CSR_READ_2(sc, STGE_DebugCtrl) | 0x0020); in stge_init()
H A Dif_stgereg.h181 #define STGE_DebugCtrl 0x2c /* 16-bit */ macro