Searched refs:pci_devctl (Results 1 – 2 of 2) sorted by relevance
1741 u32_t pci_devctl = 0 ; in lm_set_pcie_nfe_report() local1742 pci_devctl = REG_RD(pdev,GRCBASE_PCICONFIG + PCICFG_DEVICE_CONTROL); in lm_set_pcie_nfe_report()1743 RESET_FLAGS( pci_devctl, PCICFG_DEVICE_STATUS_NON_FATAL_ERR_DET ); in lm_set_pcie_nfe_report()1744 REG_WR(pdev,GRCBASE_PCICONFIG + PCICFG_DEVICE_CONTROL,pci_devctl); in lm_set_pcie_nfe_report()
88 PCI_COMMON_OBJS += pci.o pci_util.o pci_dma.o pci_devctl.o \