Home
last modified time | relevance | path

Searched refs:WE_SOFTCONFIG (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ic/
Dwereg.h203 #define WE_SOFTCONFIG 0x20 /* Soft config */ macro
Dwe.c174 } else if ((wsc->sc_type & WE_SOFTCONFIG) || in we_config()
256 if (wsc->sc_type & WE_SOFTCONFIG) in we_config()
/netbsd/src/sys/dev/isa/
Dif_we_isa.c224 } else if (type & WE_SOFTCONFIG) { in we_isa_probe()
329 else if (wsc->sc_type & WE_SOFTCONFIG) in we_isa_attach()
/netbsd/src/sys/arch/prep/pnpbus/
Dif_we_pnpbus.c228 else if (wsc->sc_type & WE_SOFTCONFIG) in we_pnpbus_attach()