Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c308 val |= V3_PCI_CFG_M_RETRY_EN; in pci_init_board()
388 val &= ~(V3_PCI_CFG_M_RETRY_EN | V3_PCI_CFG_M_AD_LOW1); in pci_init_board()
H A Dpci_v3.h97 #define V3_PCI_CFG_M_RETRY_EN (1 << 10) macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-v3-semi.c125 #define V3_PCI_CFG_M_RETRY_EN BIT(10) macro
796 val |= V3_PCI_CFG_M_RETRY_EN; in v3_pci_probe()