Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 |
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // //------------------------------------------------------------------------------ // // Copyright (C) 2004-2007, Freescale Semiconductor, Inc. All Rights Reserved. // THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS // AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT // //------------------------------------------------------------------------------ // // Module: rtc.c // // PQOAL Real-time clock (RTC) routines for the MC13783 PMIC RTC. // //------------------------------------------------------------------------------ //----------------------------------------------------------------------------- // External Functions extern void SC_Sleep(DWORD); extern BOOL OALPmicRead(UINT32 addr, PUINT32 pData); extern BOOL OALPmicWrite(UINT32 addr, UINT32 data); extern BOOL OALPmicWriteMasked(UINT32 addr, UINT32 mask, UINT32 data); extern BOOL OALIoCtlHalUnforceIrq(UINT32 code, VOID *pInpBuffer, UINT32 inpSize, VOID *pOutBuffer, UINT32 outSize, UINT32 *pOutSize); extern VOID OALClockSetGatingMode(DDK_CLOCK_GATE_INDEX index, DDK_CLOCK_GATE_MODE mode); //----------------------------------------------------------------------------- // Global Variables extern UINT32 g_IRQ_RTC; //------------------------------------------------------------------------------ // Global Variables //These macro define some default information of RTC // the begin year // the maxium year // Jan 1 1980 is a Tuesday static const UINT8 monthtable[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; static const UINT8 monthtable_leap[12] = {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; BOOL OEMSetRealTime(LPSYSTEMTIME lpst); BOOL OEMGetRealTime(LPSYSTEMTIME lpst); BOOL MX31GetRealTime(SYSTEMTIME *pTime); BOOL MX31SetRealTime(SYSTEMTIME *pTime); void MX31InitRTC(void); /********************************************************************* * * FUNCTION: InitRTC * * DESCRIPTION: This function is used to initialize the real time clock. * * PARAMETERS: * None * * RETURNS: * None * ********************************************************************/ void MX31InitRTC(void) { // Enable RTC clocks OALClockSetGatingMode(DDK_CLOCK_GATE_INDEX_RTC, DDK_CLOCK_GATE_MODE_ENABLED_ALL); return; } //------------------------------------------------------------------------------ // // Function: OALIoCtlHalInitRTC // // This function is called by WinCE OS to initialize the time after boot. // Input buffer contains SYSTEMTIME structure with default time value. If // hardware has persistent real time clock it will ignore this value // (or all call). // //------------------------------------------------------------------------------ BOOL OALIoCtlHalInitRTC( UINT32 code, VOID *pInpBuffer, UINT32 inpSize, VOID *pOutBuffer, UINT32 outSize, UINT32 *pOutSize) { BOOL rc = FALSE; UINT32 tempISR1; SYSTEMTIME *pTime = (SYSTEMTIME*)pInpBuffer; OALMSG(OAL_IOCTL&&OAL_FUNC, (L"+OALIoCtlHalInitRTC(...)\r\n")); // Validate inputs if) { NKSetLastError(ERROR_INVALID_PARAMETER); OALMSG(OAL_ERROR, ( L"ERROR: OALIoCtlHalInitRTC: Invalid parameter\r\n" )); goto cleanUp; } // Add static mapping for RTC alarm OALIntrStaticTranslate(SYSINTR_RTC_ALARM, g_IRQ_RTC); OALPmicRead(MC13783_INT_STAT1_ADDR, &tempISR1); // check if we need to reinit timer if { // Set time rc = OEMSetRealTime(pTime); // clear the status bit OALPmicWriteMasked(MC13783_INT_STAT1_ADDR,MC13783_RTCRSTI_MASK, tempISR1); } else // don't init the timer since the RTC is still valid cleanUp: OALMSG(OAL_IOCTL&&OAL_FUNC, (L"-OALIoCtlHalInitRTC(rc = %d)\r\n", rc)); return rc; } //----------------------------------------------------------------------------- // Local Functions //------------------------------------------------------------------------------ // // Function: IsLeapYear // // Local helper function checks if the year is a leap year // // Parameters: // // Returns: // // //------------------------------------------------------------------------------ static int { int Leap; Leap = 0; if == 0) { Leap = 1; if == 0) { Leap = (Year%400) ? 0 : 1; } } return (Leap); } //------------------------------------------------------------------------------ // // Function: CalculateDays // // Local helper function calculate the total number of days in lpTime, // since Jan 1, ORIGINYEAR // // Parameters: // // Returns: // days // //------------------------------------------------------------------------------ UINT32 CalculateDays(SYSTEMTIME* lpTime) { UINT8 *month_tab; int days, year, month; int i; days = lpTime->wDay; month = lpTime->wMonth; year = lpTime->wYear; // Calculate number of days spent so far from beginning of this year month_tab = (UINT8 *)(IsLeapYear(year) ? monthtable_leap : monthtable); for { days += month_tab[i]; } // calculate the number of days in the previous years for { days += (IsLeapYear(i) ? 366 : 365); } return days; } //------------------------------------------------------------------------------ // // Function: CalculateSeconds // // Local helper function that calculates the number of seconds in lpTime since // the beginning of the day // // Parameters: // // Returns: // seconds // //------------------------------------------------------------------------------ UINT32 { return (lpTime->wHour * 60 * 60 + lpTime->wMinute * 60 + lpTime->wSecond); } //------------------------------------------------------------------------------ // // Function: ConvertDays // // Local helper function that split total days since Jan 1, ORIGINYEAR into // year, month and day // // Parameters: // // Returns: // Returns TRUE if successful, otherwise returns FALSE. // //------------------------------------------------------------------------------ BOOL ConvertDays(UINT32 days, SYSTEMTIME* lpTime) { int dayofweek, month, year; UINT8 *month_tab; //Calculate current day of the week dayofweek = GetDayOfWeek(days); year = ORIGINYEAR; while { if) { if { days -= 366; year += 1; } } else { days -= 365; year += 1; } } // Determine whether it is a leap year month_tab = (UINT8 *)((IsLeapYear(year))? monthtable_leap : monthtable); for { if break; days -= month_tab[month]; } month += 1; lpTime->wDay = days; lpTime->wDayOfWeek = dayofweek; lpTime->wMonth = month; lpTime->wYear = year; return TRUE; } //------------------------------------------------------------------------------ // // Function: ConvertSeconds // // Local helper function that converts time of day in seconds to hour, // minute and seconds // // Parameters: // // Returns: // Returns TRUE if successful, otherwise returns FALSE. // //------------------------------------------------------------------------------ BOOL { int minutes = 0, hours = 0; if(seconds < 86400) { if { minutes = (int) seconds / 60; seconds -= (minutes * 60); if { hours = (int) minutes / 60; minutes -= (hours * 60); } } } else { ERRORMSG(TRUE, (_T("TOD in sec is wrong(seconds > 86399) %d"), seconds)); return FALSE; } lpTime->wMilliseconds = 0; lpTime->wHour = hours; lpTime->wMinute = minutes; lpTime->wSecond = seconds; return TRUE; } //------------------------------------------------------------------------------ // // Function: SetTime // // This function sets the given time & day into the register pair indicated by type // // Parameters: // // Returns: // Returns TRUE if successful, otherwise returns FALSE. // //------------------------------------------------------------------------------ BOOL SetTime(UINT32 type, SYSTEMTIME* lpTime) { UINT32 days, seconds, addr; // calculate time of day in seconds seconds = CalculateSeconds(lpTime); if(seconds > 86399) return FALSE; //Set Reg TimeOftheDay TOD -> Hours, Min , Sec : a 17 bit time of day (TOD) addr = (type == TYPE_TIME) ? MC13783_RTC_TM_ADDR : MC13783_RTC_ALM_ADDR; OALPmicWrite(addr, seconds); // Calculate days. days = CalculateDays(lpTime); //Set Reg Day -> years, months , days :the 15 bit DAY counter addr = (type == TYPE_TIME) ? MC13783_RTC_DAY_ADDR : MC13783_RTC_DAY_ALM_ADDR; OALPmicWrite(addr, days); return TRUE; } //------------------------------------------------------------------------------ // // Function: GetTime // // This function gets the time and day from the register pair indicated by type // // Parameters: // // Returns: // Returns TRUE if successful, otherwise returns FALSE. // //------------------------------------------------------------------------------ BOOL GetTime(UINT32 type, SYSTEMTIME* lpTime) { UINT32 seconds, days, addr; addr = (type == TYPE_TIME) ? MC13783_RTC_TM_ADDR : MC13783_RTC_ALM_ADDR; OALPmicRead(addr, &seconds); addr = (type == TYPE_TIME) ? MC13783_RTC_DAY_ADDR : MC13783_RTC_DAY_ALM_ADDR; OALPmicRead(addr, &days); //convert seconds to hours , minutes and seconds of the day if != TRUE) return FALSE; // convert days to year, month and day if != TRUE) return FALSE; return TRUE; } //------------------------------------------------------------------------------ // // Function: OEMGetRealTime // // This function is called by the kernel to retrieve the time from // the real-time clock. // //------------------------------------------------------------------------------ BOOL { static BOOL bSuccess = FALSE; if { if) { MX31InitRTC(); bSuccess = MX31SetRealTime(lpst); } return bSuccess; } else return MX31GetRealTime(lpst); } //------------------------------------------------------------------------------ // // Function: OEMSetRealTime // // This function is called by the kernel to set the real-time clock. // //------------------------------------------------------------------------------ BOOL { BOOL bRet = FALSE; bRet = SetTime(TYPE_TIME, lpst); return (MX31SetRealTime(lpst) && bRet); } /****************************************************************************** * PRIVATE FUNCTIONS *****************************************************************************/ //------------------------------------------------------------------------------ // // FUNCTION: CheckRealTime // // DESCRIPTION: Helper function is used to check if the input // time is valid. // // PARAMETERS: // lpst - // Long pointer to the buffer containing // the time to be checked in SYSTEMTIME format. // // RETURNS: // TRUE - If time is valid. // // FALSE - If time is invalid. // //------------------------------------------------------------------------------ BOOL CheckRealTime(LPSYSTEMTIME lpst) { WORD isleap; UINT8 *month_tab; isleap = IsLeapYear(lpst->wYear); month_tab = (UINT8 *)(isleap? monthtable_leap : monthtable); if || (lpst->wYear > MAXYEAR)) return FALSE; if ||(lpst->wMonth > 12)) return FALSE; if((lpst->wDay < 0) ||(lpst->wDay > month_tab[lpst->wMonth-1])) return FALSE; if ||(lpst->wMinute > 59) ||(lpst->wSecond > 59)) return FALSE; return TRUE; } //------------------------------------------------------------------------------ // // Function: MX31GetRealTime // // Reads the current RTC value and returns a system time. // // Parameters: // pTime // [out] pointer to the time construct in which the current time is returned // // Returns: // TRUE if successful. //----------------------------------------------------------------------------- BOOL MX31GetRealTime(SYSTEMTIME *pTime) { BOOL rc = FALSE; WORD ms, sec, min, hour, day, dayofweek, month, year, isleap; UINT8 *month_tab; pRTCRegisters_t pRtc; int numOfLeap=0; OALMSG(OAL_RTC&&OAL_FUNC, (L"+OEMGetRealTime(pTime = 0x%x)\r\n", pTime)); if (pTime == NULL) goto cleanUp; // Get uncached virtual addresses for RTC pRtc = (pRTCRegisters_t) OALPAtoUA(CSP_BASE_REG_PA_RTC); if { OALMSG(OAL_ERROR, (L"OEMGetRealTime: RTC null pointer!\r\n")); return FALSE; } //The value of millisecond is set to 0 ms = 0; //Get value of second from RTC register sec = (WORD)(pRtc->RTCSecCnt & RTC_SECOND_MASK); //Get value of minute from RTC register min = (WORD)(pRtc->RTCHMCnt & RTC_MINUTE_MASK); //Get value of hour from RTC register hour = (WORD)(pRtc->RTCHMCnt & RTC_HOUR_MASK) >> RTC_HOUR_OFFSET; //Get value of day from RTC register day = (WORD)(pRtc->RTCDayCnt & RTC_DAY_MASK); //Calculate current day of the week dayofweek = GetDayOfWeek(day); //Calculate current year, month, and day use the value stored in RTC day counter register OALMSG(OAL_RTC&&OAL_INFO, (TEXT("RTCDayCnt=%d\r\n"),day)); year = ORIGINYEAR; while { if) { numOfLeap++; if { OALMSG(OAL_RTC&&OAL_INFO, (TEXT("Leap Year: %u"),year)); day -= 366; year += 1; OALMSG(OAL_RTC&&OAL_INFO, (TEXT(", Days left: %u\r\n"),day)); } else { OALMSG(OAL_ERROR, (TEXT("ERROR calculate day\r\n"))); break; } } else { OALMSG(OAL_RTC&&OAL_INFO, (TEXT("Not Leap Year: %u"),year)); day -= 365; year += 1; OALMSG(OAL_RTC&&OAL_INFO, (TEXT(", Days left: %u\r\n"),day)); } } OALMSG(OAL_RTC&&OAL_INFO, (TEXT("Number of leap years before this year(%u)\r\n"),numOfLeap)); // Determine whether it is a leap year isleap = IsLeapYear(year); month_tab = (UINT8 *)((isleap)? monthtable_leap : monthtable); for { if break; day -= month_tab[month]; } month +=1; //Save all the value to passed in pointer pTime->wMilliseconds = ms; pTime->wSecond = sec; pTime->wMinute = min; pTime->wHour = hour; pTime->wDay = day; pTime->wDayOfWeek = dayofweek; pTime->wMonth = month; pTime->wYear = year; OALMSG(OAL_RTC, (L"-OEMGetRealTime(pTime->wYear = %d, pTime->wMonth = %d, pTime->wDay = %d )\r\n", pTime->wYear, pTime->wMonth, pTime->wDay)); // Done rc = TRUE; cleanUp: OALMSG(OAL_FUNC, (L"-OEMGetRealTime(rc = %d)\r\n", rc)); return rc; } /********************************************************************* * * FUNCTION: ConvertSystemTimeToDays * * DESCRIPTION: This function is used to convert the year, month * and days of SYSTEMTIME to number of days which * is compatible with the RTC. * * PARAMETERS: * lpst - * Long pointer to the buffer containing * the time to be checked in SYSTEMTIME format. * * RETURNS: * Number of days from January 1, ORIGINYEAR to date specified * in input parameter. * *********************************************************************/ WORD ConvertSystemTimeToDays(LPSYSTEMTIME lpst) { WORD day, month, year, isleap; UINT8 *month_tab; int i, numOfLeap=0; day = lpst->wDay; month = lpst->wMonth; year = lpst->wYear; //Calculate whole number of day from orginal year isleap = IsLeapYear(year); month_tab = (UINT8 *)(isleap? monthtable_leap : monthtable); for { day += month_tab[i]; } for { if) { day += 366; numOfLeap++; } else day += 365; } //DEBUGMSG(1, (TEXT("Total days from year %u: %u Number of Leap years: %u\r\n "),year, day, numOfLeap)); return day; } //------------------------------------------------------------------------------ // // Function: MX31SetRealTime // // Updates the RTC with the specified system time. // // Parameters: // pTime // [in] pointer to the time construct to set the current time // // Returns: // TRUE if successful. //----------------------------------------------------------------------------- BOOL MX31SetRealTime(LPSYSTEMTIME pTime) { BOOL rc = FALSE; WORD sec, min, hour, day; int numOfLeap=0; pRTCRegisters_t pRtc; if (pTime == NULL) goto cleanUp; // Check if the input time is valid or not if == FALSE) { OALMSG(OAL_ERROR, (TEXT("Time to be set is INVALID!!!: %u/%u/%u, %u:%u:%u Day of week:%u\r\n"), pTime->wYear, pTime->wMonth , pTime->wDay, pTime->wHour, pTime->wMinute, pTime->wSecond,pTime->wDayOfWeek)); return FALSE; } sec = pTime->wSecond; min = pTime->wMinute; hour = pTime->wHour; day = ConvertSystemTimeToDays(pTime); // Get uncached virtual addresses for RTC pRtc = (pRTCRegisters_t) OALPAtoUA(CSP_BASE_REG_PA_RTC); if { OALMSG(OAL_ERROR, (L"OEMSetRealTime: RTC null pointer!\r\n")); goto cleanUp; } //Set seconds in RTC register OUTREG32(&pRtc->RTCSecCnt, sec); //Set hours and minutes in RTC register OUTREG32(&pRtc->RTCHMCnt, (hour << RTC_HOUR_OFFSET) | min); //Set day in RTC register OUTREG32(&pRtc->RTCDayCnt, day); // Done rc = TRUE; cleanUp: OALMSG(OAL_RTC&&OAL_FUNC, (L"-OEMSetRealTime(rc = %d)\r\n", rc)); return rc; } //------------------------------------------------------------------------------ // // Function: OEMSetAlarmTime // // Set the RTC alarm time. // //------------------------------------------------------------------------------ BOOL OEMSetAlarmTime(LPSYSTEMTIME pTime) { BOOL rc; UINT32 irq; OALMSG(OAL_RTC&&OAL_FUNC, ( L"+OEMSetAlarmTime(%d/%d/%d %d:%d:%d.%03d)\r\n", pTime->wMonth, pTime->wDay, pTime->wYear, pTime->wHour, pTime->wMinute, pTime->wSecond, pTime->wMilliseconds )); if goto cleanUp; //Set seconds, minutes, hours and day in RTC day alarm register SetTime(TYPE_ALRM, pTime); // Enable alarm IRQ OALMSG(OAL_RTC&&OAL_INFO, (TEXT("RTC Alarm Interrupt enabled.\r\n"))); // Enable/clear RTC interrupt irq = g_IRQ_RTC; OALIoCtlHalUnforceIrq(0, &irq, sizeof(irq), NULL, 0, NULL); OALIntrDoneIrqs(1, &irq); // Done rc = TRUE; cleanUp: OALMSG(OAL_RTC&&OAL_FUNC, (L"-OEMSetAlarmTime(rc = %d)\r\n", rc)); return rc; } |