13 Mar
2012
13 Mar
'12
11:39 p.m.
On Tue, Mar 13, 2012 at 04:11:28PM +0100, Ola Lilja wrote:
SOC_SINGLE_VALUE_S1R One control value spans one register SOC_SINGLE_VALUE_S2R One control value spans two registers SOC_SINGLE_VALUE_S4R One control value spans four registers SOC_SINGLE_VALUE_S8R One control value spans eight registers
This is fairly painful; the number of registers really ought to be parameterised rather than having to add a new crop of macros every time there's a new format or a new count. Can we possibly make the simplifying assumption that all the registers are contiguous?