Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.h18 #define MHICTRL_RESET_MASK 0x2 macro
H A Dmhi.c220 ath11k_pcic_write32(ab, MHICTRL, MHICTRL_RESET_MASK); in ath11k_mhi_set_mhictrl_reset()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.h18 #define MHICTRL_RESET_MASK 0x2 macro
H A Dmhi.c215 ath12k_pci_write32(ab, MHICTRL, MHICTRL_RESET_MASK); in ath12k_mhi_set_mhictrl_reset()
/openbmc/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()
/openbmc/linux/drivers/bus/mhi/host/
H A Dpm.c145 MHICTRL_RESET_MASK, 1); in mhi_set_mhi_state()
184 MHICTRL_RESET_MASK, 0, interval_us); in mhi_ready_state_transition()
490 MHICTRL_RESET_MASK, 0, 25000); in mhi_pm_disable_transition()
630 MHICTRL_RESET_MASK, in mhi_pm_sys_error_transition()
1128 MHICTRL_RESET_MASK, 0, interval_us); in mhi_async_power_up()
/openbmc/linux/drivers/bus/mhi/
H A Dcommon.h112 #define MHICTRL_RESET_MASK BIT(1) macro