Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soundwire/
Dintel_ace2x.c74 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local
81 if (!*shim_mask) { in intel_link_power_up()
105 if (!*shim_mask) { in intel_link_power_up()
115 *shim_mask |= BIT(link_id); in intel_link_power_up()
129 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local
137 *shim_mask &= ~BIT(link_id); in intel_link_power_down()
Dintel.c342 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local
368 if (!*shim_mask) { in intel_link_power_up()
408 *shim_mask |= BIT(link_id); in intel_link_power_up()
425 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down() local
430 if (!(*shim_mask & BIT(link_id))) in intel_link_power_down()
438 *shim_mask &= ~BIT(link_id); in intel_link_power_down()
440 if (!*shim_mask) { in intel_link_power_down()
Dintel_init.c85 link->shim_mask = &ctx->shim_mask; in intel_link_dev_register()
Dintel.h43 u32 *shim_mask; member
/Linux-v6.6/include/linux/soundwire/
Dsdw_intel.h299 u32 shim_mask; member