Home
last modified time | relevance | path

Searched refs:count_high (Results 1 – 1 of 1) sorted by relevance

/arch/m68k/mac/
Dvia.c622 u8 count_high; in mac_gettimeoffset() local
635 count_high = via1[vT1CH]; in mac_gettimeoffset()
636 if (count_high == 0xFF) in mac_gettimeoffset()
637 count_high = 0; in mac_gettimeoffset()
638 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT)) in mac_gettimeoffset()
642 count = count_high << 8; in mac_gettimeoffset()