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

/linux-master/drivers/soundwire/
H A Dintel_ace2x.c75 u32 *shim_mask = sdw->link_res->shim_mask; local
82 if (!*shim_mask) {
106 if (!*shim_mask) {
116 *shim_mask |= BIT(link_id);
130 u32 *shim_mask = sdw->link_res->shim_mask; local
138 *shim_mask &= ~BIT(link_id);
H A Dintel.c342 u32 *shim_mask = sdw->link_res->shim_mask; local
368 if (!*shim_mask) {
408 *shim_mask |= BIT(link_id);
425 u32 *shim_mask = sdw->link_res->shim_mask; local
430 if (!(*shim_mask & BIT(link_id)))
438 *shim_mask &= ~BIT(link_id);
440 if (!*shim_mask) {
H A Dintel.h23 * @shim_mask: global pointer to check SHIM register initialization
43 u32 *shim_mask; member in struct:sdw_intel_link_res
H A Dintel_init.c85 link->shim_mask = &ctx->shim_mask;
/linux-master/include/linux/soundwire/
H A Dsdw_intel.h285 * @shim_mask: flags to track initialization of SHIM shared registers
299 u32 shim_mask; member in struct:sdw_intel_ctx

Completed in 156 milliseconds