Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/generic/
Dboard-ranchu.c25 u32 time_high; in read_rtc_time() local
33 time_high = readl(base + GOLDFISH_TIMER_HIGH); in read_rtc_time()
35 return ((u64)time_high << 32) | time_low; in read_rtc_time()
/Linux-v4.19/drivers/rtc/
Drtc-goldfish.c137 u64 time_high; in goldfish_rtc_read_time() local
145 time_high = readl(base + TIMER_TIME_HIGH); in goldfish_rtc_read_time()
146 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dsun3_82586.h237 unsigned char time_high; /* slot time high(0-2) and max. retries(4-7) */ member
Dsun3_82586.c430 cfg_cmd->time_high = 0xf2; in init586()
/Linux-v4.19/fs/cifs/
Dcifspdu.h1272 __le16 time_high; member