Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/tlsb/
Dkftxx.c88 if (TLDEV_ISIOPORT(ta->ta_dtype)) in kftmatch()
Dtlsb.c166 if (TLDEV_ISIOPORT(tldev)) { in tlsbattach()
Dtlsbreg.h201 # define TLDEV_ISIOPORT(_val) (TLDEV_DTYPE(_val) & 0x2000) macro