Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCTL_PAYLOAD (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpci-meson.c273 val &= ~PCI_EXP_DEVCTL_PAYLOAD; in meson_set_max_payload()
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c307 hpx->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
309 hpx->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
H A Dpci.c6272 return 128 << ((ctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in pcie_get_mps()
6298 PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h506 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h507 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.c204 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c1358 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3263 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()
3269 ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c947 PCI_EXP_DEVCTL_BCR_FLR | PCI_EXP_DEVCTL_PAYLOAD | in init_pci_cap_exp_perm()
/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c553 reg &= ~PCI_EXP_DEVCTL_PAYLOAD; in advk_pcie_setup_hw()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7335 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6924 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c9211 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()