ifc1a             258 sound/soc/codecs/max9860.c 	u8 ifc1a = 0;
ifc1a             281 sound/soc/codecs/max9860.c 	ifc1a |= master;
ifc1a             292 sound/soc/codecs/max9860.c 		ifc1a |= MAX9860_DDLY;
ifc1a             296 sound/soc/codecs/max9860.c 		ifc1a |= MAX9860_WCI;
ifc1a             304 sound/soc/codecs/max9860.c 		ifc1a |= MAX9860_DDLY | MAX9860_WCI | MAX9860_HIZ | MAX9860_TDM;
ifc1a             313 sound/soc/codecs/max9860.c 		ifc1a |= MAX9860_WCI | MAX9860_HIZ | MAX9860_TDM;
ifc1a             328 sound/soc/codecs/max9860.c 		ifc1a ^= MAX9860_WCI;
ifc1a             336 sound/soc/codecs/max9860.c 		ifc1a ^= MAX9860_WCI;
ifc1a             339 sound/soc/codecs/max9860.c 		ifc1a ^= MAX9860_DBCI;
ifc1a             346 sound/soc/codecs/max9860.c 	dev_dbg(component->dev, "IFC1A  %02x\n", ifc1a);
ifc1a             347 sound/soc/codecs/max9860.c 	ret = regmap_write(max9860->regmap, MAX9860_IFC1A, ifc1a);