Searched refs:PCI_EXP_DEVCTL_PAYLOAD (Results 1 – 12 of 12) sorted by relevance
272 val &= ~PCI_EXP_DEVCTL_PAYLOAD; in meson_set_max_payload()
507 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
330 hpx->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()332 hpx->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
6088 return 128 << FIELD_GET(PCI_EXP_DEVCTL_PAYLOAD, ctl); in pcie_get_mps()6111 v = FIELD_PREP(PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()6114 PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()
204 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
1358 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
3263 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()3269 ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()
552 reg &= ~PCI_EXP_DEVCTL_PAYLOAD; in advk_pcie_setup_hw()
947 PCI_EXP_DEVCTL_BCR_FLR | PCI_EXP_DEVCTL_PAYLOAD | in init_pci_cap_exp_perm()
7335 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
6924 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
9276 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()
Completed in 98 milliseconds