Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
A Dpci-meson.c268 val &= ~PCI_EXP_DEVCTL_PAYLOAD; in meson_set_max_payload()
/linux/drivers/pci/
A Dpci-acpi.c306 hpx->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
308 hpx->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
A Dpci.c6038 return 128 << ((ctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in pcie_get_mps()
6064 PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()
/linux/include/uapi/linux/
A Dpci_regs.h506 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
/linux/drivers/media/pci/cobalt/
A Dcobalt-driver.c203 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
/linux/drivers/scsi/csiostor/
A Dcsio_wr.c1359 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
/linux/drivers/pci/controller/
A Dpci-aardvark.c550 reg &= ~PCI_EXP_DEVCTL_PAYLOAD; in advk_pcie_setup_hw()
/linux/drivers/net/ethernet/chelsio/cxgb3/
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/
A Dvfio_pci_config.c910 PCI_EXP_DEVCTL_BCR_FLR | PCI_EXP_DEVCTL_PAYLOAD | in init_pci_cap_exp_perm()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_hw.c7333 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c6914 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
/linux/drivers/net/ethernet/broadcom/
A Dtg3.c9205 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()

Completed in 98 milliseconds