Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/pcie/
H A Dptm.c56 dev->ptm_granularity = (cap & PCI_PTM_GRANULARITY_MASK) >> 8; in pci_ptm_init()
148 ctrl &= ~PCI_PTM_GRANULARITY_MASK; in __pci_enable_ptm()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h1066 #define PCI_PTM_GRANULARITY_MASK 0x0000FF00 /* Clock granularity */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h1077 #define PCI_PTM_GRANULARITY_MASK 0x0000FF00 /* Clock granularity */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c701 reg &= ~(PCI_PTM_CAP_RES | PCI_PTM_GRANULARITY_MASK); in dw_pcie_ep_init_complete()