Searched refs:PCF_SUSPENDED (Results 1 – 2 of 2) sorted by relevance
227 #define PCF_SUSPENDED 0x00000040 /* driver attached but suspended */ macro
683 if (pcic != NULL && pcic->pc_flags & PCF_SUSPENDED) { in pcic_attach()687 pcic->pc_flags &= ~PCF_SUSPENDED; in pcic_attach()1744 pcic->pc_flags |= PCF_SUSPENDED; in pcic_detach()2251 if (pcic->pc_flags & PCF_SUSPENDED) { in pcic_intr()