Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/pccbb/
Dpccbbreg.h221 #define CBB_STATE_YVSOCK (1UL << 31) /* Y.Y V Socket */ macro
Dpccbb.c674 if (psr & CBB_STATE_YVCARD && psr & CBB_STATE_YVSOCK) in cbb_detect_voltage()