Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_vgereg.h220 #define VGE_CR1_SOFTRESET 0x80 /* software reset */ macro
H A Dif_vge.c524 CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_SOFTRESET); in vge_reset()
528 if ((CSR_READ_1(sc, VGE_CRS1) & VGE_CR1_SOFTRESET) == 0) in vge_reset()