Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwx.c2595 uint32_t hpm, wprot; in iwx_clear_persistence_bit()
2597 hpm = iwx_read_prph_unlocked(sc, IWX_HPM_DEBUG); in iwx_clear_persistence_bit()
2598 if (hpm != 0xa5a5a5a0 && (hpm & IWX_PERSISTENCE_BIT)) { in iwx_clear_persistence_bit()
2606 hpm & ~IWX_PERSISTENCE_BIT); in iwx_clear_persistence_bit()
2591 uint32_t hpm, wprot; iwx_clear_persistence_bit() local
H A Dif_iwm.c2016 uint32_t hpm, wprot; in iwm_clear_persistence_bit() local
2018 hpm = iwm_read_prph_unlocked(sc, IWM_HPM_DEBUG); in iwm_clear_persistence_bit()
2019 if (hpm != 0xa5a5a5a0 && (hpm & IWM_HPM_PERSISTENCE_BIT)) { in iwm_clear_persistence_bit()
2027 hpm & ~IWM_HPM_PERSISTENCE_BIT); in iwm_clear_persistence_bit()