Home
last modified time | relevance | path

Searched refs:shim_mask (Results 1 – 3 of 3) sorted by relevance

/drivers/soundwire/
Dintel.c266 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local
292 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() local
467 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()
Dintel.h33 u32 *shim_mask; member
Dintel_init.c74 link->shim_mask = &ctx->shim_mask; in intel_link_dev_register()