Home
last modified time | relevance | path

Searched refs:ISES_BO_STAT_HWRESET (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/pci/
Disesreg.h113 #define ISES_BO_STAT_HWRESET 0x00000010 /* Reset PCC-ISES (hw) */ macro
Dises.c343 stat |= ISES_BO_STAT_HWRESET; in ises_initstate()
345 stat &= ~ISES_BO_STAT_HWRESET; in ises_initstate()
1899 stat = ISES_BO_STAT_HWRESET; in ises_debug_loop()
1901 stat &= ~ISES_BO_STAT_HWRESET; in ises_debug_loop()
1936 if (stat & ISES_BO_STAT_HWRESET) in ises_showreg()