Searched refs:group_shift (Results 1 – 1 of 1) sorted by relevance
370 unsigned int group_shift = (group - 1U) * 4U; in sd_switch() local371 unsigned int group_mask = GENMASK(group_shift + 3U, group_shift); in sd_switch()384 arg |= func << group_shift; in sd_switch()
Completed in 2 milliseconds