Searched refs:shim_mask (Results 1 – 4 of 4) sorted by relevance
33 u32 *shim_mask; member
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()
74 link->shim_mask = &ctx->shim_mask; in intel_link_dev_register()
211 u32 shim_mask; member
Completed in 8 milliseconds