FW_REG_BUF         28 sound/soc/intel/skylake/skl-debug.c 	u8 fw_read_buff[FW_REG_BUF];
FW_REG_BUF        185 sound/soc/intel/skylake/skl-debug.c 	tmp = kzalloc(FW_REG_BUF, GFP_KERNEL);
FW_REG_BUF        190 sound/soc/intel/skylake/skl-debug.c 	memset(d->fw_read_buff, 0, FW_REG_BUF);
FW_REG_BUF        196 sound/soc/intel/skylake/skl-debug.c 		ret += scnprintf(tmp + ret, FW_REG_BUF - ret, "%#.4x: ", offset);
FW_REG_BUF        198 sound/soc/intel/skylake/skl-debug.c 				   tmp + ret, FW_REG_BUF - ret, 0);
FW_REG_BUF        202 sound/soc/intel/skylake/skl-debug.c 		if (FW_REG_BUF - ret > 0)