num64             138 drivers/mtd/devices/phram.c static int parse_num64(uint64_t *num64, char *token)
num64             165 drivers/mtd/devices/phram.c 	ret = kstrtou64(token, 0, num64);
num64             166 drivers/mtd/devices/phram.c 	*num64 <<= shift;