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

  /external/u-boot/board/armltd/integrator/
pci_v3.h 96 #define V3_PCI_CFG_M_RETRY_EN (1 << 10)
pci.c 307 val |= V3_PCI_CFG_M_RETRY_EN;
387 val &= ~(V3_PCI_CFG_M_RETRY_EN | V3_PCI_CFG_M_AD_LOW1);

Completed in 49 milliseconds