Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-acpi.c332 hpx->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
334 hpx->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
/linux/include/uapi/linux/
H A Dpci_regs.h513 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c385 status &= ~PCI_EXP_DEVCTL_PAYLOAD; in rockchip_pcie_host_init_port()
H A Dpci-aardvark.c552 reg &= ~PCI_EXP_DEVCTL_PAYLOAD; in advk_pcie_setup_hw()
/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()
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c963 PCI_EXP_DEVCTL_BCR_FLR | PCI_EXP_DEVCTL_PAYLOAD | in init_pci_cap_exp_perm()
/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()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c9308 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()