Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dif_wereg.h50 #define WE_MSR_RST 0x80 /* Reset board */ macro
H A Dif_we.c251 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST | WE_MSR_POW); in we_match()
253 bus_space_write_1(asict, asich, WE_MSR, WE_MSR_RST); in we_match()
258 bus_space_read_1(asict, asich, WE_MSR) & ~WE_MSR_RST); in we_match()