Searched refs:BHND_PCIE_DLLP_PMTHRESHREG (Results 1 – 2 of 2) sorted by relevance
488 pmt = BHND_PCI_PROTO_READ_4(sc, BHND_PCIE_DLLP_PMTHRESHREG); in bhnd_pci_wars_hwup()491 BHND_PCI_PROTO_WRITE_4(sc, BHND_PCIE_DLLP_PMTHRESHREG, pmt); in bhnd_pci_wars_hwup()499 pmt = BHND_PCI_PROTO_READ_4(sc, BHND_PCIE_DLLP_PMTHRESHREG); in bhnd_pci_wars_hwup()501 BHND_PCI_PROTO_WRITE_4(sc, BHND_PCIE_DLLP_PMTHRESHREG, pmt); in bhnd_pci_wars_hwup()623 pmt = BHND_PCI_PROTO_READ_4(sc, BHND_PCIE_DLLP_PMTHRESHREG); in bhnd_pci_wars_hwdown()625 BHND_PCI_PROTO_WRITE_4(sc, BHND_PCIE_DLLP_PMTHRESHREG, pmt); in bhnd_pci_wars_hwdown()
262 #define BHND_PCIE_DLLP_PMTHRESHREG 0x128 /* Power Management Threshold */ macro