Searched refs:upto (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/dtc/
H A Dfdtput.c64 int upto; /* the number of bytes we have written to buf */ local
67 upto = 0;
75 for (; arg_count > 0; arg++, arg_count--, upto += len) {
83 if (upto + len > value_size) {
84 value_size = (upto + len) + 500;
93 ptr = value + upto;
113 *value_len = upto;
116 fprintf(stderr, "Value size %d\n", upto);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c39 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto) argument
41 const u32 limit = (upto + 3) & ~3;
48 return bios->size >= upto;

Completed in 115 milliseconds