Home
last modified time | relevance | path

Searched refs:PCI_X_CMD_MAX_READ (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.h422 #define PCI_X_CMD_MAX_READ 0x000c /* Max Memory Read Byte Count */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h423 #define PCI_X_CMD_MAX_READ 0x000c /* Max Memory Read Byte Count */ macro
/openbmc/u-boot/include/
H A Dpci.h389 #define PCI_X_CMD_MAX_READ 0x0000 /* Max Memory Read Byte Count */ 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/pci/
H A Dpci.c6147 return 512 << ((cmd & PCI_X_CMD_MAX_READ) >> 2); in pcix_get_mmrbc()
6184 o = (cmd & PCI_X_CMD_MAX_READ) >> 2; in pcix_set_mmrbc()
6189 cmd &= ~PCI_X_CMD_MAX_READ; in pcix_set_mmrbc()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c10519 pcix_cmd &= ~PCI_X_CMD_MAX_READ; in tg3_reset_hw()
10522 pcix_cmd &= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ); in tg3_reset_hw()