Searched refs:shim_mask (Results 1 – 3 of 3) sorted by relevance
266 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local292 if (!*shim_mask) { in intel_link_power_up()332 *shim_mask |= BIT(link_id); in intel_link_power_up()462 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local467 if (!(*shim_mask & BIT(link_id))) in intel_link_power_down()475 *shim_mask &= ~BIT(link_id); in intel_link_power_down()477 if (!*shim_mask) { in intel_link_power_down()
33 u32 *shim_mask; member
74 link->shim_mask = &ctx->shim_mask; in intel_link_dev_register()