Home | History | Annotate | Download | only in bios

Lines Matching refs:Ticks

1537 delay_ticks(ticks)
1538 Bit16u ticks;
1551 ticks_to_wait = ticks;
1603 delay_ticks_and_check_for_keystroke(ticks, count)
1604 Bit16u ticks, count;
1608 delay_ticks(ticks);
4501 ;; convert to numbers of 15usec ticks
9153 ;; Setup the Timer Ticks Count (0x46C:dword) and
9154 ;; Timer Ticks Roller Flag (0x470:byte)
9155 ;; The Timer Ticks Count needs to be set according to
9156 ;; the current CMOS time, as if ticks have been occurring
9169 ;; /65536 (maximum timer count) = 18.20650736 ticks/second
9170 ;; 1 second = 18.20650736 ticks
9171 ;; 1 minute = 1092.390442 ticks
9172 ;; 1 hour = 65543.42651 ticks
9175 ;; the number of ticks by the following:
9176 ;; ticks = (BcdToBin(seconds) * 18.206507) +
9181 ;; ticks = (BcdToBin(seconds) * 18206507) / 1000000 +
9198 mov ecx, eax ;; ECX will accumulate total ticks
9211 add ecx, eax ;; add to total ticks
9224 add ecx, eax ;; add to total ticks
9226 mov 0x46C, ecx ;; Timer Ticks Count
9228 mov 0x470, al ;; Timer Ticks Rollover Flag
11214 mov eax, 0x046c ;; get ticks dword
11217 ;; compare eax to one days worth of timer ticks at 18.2 hz
11225 mov 0x046c, eax ;; store new ticks dword