Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dintel_ace2x.c130 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local
160 if (!*shim_mask) { in intel_link_power_up()
180 *shim_mask |= BIT(link_id); in intel_link_power_up()
194 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local
202 *shim_mask &= ~BIT(link_id); in intel_link_power_down()
H A Dintel.c341 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local
392 if (!*shim_mask) { in intel_link_power_up()
439 *shim_mask |= BIT(link_id); in intel_link_power_up()
456 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local
461 if (!(*shim_mask & BIT(link_id))) in intel_link_power_down()
469 *shim_mask &= ~BIT(link_id); in intel_link_power_down()
471 if (!*shim_mask) { in intel_link_power_down()
H A Dintel.h43 u32 *shim_mask; member
/linux/include/linux/soundwire/
H A Dsdw_intel.h311 u32 shim_mask; member