Home
last modified time | relevance | path

Searched refs:BHND_PCI_CLKRUN_CTL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c407 ctl = BHND_PCI_READ_4(sc, BHND_PCI_CLKRUN_CTL); in bhnd_pci_wars_hwup()
409 BHND_PCI_WRITE_4(sc, BHND_PCI_CLKRUN_CTL, ctl); in bhnd_pci_wars_hwup()
H A Dbhnd_pcireg.h47 #define BHND_PCI_CLKRUN_CTL 0x014 /**< PCI clckrun control (>= rev11) */ macro