Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/prep/pnpbus/
Dif_we_pnpbus.c314 case WE_TYPE_SMC8216C: in we_params()
319 typestr = (type == WE_TYPE_SMC8216C) ? in we_params()
338 typestr = (type == WE_TYPE_SMC8216C) ? in we_params()
/netbsd/src/sys/dev/isa/
Dif_we_isa.c404 case WE_TYPE_SMC8216C: in we_params()
409 typestr = (type == WE_TYPE_SMC8216C) ? in we_params()
428 typestr = (type == WE_TYPE_SMC8216C) ? in we_params()
/netbsd/src/sys/dev/ic/
Dwereg.h198 #define WE_TYPE_SMC8216C 0x2b macro
/netbsd/src/sys/arch/atari/vme/
Dif_we_vme.c227 if (type != WE_TYPE_SMC8216C && type != WE_TYPE_SMC8216T) in we_vme_probe()