Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbreg.h219 #define CBB_STATE_YVSOCK (1UL << 31) /* Y.Y V Socket */ macro
H A Dpccbb.c624 if (psr & CBB_STATE_YVCARD && psr & CBB_STATE_YVSOCK) in cbb_detect_voltage()