Searched refs:shim_mask (Results 1 – 5 of 5) sorted by relevance
130 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local160 if (!*shim_mask) { in intel_link_power_up()183 *shim_mask |= BIT(link_id); in intel_link_power_up()197 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local205 *shim_mask &= ~BIT(link_id); in intel_link_power_down()207 if (!*shim_mask) in intel_link_power_down()
341 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local392 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() local461 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()
86 link->shim_mask = &ctx->shim_mask; in intel_link_dev_register()
43 u32 *shim_mask; member
308 u32 shim_mask; member