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

  /src/sys/dev/pci/
veritefb.c 602 vfb_write1(sc, VFB_DEBUG, VFB_DEBUG_SOFTRESET | VFB_DEBUG_HOLDRISC);
607 vfb_write1(sc, VFB_DEBUG, VFB_DEBUG_HOLDRISC);
635 debugreg = vfb_read1(sc, VFB_DEBUG);
636 vfb_write1(sc, VFB_DEBUG, debugreg | VFB_DEBUG_HOLDRISC);
1321 dd->vd_debugreg = vfb_read1(sc, VFB_DEBUG);
1375 if ((vfb_read1(sc, VFB_DEBUG) &
1388 if ((vfb_read1(sc, VFB_DEBUG) &
1470 debugreg = vfb_read1(sc, VFB_DEBUG);
1471 vfb_write1(sc, VFB_DEBUG, debugreg & ~VFB_DEBUG_HOLDRISC);
1484 debugreg = vfb_read1(sc, VFB_DEBUG);
    [all...]
veritefbreg.h 81 #define VFB_DEBUG 0x48 /* reset and RISC debug control */

Completed in 17 milliseconds