Home
last modified time | relevance | path

Searched refs:V3_PCI_CFG_M_AD_LOW1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/armltd/integrator/
H A Dpci_v3.h97 #define V3_PCI_CFG_M_AD_LOW1 (1 << 9) macro
H A Dpci.c387 val &= ~(V3_PCI_CFG_M_RETRY_EN | V3_PCI_CFG_M_AD_LOW1); in pci_init_board()
/openbmc/linux/drivers/pci/controller/
H A Dpci-v3-semi.c124 #define V3_PCI_CFG_M_AD_LOW1 BIT(9) macro