Home
last modified time | relevance | path

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

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