HomeSort by relevance Sort by last modified time
    Searched refs:PCIE (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h 106 #define PCIE(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
110 /* Newer chips can access PCI/PCIE and CC core without requiring to change
142 (((PCIE(si)) && (si->pub.chip == BCM4311_CHIP_ID) && ((si->pub.chiprev <= 1))) || \
143 ((PCI(si) || PCIE(si)) && (si->pub.chip == BCM4321_CHIP_ID)))
sbutils.c 347 * Also, when using pci/pcie, we can optimize away the core switching for pci registers
380 /* If pci/pcie, we can get at pci/pcie regs and on newer cores to chipc */
389 * or, in pcie and pci rev 13 at 8KB
858 if ((BUSTYPE(sii->pub.bustype) != PCI_BUS) || PCIE(sii) ||
891 * PCI_BUS => pci or pcie

Completed in 15 milliseconds