Searched refs:PCWL_CARD_READY (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c415 pcwl_p->pcwl_flag |= PCWL_CARD_READY;
564 while (!(pcwl_p->pcwl_flag & PCWL_CARD_READY))
598 if (pcwl_p->pcwl_flag & PCWL_CARD_READY) {
600 pcwl_p->pcwl_flag &= ~PCWL_CARD_READY;
842 pcwl_p->pcwl_flag |= PCWL_CARD_READY;
878 pcwl_p->pcwl_flag &= ~PCWL_CARD_READY;
897 if (!(pcwl_p->pcwl_flag & PCWL_CARD_READY))
914 pcwl_p->pcwl_flag &= ~PCWL_CARD_READY;
943 if (!(pcwl_p->pcwl_flag & PCWL_CARD_READY)) {
959 if (!(pcwl_p->pcwl_flag & PCWL_CARD_READY)) {
[all...]
H A Dpcwl.h760 #define PCWL_CARD_READY 0x80 macro

Completed in 105 milliseconds