Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_qwz_pci.c2163 #define MHI_CTRL_RESET_MASK 0x2 macro
2855 qwz_pcic_write32(sc, MHI_CTRL, MHI_CTRL_RESET_MASK); in qwz_mhi_reset_device()
2983 if ((reg & MHI_CTRL_RESET_MASK) == 0) in qwz_mhi_await_device_reset()
3093 reg |= MHI_CTRL_RESET_MASK; in qwz_mhi_set_state()
H A Dif_qwx_pci.c2231 #define MHI_CTRL_RESET_MASK 0x2 macro
2923 qwx_pcic_write32(sc, MHI_CTRL, MHI_CTRL_RESET_MASK); in qwx_mhi_reset_device()
3051 if ((reg & MHI_CTRL_RESET_MASK) == 0) in qwx_mhi_await_device_reset()
3161 reg |= MHI_CTRL_RESET_MASK; in qwx_mhi_set_state()