Searched refs:CB_STATUS_EVENT (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcic_reg.h | 544 #define CB_STATUS_EVENT 0x00 macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 608 ddi_put32(iohandle, (uint32_t *)(ioaddr+CB_STATUS_EVENT), in cardbus_enable_cd_intr() 609 ddi_get32(iohandle, (uint32_t *)(ioaddr+CB_STATUS_EVENT))); in cardbus_enable_cd_intr() 2291 value_cb = pcic_getcb(pcic, CB_STATUS_EVENT); in pcic_intr() 2305 pcic_getcb(pcic, CB_STATUS_EVENT)); in pcic_intr() 2316 pcic_putcb(pcic, CB_STATUS_EVENT, value_cb); in pcic_intr() 6705 pcic_putcb(pcic, CB_STATUS_EVENT, CB_SE_POWER_CYCLE); in pcic_cbus_powerctl() 6735 cbstev = pcic_getcb(pcic, CB_STATUS_EVENT); in pcic_cbus_powerctl()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 1820 ddi_get32(iohandle, (uint32_t *)(ioaddr+CB_STATUS_EVENT))); in cardbus_dump_socket()
|