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.c271 *tag = tph_extract_tag(mem_type, pdev->tph_req_type, &info); in pcie_tph_get_cpu_st()
337 set_ctrl_reg_req_en(pdev, pdev->tph_req_type); in pcie_tph_set_st_entry()
363 pdev->tph_req_type = 0; in pcie_disable_tph()
411 pdev->tph_req_type = PCI_TPH_REQ_EXT_TPH; in pcie_enable_tph()
413 pdev->tph_req_type = PCI_TPH_REQ_TPH_ONLY; in pcie_enable_tph()
420 pdev->tph_req_type = min(pdev->tph_req_type, rp_req_type); in pcie_enable_tph()
423 if (pdev->tph_req_type == PCI_TPH_REQ_DISABLE) in pcie_enable_tph()
430 FIELD_MODIFY(PCI_TPH_CTRL_REQ_EN_MASK, &reg, pdev->tph_req_type); in pcie_enable_tph()
/linux/include/linux/
H A Dpci.h599 u8 tph_req_type; /* TPH requester type */ member