Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_IO (Results 1 – 15 of 15) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_auto.c37 cmdstat = (cmdstat & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) | in dm_pciauto_setup_device()
129 PCI_COMMAND_IO : PCI_COMMAND_MEMORY; in dm_pciauto_setup_device()
164 cmdstat |= PCI_COMMAND_IO; in dm_pciauto_setup_device()
247 cmdstat |= PCI_COMMAND_IO; in dm_pciauto_prescan_setup_bridge()
Dpci_auto_old.c48 cmdstat = (cmdstat & ~(PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) | PCI_COMMAND_MASTER; in pciauto_setup_device()
138 PCI_COMMAND_IO : PCI_COMMAND_MEMORY; in pciauto_setup_device()
172 cmdstat |= PCI_COMMAND_IO; in pciauto_setup_device()
253 cmdstat |= PCI_COMMAND_IO; in pciauto_prescan_setup_bridge()
Dpcie_dw_ti.c508 val |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY | in pcie_dw_setup_host()
Dpcie_imx.c296 PCI_COMMAND_IO | PCI_COMMAND_MEMORY | PCI_COMMAND_MASTER); in imx_pcie_regions_setup()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/intel_common/
Dlpc.c71 reg = ptr->base | PCI_COMMAND_IO | (ptr->size << 16); in lpc_common_early_init()
/third_party/uboot/u-boot-2020.01/board/freescale/common/
Dcds_via.c20 cmdstat |= PCI_COMMAND_IO | PCI_COMMAND_MEMORY| PCI_COMMAND_MASTER; in mpc85xx_config_via()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/qemu/
Dqemu.c72 cmd |= PCI_COMMAND_IO; in enable_pm_piix()
/third_party/uboot/u-boot-2020.01/board/imgtec/malta/
Dmalta.c219 val32 |= PCI_COMMAND_MASTER | PCI_COMMAND_IO; in pci_init_board()
/third_party/uboot/u-boot-2020.01/drivers/net/
Ddc2114x.c222 PCI_COMMAND_IO | in dc21x4x_initialize()
231 if (!(status & PCI_COMMAND_IO)) { in dc21x4x_initialize()
Dpcnet.c193 command = PCI_COMMAND_IO | PCI_COMMAND_MASTER; in pcnet_initialize()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc83xx/
Dpcie.c321 reg16 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO | in mpc83xx_pcie_init_bus()
/third_party/uboot/u-boot-2020.01/drivers/video/
Divybridge_igd.c740 reg32 |= PCI_COMMAND_MASTER | PCI_COMMAND_MEMORY | PCI_COMMAND_IO; in gma_func0_init()
Dmb862xx.c197 (PCI_COMMAND_MEMORY | PCI_COMMAND_IO)); in pci_video_init()
/third_party/uboot/u-boot-2020.01/drivers/ata/
Dsata_sil3114.c692 cmd |= PCI_COMMAND_MASTER | PCI_COMMAND_IO | PCI_COMMAND_MEMORY; in init_sata()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h24 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */ macro