Home
last modified time | relevance | path

Searched refs:MHICTRL_RESET_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/bus/mhi/ep/
H A Dmmio.c51 *mhi_reset = !!FIELD_GET(MHICTRL_RESET_MASK, regval); in mhi_ep_mmio_get_mhi_state()
242 mhi_ep_mmio_masked_write(mhi_cntrl, EP_MHICTRL, MHICTRL_RESET_MASK, 0); in mhi_ep_mmio_clear_reset()
/linux/drivers/bus/mhi/
H A Dcommon.h112 #define MHICTRL_RESET_MASK BIT(1) macro
/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c33 ath12k_pci_write32(ab, MHICTRL, MHICTRL_RESET_MASK); in ath12k_mhi_set_mhictrl_reset()