Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vr/
Dif_vrreg.h267 #define VR_EECSR_LOAD 0x20 macro
Dif_vr.c717 VR_SETBIT(sc, VR_EECSR, VR_EECSR_LOAD); in vr_attach()
720 if ((CSR_READ_1(sc, VR_EECSR) & VR_EECSR_LOAD) == 0) in vr_attach()