Searched refs:ncd (Results 1 – 8 of 8) sorted by relevance
57 info->language = (u8)(src->ncd.option.language); in OS_GetOwnerInfo()58 info->favoriteColor = (u8)(src->ncd.owner.favoriteColor); in OS_GetOwnerInfo()59 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfo()60 info->birthday.day = (u8)(src->ncd.owner.birthday.day); in OS_GetOwnerInfo()61 info->nickNameLength = (u16)(src->ncd.owner.nickname.length); in OS_GetOwnerInfo()62 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfo()63 MI_CpuCopy16(src->ncd.owner.nickname.str, in OS_GetOwnerInfo()65 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfo()86 return src->ncd.option.rtcOffset; in OS_GetOwnerRtcOffset()
68 info->favoriteColor = (u8)(src->ncd.owner.favoriteColor); in OS_GetOwnerInfoEx()69 info->birthday.month = (u8)(src->ncd.owner.birthday.month); in OS_GetOwnerInfoEx()70 info->birthday.day = (u8)(src->ncd.owner.birthday.day); in OS_GetOwnerInfoEx()71 info->nickNameLength = (u16)(src->ncd.owner.nickname.length); in OS_GetOwnerInfoEx()72 info->commentLength = (u16)(src->ncd.owner.comment.length); in OS_GetOwnerInfoEx()73 MI_CpuCopy16(src->ncd.owner.nickname.str, in OS_GetOwnerInfoEx()75 MI_CpuCopy16(src->ncd.owner.comment.str, info->comment, OS_OWNERINFO_COMMENT_MAX * sizeof(u16)); in OS_GetOwnerInfoEx()89 info->language = (u8)(src->ncd.option.language); in OS_GetOwnerInfoEx()
193 NVRAMConfigData ncd; // Various types of configuration data member214 NVRAMConfigData ncd; // Various types of configuration data member
137 NVRAMConfigData ncd; // Various types of configuration data member
159 NVRAMConfigData ncd; // Various types of configuration data member
423 x1 = info->ncd.tp.raw_x1; in TP_GetUserInfo()424 y1 = info->ncd.tp.raw_y1; in TP_GetUserInfo()425 dx1 = (u16)(info->ncd.tp.dx1); in TP_GetUserInfo()426 dy1 = (u16)(info->ncd.tp.dy1); in TP_GetUserInfo()427 x2 = info->ncd.tp.raw_x2; in TP_GetUserInfo()428 y2 = info->ncd.tp.raw_y2; in TP_GetUserInfo()429 dx2 = (u16)(info->ncd.tp.dx2); in TP_GetUserInfo()430 dy2 = (u16)(info->ncd.tp.dy2); in TP_GetUserInfo()
339 if ((src->ncd.version == 0xff) && (src->ncd.option.language == 7)) in CheckLanguageCode()