HomeSort by: relevance | last modified time | path
    Searched refs:CCF_PCI_USE_BWX (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/alpha/pci/
cia.c 193 ccp->cc_flags |= CCF_PCI_USE_BWX;
276 switch (ccp->cc_flags & (CCF_PCI_USE_BWX|CCF_BUS_USE_BWX)) {
277 case CCF_PCI_USE_BWX|CCF_BUS_USE_BWX:
280 case CCF_PCI_USE_BWX:
ciavar.h 65 #define CCF_PCI_USE_BWX 0x04 /* use BWX for PCI config space */
cia_pci.c 101 if (ccp->cc_flags & CCF_PCI_USE_BWX) {
184 if (ccp->cc_flags & CCF_PCI_USE_BWX) {

Completed in 11 milliseconds