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

  /src/sys/dev/pci/
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)
1407 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_TIMER0_ENABLE);
1726 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_TIMER0_ENABLE);
1851 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_NOPOLL);
if_vgereg.h 56 #define VGE_CRS1 0x09 /* Global cmd register 1 (w to set) */

Completed in 13 milliseconds