Home
last modified time | relevance | path

Searched refs:pci_devctl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c1741 u32_t pci_devctl = 0 ; in lm_set_pcie_nfe_report() local
1742 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()
/titanic_50/usr/src/uts/sun4u/
H A DMakefile.files88 PCI_COMMON_OBJS += pci.o pci_util.o pci_dma.o pci_devctl.o \