ifc1b             259 sound/soc/codecs/max9860.c 	u8 ifc1b = 0;
ifc1b             269 sound/soc/codecs/max9860.c 		ifc1b |= MAX9860_ST;
ifc1b             285 sound/soc/codecs/max9860.c 			ifc1b |= MAX9860_BSEL_64X;
ifc1b             287 sound/soc/codecs/max9860.c 			ifc1b |= MAX9860_BSEL_48X;
ifc1b             293 sound/soc/codecs/max9860.c 		ifc1b |= MAX9860_ADLY;
ifc1b             305 sound/soc/codecs/max9860.c 		ifc1b |= MAX9860_ADLY;
ifc1b             340 sound/soc/codecs/max9860.c 		ifc1b ^= MAX9860_ABCI;
ifc1b             352 sound/soc/codecs/max9860.c 	dev_dbg(component->dev, "IFC1B  %02x\n", ifc1b);
ifc1b             353 sound/soc/codecs/max9860.c 	ret = regmap_write(max9860->regmap, MAX9860_IFC1B, ifc1b);