time_high          21 arch/mips/generic/board-ranchu.c 	u32 time_high;
time_high          29 arch/mips/generic/board-ranchu.c 	time_high = readl(base + GOLDFISH_TIMER_HIGH);
time_high          31 arch/mips/generic/board-ranchu.c 	return ((u64)time_high << 32) | time_low;
time_high         430 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->time_high	= 0xf2;
time_high         237 drivers/net/ethernet/i825xx/sun3_82586.h   unsigned char  time_high;  /* slot time high(0-2) and max. retries(4-7) */
time_high         123 drivers/rtc/rtc-goldfish.c 	u64 time_high;
time_high         131 drivers/rtc/rtc-goldfish.c 	time_high = readl(base + TIMER_TIME_HIGH);
time_high         132 drivers/rtc/rtc-goldfish.c 	time = (time_high << 32) | time_low;
time_high        1272 fs/cifs/cifspdu.h 	__le16 time_high;