Searched refs:shim_mask (Results 1 – 4 of 4) sorted by relevance
35 u32 *shim_mask; member
339 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local365 if (!*shim_mask) { in intel_link_power_up()405 *shim_mask |= BIT(link_id); in intel_link_power_up()535 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local542 if (!(*shim_mask & BIT(link_id))) in intel_link_power_down()546 *shim_mask &= ~BIT(link_id); in intel_link_power_down()548 if (!*shim_mask) { in intel_link_power_down()
257 link->shim_mask = &ctx->shim_mask; in sdw_intel_probe_controller()
130 u32 shim_mask; member