Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mvme68k/dev/ | |
clock_pcc.c | 160 uint16_t tc1, tc2; local in function:clock_pcc_getcount 176 tc2 = pcc_reg_read16(sys_pcc, PCCREG_TMR1_COUNT); 177 if (tc1 > tc2) { 179 tc1 = tc2; |
/src/sys/dev/mvme/ | |
clock_pcctwo.c | 164 uint32_t tc1, tc2; local in function:clock_pcctwo_getcount 180 tc2 = pcc2_reg_read32(sys_pcctwo, PCC2REG_TIMER1_COUNTER); 181 if (tc1 > tc2) { 183 tc1 = tc2; |
/src/sys/arch/epoc32/windermere/ | |
windermere.c | 245 volatile uint32_t *tc1, *tc2; local in function:windermere_initclocks 250 tc2 = 261 ctrl = TC_READ(tc2, TC_CTRL); 263 TC_WRITE(tc2, TC_CTRL, ctrl); 264 TC_WRITE(tc2, TC_LOAD, TC_MAX); 300 volatile uint32_t *tc2; local in function:windermere_get_timecount 302 tc2 = 305 return TC_READ(tc2, TC_VAL) ^ TC_MASK; /* It is decremental counter */ 311 volatile uint32_t *tc2; local in function:windermere_delay 314 tc2 [all...] |
/src/sys/dev/acpi/ | |
acpi_tz.c | 92 uint32_t tc2; member in struct:acpitz_zone 534 (void)acpitz_get_integer(dv, "_TC2", &sc->sc_zone.tc2); |