Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h237 #define PCF_CARDBUS 0x00100000 /* Yenta CardBus */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c877 pcic->pc_flags |= PCF_CARDBUS; in pcic_attach()
1119 pcic->pc_flags &= ~PCF_CARDBUS; in pcic_attach()
1348 pcic->pc_flags &= ~PCF_CARDBUS; in pcic_attach()
1575 if (pcic->pc_flags & PCF_CARDBUS) in pcic_attach()
1698 if (pcic->pc_flags & PCF_CARDBUS) { in pcic_detach()
5381 if (!(pcic->pc_flags & PCF_CARDBUS)) in pcic_find_pci_type()
5533 if (pcic->pc_flags & PCF_CARDBUS) { in pcic_handle_cd_change()