Home | History | Annotate | Download | only in boot2440

Lines Matching defs:unit

101 		int unit, part;
102 parseunit(&name[2], &unit, &part, file);
107 if ((error = sdmmc_open(of, unit, part)) != 0)
113 bi_rdev.cookie = unit;
138 int unit, part;
140 unit = part = -1;
142 if (unit == -1 && *p >= '0' && *p <= '9')
143 unit = *p - '0';
148 *unitp = (unit == -1) ? 0 : unit;