Searched refs:VGE_CRS1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/vge/
H A Dif_vgereg.h57 #define VGE_CRS1 0x09 /* Global cmd register 1 (w to set) */ macro
H A Dif_vge.c614 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_SOFTRESET);
618 if ((CSR_READ_1(sc, VGE_CRS1) & VGE_CR1_SOFTRESET) == 0)
2123 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_NOPOLL);
2739 * It's possible to use single-shot timer in VGE_CRS1 register
2742 * VGE_CRS1 register to reload the timer in addintion to

Completed in 56 milliseconds