Home | History | Annotate | Download | only in hw

Lines Matching refs:bds

245     int nbds, bds[3] = { 0, };
254 bds[i] = boot_device2nibble(boot_device[i]);
255 if (bds[i] == 0) {
261 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]);
262 rtc_set_memory(s, 0x38, (bds[2] << 4));
271 int nbds, bds[3] = { 0, };
319 bds[i] = boot_device2nibble(boot_device[i]);
320 if (bds[i] == 0) {
326 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]);
327 rtc_set_memory(s, 0x38, (bds[2] << 4) | (fd_bootchk ? 0x0 : 0x1));