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

  /src/sys/dev/pci/
if_vgereg.h 219 #define VGE_CR1_SOFTRESET 0x80 /* software reset */
if_vge.c 721 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_SOFTRESET);
725 if ((CSR_READ_1(sc, VGE_CRS1) & VGE_CR1_SOFTRESET) == 0)

Completed in 24 milliseconds