Home
last modified time | relevance | path

Searched refs:WE_LAAR_M16EN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dwe.c114 WE_LAAR, (wsc)->sc_laar_proto | WE_LAAR_M16EN); \
170 ~WE_LAAR_M16EN; in we_config()
173 (wsc->sc_flags & WE_16BIT_ENABLE ? WE_LAAR_M16EN : 0)); in we_config()
186 (wsc->sc_flags & WE_16BIT_ENABLE ? WE_LAAR_M16EN : 0)); in we_config()
Dwereg.h99 #define WE_LAAR_M16EN 0x80 /* enable 16-bit memory access */ macro
/netbsd/src/sys/arch/prep/pnpbus/
Dif_we_pnpbus.c107 WE_LAAR, (wsc)->sc_laar_proto | WE_LAAR_M16EN); \