Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dpcic_reg.h546 #define CB_STATUS_EVENT 0x00 macro
/titanic_50/usr/src/uts/common/io/
H A Dpcic.c607 ddi_put32(iohandle, (uint32_t *)(ioaddr+CB_STATUS_EVENT), in cardbus_enable_cd_intr()
608 ddi_get32(iohandle, (uint32_t *)(ioaddr+CB_STATUS_EVENT))); in cardbus_enable_cd_intr()
2290 value_cb = pcic_getcb(pcic, CB_STATUS_EVENT); in pcic_intr()
2304 pcic_getcb(pcic, CB_STATUS_EVENT)); in pcic_intr()
2315 pcic_putcb(pcic, CB_STATUS_EVENT, value_cb); in pcic_intr()
6704 pcic_putcb(pcic, CB_STATUS_EVENT, CB_SE_POWER_CYCLE); in pcic_cbus_powerctl()
6734 cbstev = pcic_getcb(pcic, CB_STATUS_EVENT); in pcic_cbus_powerctl()
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c1816 ddi_get32(iohandle, (uint32_t *)(ioaddr+CB_STATUS_EVENT))); in cardbus_dump_socket()