Home | History | Annotate | Download | only in arch

Lines Matching defs:b1

89 	uint32_t fp, b0, b1;
169 b1 = be32toh(next68klabel->cd_boot_blkno[1]);
173 if (b1 > fp)
174 b1 = fp;
175 if (((bootsize / cd_secsize) > b1 - b0) ||
176 ((bootsize / cd_secsize) > fp - b1)) {
179 b0 = b1 = NEXT68K_LABEL_SIZE / cd_secsize;
191 b1 = NEXT68K_LABEL_DEFAULTBOOT0_2 / sec_netonb_mult;
192 if (fp < b1)
193 b1 = fp;
194 if (bootsize / cd_secsize > (fp - b1))
196 b1 = fp - bootsize / cd_secsize;
203 if (next68klabel->cd_boot_blkno[1] != (int32_t)htobe32(b1)) {
204 next68klabel->cd_boot_blkno[1] = htobe32(b1);
210 b1 * sec_netonb_mult);
239 b1 *= sec_netonb_mult;
242 * Write boot program to locations b0 and b1 (if different).
258 if (b0 == b1)
260 b0 = b1;