Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soundwire/
Dintel.h35 u32 *shim_mask; member
Dintel.c339 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up() local
365 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() local
542 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()
Dintel_init.c257 link->shim_mask = &ctx->shim_mask; in sdw_intel_probe_controller()
/Linux-v5.10/include/linux/soundwire/
Dsdw_intel.h130 u32 shim_mask; member