Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/kernel/
Dpci.c264 PCI_EXP_DEVCTL_PAYLOAD | PCI_EXP_DEVCTL_READRQ, in fixup_read_and_payload_sizes()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h490 #define PCI_EXP_DEVCTL_PAYLOAD 0x00e0 /* Max_Payload_Size */ macro
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-driver.c216 get_payload_size((ctrl & PCI_EXP_DEVCTL_PAYLOAD) >> 5), in cobalt_pcie_status_show()
/linux-4.4.14/drivers/pci/
Dprobe.c1437 hpp->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | in program_hpp_type2()
1439 hpp->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | in program_hpp_type2()
Dpci.c4382 return 128 << ((ctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in pcie_get_mps()
4407 PCI_EXP_DEVCTL_PAYLOAD, v); in pcie_set_mps()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3293 pldsize = (val & PCI_EXP_DEVCTL_PAYLOAD) >> 5; in config_pcie()
3299 ~PCI_EXP_DEVCTL_PAYLOAD); in config_pcie()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c6904 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c9194 val16 |= PCI_EXP_DEVCTL_PAYLOAD; in tg3_chip_reset()