Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcs89x0var.h287 #define CS_IS_ENABLED(sc) ((sc)->sc_cfgflags & CFGFLG_ENABLED) macro
H A Dcs89x0.c2094 if (CS_IS_ENABLED(sc) == 0) { in cs_enable()
2112 if (CS_IS_ENABLED(sc)) { in cs_disable()