I2S_SF_SCLKDIV_SHIFT 113 sound/aoa/soundbus/i2sbus/interface.h # define I2S_SF_SCLKDIV_MASK (0xF<<I2S_SF_SCLKDIV_SHIFT) I2S_SF_SCLKDIV_SHIFT 114 sound/aoa/soundbus/i2sbus/interface.h # define I2S_SF_SCLKDIV_1 (8<<I2S_SF_SCLKDIV_SHIFT) I2S_SF_SCLKDIV_SHIFT 115 sound/aoa/soundbus/i2sbus/interface.h # define I2S_SF_SCLKDIV_3 (9<<I2S_SF_SCLKDIV_SHIFT) I2S_SF_SCLKDIV_SHIFT 116 sound/aoa/soundbus/i2sbus/interface.h # define I2S_SF_SCLKDIV_OTHER(div) (((div/2-1)<<I2S_SF_SCLKDIV_SHIFT)&I2S_SF_SCLKDIV_MASK)