Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_PARITY (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci-rcar-gen2.c209 PCI_COMMAND_PARITY | PCI_COMMAND_SERR, in rcar_gen2_pci_probe()
216 PCI_COMMAND_PARITY | PCI_COMMAND_SERR, in rcar_gen2_pci_probe()
223 PCI_COMMAND_PARITY | PCI_COMMAND_SERR, in rcar_gen2_pci_probe()
/third_party/uboot/u-boot-2020.01/board/imgtec/malta/
Dlowlevel_init.S208 PCI_COMMAND_PARITY | \
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dpcie.c322 PCI_COMMAND_SERR | PCI_COMMAND_PARITY; in mpc83xx_pcie_init_bus()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h30 #define PCI_COMMAND_PARITY 0x40 /* Enable parity checking */ macro