time_low           20 arch/mips/generic/board-ranchu.c 	u32 time_low;
time_low           28 arch/mips/generic/board-ranchu.c 	time_low = readl(base + GOLDFISH_TIMER_LOW);
time_low           31 arch/mips/generic/board-ranchu.c 	return ((u64)time_high << 32) | time_low;
time_low          429 drivers/net/ethernet/i825xx/sun3_82586.c 	cfg_cmd->time_low	= 0x00;
time_low          236 drivers/net/ethernet/i825xx/sun3_82586.h   unsigned char  time_low;   /* slot time low */
time_low          124 drivers/rtc/rtc-goldfish.c 	u64 time_low;
time_low          130 drivers/rtc/rtc-goldfish.c 	time_low = readl(base + TIMER_TIME_LOW);
time_low          132 drivers/rtc/rtc-goldfish.c 	time = (time_high << 32) | time_low;
time_low           83 fs/afs/afs.h   	__be32		time_low;			/* low part of timestamp */
time_low          198 fs/afs/afs.h   	__be32		time_low;
time_low          456 fs/afs/cmservice.c 		r->time_low			= b[0];
time_low          567 fs/afs/cmservice.c 		r->time_low			= b[0];
time_low          613 fs/afs/cmservice.c 	reply.ia.uuid[0] = call->net->uuid.time_low;
time_low           77 fs/afs/vlclient.c 		uuid->time_low			= xdr->time_low;
time_low          297 fs/afs/vlclient.c 	r->uuid.time_low			= u->time_low;
time_low         1271 fs/cifs/cifspdu.h 	__le16 time_low;