Searched refs:shim_mask (Results 1 – 4 of 4) sorted by relevance
33 u32 *shim_mask; member
388 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local414 if (!*shim_mask) { in intel_link_power_up()454 *shim_mask |= BIT(link_id); in intel_link_power_up()471 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local476 if (!(*shim_mask & BIT(link_id))) in intel_link_power_down()484 *shim_mask &= ~BIT(link_id); in intel_link_power_down()486 if (!*shim_mask) { in intel_link_power_down()
74 link->shim_mask = &ctx->shim_mask; in intel_link_dev_register()
227 u32 shim_mask; member