Searched refs:PCI_EXP_DEVCTL_PAYLOAD (Results 1 – 13 of 13) sorted by relevance
268 val &= ~PCI_EXP_DEVCTL_PAYLOAD; in meson_set_max_payload()
305 hpx->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()307 hpx->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpx_type2()
5748 return 128 << ((ctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in pcie_get_mps()5774 PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()
421 PCI_EXP_DEVCTL_PAYLOAD, regval); in kp2000_pcie_probe()
506 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
203 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
400 reg |= PCI_EXP_DEVCTL_PAYLOAD; /* Set max payload size */ in advk_pcie_setup_hw()
1358 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
910 PCI_EXP_DEVCTL_BCR_FLR | PCI_EXP_DEVCTL_PAYLOAD | in init_pci_cap_exp_perm()
3328 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()3334 ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()
7352 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
6915 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
9215 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()