Lines Matching refs:sharpsl_param
13 #include <asm/mach/sharpsl_param.h>
38 struct sharpsl_param_info sharpsl_param;
39 EXPORT_SYMBOL(sharpsl_param);
43 memcpy(&sharpsl_param, param_start(PARAM_BASE), sizeof(struct sharpsl_param_info));
45 if (sharpsl_param.comadj_keyword != COMADJ_MAGIC)
46 sharpsl_param.comadj=-1;
48 if (sharpsl_param.phad_keyword != PHAD_MAGIC)
49 sharpsl_param.phadadj=-1;
51 if (sharpsl_param.uuid_keyword != UUID_MAGIC)
52 sharpsl_param.uuid[0]=-1;
54 if (sharpsl_param.touch_keyword != TOUCH_MAGIC)
55 sharpsl_param.touch_xp=-1;
57 if (sharpsl_param.adadj_keyword != AD_MAGIC)
58 sharpsl_param.adadj=-1;