Home
last modified time | relevance | path

Searched refs:CB_PRESENT_STATE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_reg.h546 #define CB_PRESENT_STATE 0x08 macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c3844 pcic_getcb(pcic, CB_PRESENT_STATE) & in pcic_set_socket()
4436 present_state = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_get_status()
4542 pcic_getcb(pcic, CB_PRESENT_STATE)); in pcic_ll_reset()
5489 cbps = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_handle_cd_change()
5511 cbps = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_handle_cd_change()
6115 present_state = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_load_cardbus()
6627 pcic_getcb(pcic, CB_PRESENT_STATE), in pcic_exca_powerctl()
6748 cbps = pcic_getcb(pcic, CB_PRESENT_STATE); in pcic_cbus_powerctl()
6761 cbstev, pcic_getcb(pcic, CB_PRESENT_STATE), in pcic_cbus_powerctl()
6780 pcic_getcb(pcic, CB_PRESENT_STATE), in pcic_cbus_powerctl()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1824 ddi_get32(iohandle, (uint32_t *)(ioaddr+CB_PRESENT_STATE))); in cardbus_dump_socket()