Searched refs:mcp_control (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/soundwire/
H A Dcadence_master.c1081 u32 mcp_control; local
1094 mcp_control = cdns_readl(cdns, CDNS_MCP_CONTROL);
1097 if (mcp_control & CDNS_MCP_CONTROL_CMD_RST)
1099 if (mcp_control & CDNS_MCP_CONTROL_SOFT_RST)
1101 if (mcp_control & CDNS_MCP_CONTROL_CLK_STOP_CLR)
1109 while (mcp_control & CDNS_MCP_CONTROL_HW_RST) {
1119 mcp_control = cdns_readl(cdns, CDNS_MCP_CONTROL);

Completed in 156 milliseconds