Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbreg.h211 #define CBB_STATE_BAD_VCC_REQ (1UL << 9) /* Bad VccRequest */ macro
H A Dpccbb.c805 if (status & CBB_STATE_BAD_VCC_REQ) { in cbb_power()
815 status &= ~CBB_STATE_BAD_VCC_REQ; in cbb_power()