Home
last modified time | relevance | path

Searched refs:tph_req_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/
H A Dtph.c266 *tag = tph_extract_tag(mem_type, pdev->tph_req_type, &info); in pcie_tph_get_cpu_st()
332 set_ctrl_reg_req_en(pdev, pdev->tph_req_type); in pcie_tph_set_st_entry()
358 pdev->tph_req_type = 0; in pcie_disable_tph()
406 pdev->tph_req_type = PCI_TPH_REQ_EXT_TPH; in pcie_enable_tph()
408 pdev->tph_req_type = PCI_TPH_REQ_TPH_ONLY; in pcie_enable_tph()
413 pdev->tph_req_type = min(pdev->tph_req_type, rp_req_type); in pcie_enable_tph()
415 if (pdev->tph_req_type == PCI_TPH_REQ_DISABLE) in pcie_enable_tph()
425 reg |= FIELD_PREP(PCI_TPH_CTRL_REQ_EN_MASK, pdev->tph_req_type); in pcie_enable_tph()
/linux/include/linux/
H A Dpci.h592 u8 tph_req_type; /* TPH requester type */ member