Lines Matching refs:pc_flags
683 if (pcic != NULL && pcic->pc_flags & PCF_SUSPENDED) { in pcic_attach()
687 pcic->pc_flags &= ~PCF_SUSPENDED; in pcic_attach()
786 pcic->pc_flags = PCF_PCIBUS; in pcic_attach()
800 if (pcic->pc_flags & PCF_PCIBUS) in pcic_attach()
829 if (pcic->pc_flags & PCF_PCIBUS) { in pcic_attach()
876 pcic->pc_flags |= PCF_CARDBUS; in pcic_attach()
1056 pcic->pc_flags, pcic->pc_type); in pcic_attach()
1064 if (pcic->pc_flags & PCF_PCIBUS) { in pcic_attach()
1114 pcic->pc_flags |= PCF_IO_REMAP; in pcic_attach()
1118 pcic->pc_flags &= ~PCF_CARDBUS; in pcic_attach()
1121 pcic->pc_flags |= PCF_IO_REMAP; in pcic_attach()
1124 pcic->pc_flags |= PCF_DMA | PCF_ZV; in pcic_attach()
1126 pcic->pc_flags |= (PCF_VPPX|PCF_33VCAP); in pcic_attach()
1127 pcic->pc_flags |= pcic_use_cbpwrctl; in pcic_attach()
1173 pcic->pc_flags |= PCF_DMA; in pcic_attach()
1281 pcic->pc_flags |= PCF_MULT_IRQ; in pcic_attach()
1343 pcic->pc_flags |= PCF_AUDIO; in pcic_attach()
1347 pcic->pc_flags &= ~PCF_CARDBUS; in pcic_attach()
1389 if (pcic->pc_flags & PCF_MULT_IRQ) { in pcic_attach()
1540 pcic->pc_flags |= PCF_ATTACHED; in pcic_attach()
1574 if (pcic->pc_flags & PCF_CARDBUS) in pcic_attach()
1618 if (pcic->pc_flags & PCF_PCIBUS) in pcic_attach()
1631 if (pcic->pc_flags & PCF_PCIBUS) in pcic_attach()
1676 pcic->pc_flags = 0; in pcic_detach()
1680 if (pcic->pc_flags & PCF_PCIBUS) in pcic_detach()
1697 if (pcic->pc_flags & PCF_CARDBUS) { in pcic_detach()
1724 if (pcic->pc_flags & PCF_CBPWRCTL) in pcic_detach()
1744 pcic->pc_flags |= PCF_SUSPENDED; in pcic_detach()
1776 if (pcic->pc_flags & PCF_PCIBUS) { in pcic_setup_adapter()
1898 pcic->pc_flags |= PCF_USE_SMI; in pcic_setup_adapter()
1934 pcic->pc_flags |= PCF_USE_SMI; in pcic_setup_adapter()
2173 pcic->pc_flags |= PCF_INTRENAB; in pcic_setup_adapter()
2185 pcic->pc_flags |= PCF_DEBOUNCE; in pcic_setup_adapter()
2243 pcic->pc_flags, PCF_ATTACHED, pcic->pc_numsockets); in pcic_intr()
2246 if (!(pcic->pc_flags & PCF_ATTACHED)) in pcic_intr()
2251 if (pcic->pc_flags & PCF_SUSPENDED) { in pcic_intr()
2580 pcic->pc_flags |= PCF_CALLBACK; in pcic_callback()
2584 pcic->pc_flags &= ~PCF_CALLBACK; in pcic_callback()
3202 ((pcic->pc_flags & PCF_IO_REMAP) ? 0 : base); in pcic_set_window()
3334 if (pcic->pc_flags & PCF_IO_REMAP) { in pcic_set_window()
3832 if (!(pcic->pc_flags & PCF_33VCAP)) { in pcic_set_socket()
3893 if (pcic->pc_flags & PCF_VPPX) { in pcic_set_socket()
3926 if (pcic->pc_flags & PCF_USE_SMI) in pcic_set_socket()
4004 pcic->pc_flags & PCF_GPI_EJECT) { in pcic_set_socket()
4017 if (pcic->pc_flags & PCF_AUDIO) in pcic_set_socket()
4033 if ((socket->IFType == IF_IO) && (pcic->pc_flags & PCF_AUDIO)) { in pcic_set_socket()
4049 if ((socket->IFType == IF_IO) && (pcic->pc_flags & PCF_AUDIO)) in pcic_set_socket()
4069 if ((socket->IFType == IF_IO) && (pcic->pc_flags & PCF_AUDIO)) { in pcic_set_socket()
4101 if (pcic->pc_flags & PCF_CBPWRCTL) { in pcic_set_socket()
4294 if (pcic->pc_flags & PCF_INTRENAB) in pcic_get_adapter()
4550 if (pcic->pc_flags & PCF_CBPWRCTL) { in pcic_ll_reset()
4615 if (pcic->pc_flags & PCF_CBPWRCTL) { in pcic_ll_reset()
5380 if (!(pcic->pc_flags & PCF_CARDBUS)) in pcic_find_pci_type()
5532 if (pcic->pc_flags & PCF_CARDBUS) { in pcic_handle_cd_change()
5597 if (pcic->pc_flags & PCF_CBPWRCTL) { in pcic_handle_cd_change()
5836 pcic->pc_flags |= PCF_1SOCKET; in pcic_ci_vadem()
6425 if (pcic->pc_flags & PCF_USE_SMI) in pcic_do_resume()