Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dqcom.c100 #define SWRM_MCP_SLV_STATUS_MASK GENMASK(1, 0) macro
542 if ((status & SWRM_MCP_SLV_STATUS_MASK) == SDW_SLAVE_ALERT) { in qcom_swrm_get_alert_slave_dev_num()
543 ctrl->status[dev_num] = status & SWRM_MCP_SLV_STATUS_MASK; in qcom_swrm_get_alert_slave_dev_num()
563 s &= SWRM_MCP_SLV_STATUS_MASK; in qcom_swrm_get_device_status()
576 status &= SWRM_MCP_SLV_STATUS_MASK; in qcom_swrm_set_slave_dev_num()