Home
last modified time | relevance | path

Searched refs:PCI_PTM_GRANULARITY_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/pcie/
H A Dptm.c57 dev->ptm_granularity = FIELD_GET(PCI_PTM_GRANULARITY_MASK, cap); in pci_ptm_init()
149 ctrl &= ~PCI_PTM_GRANULARITY_MASK; in __pci_enable_ptm()
150 ctrl |= FIELD_PREP(PCI_PTM_GRANULARITY_MASK, dev->ptm_granularity); in __pci_enable_ptm()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1106 #define PCI_PTM_GRANULARITY_MASK 0x0000FF00 /* Clock granularity */ macro
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c1009 reg &= ~(PCI_PTM_CAP_RES | PCI_PTM_GRANULARITY_MASK); in dw_pcie_ep_init_registers()