Searched refs:rshift (Results 1 – 2 of 2) sorted by relevance
/include/sound/ |
D | soc.h | 35 .rshift = shift_right, .max = xmax, .platform_max = xmax, \ 40 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \ 49 {.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \ 53 {.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \ 58 {.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \ 71 .rshift = xshift, .min = xmin, .max = xmax, \ 91 .shift = xshift, .rshift = xshift, \ 102 .rshift = xshift, .min = xmin, .max = xmax, \ 169 .shift = xshift, .rshift = xshift, \ 249 {.reg = xreg, .shift = xshift, .rshift = xshift, .max = xmax, \ [all …]
|
D | soc-dapm.h | 282 #define SOC_DAPM_DOUBLE(xname, reg, lshift, rshift, max, invert) \ argument 286 .private_value = SOC_DOUBLE_VALUE(reg, lshift, rshift, max, invert, 0) }
|