Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_reg.h248 #define PCIC_READY 0x20 macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c3523 if (value & PCIC_READY) in pcic_card_state()
5187 ((ifstate & (PCIC_READY|PCIC_POWER_ON|PCIC_ISTAT_CD_MASK)) == in pcic_check_ready()
5188 (PCIC_READY|PCIC_POWER_ON|PCIC_CD_PRESENT_OK))) in pcic_check_ready()