Home
last modified time | relevance | path

Searched refs:PCI_X_CMD_MAX_SPLIT (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dpci.c77 reg16 = PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ in pci_mpc85xx_init()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c240 reg16 = PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ in pci_init_board()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h432 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h433 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */ macro
/openbmc/u-boot/include/
H A Dpci.h390 #define PCI_X_CMD_MAX_SPLIT 0x0030 /* Max Outstanding Split Transactions */ macro
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_pci.c477 cmd = PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ in setup_pci_cmd()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c1666 cmd &= ~PCI_X_CMD_MAX_SPLIT; in sky2_hw_up()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c10523 pcix_cmd &= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ); in tg3_reset_hw()