Home | History | Annotate | Download | only in hw

Lines Matching refs:fd0

179 static int cmos_get_fd_drive_type(int fd0)
183 switch (fd0) {
274 int fd0, fd1, nb;
332 fd0 = fdctrl_get_drive_type(floppy_controller, 0);
335 val = (cmos_get_fd_drive_type(fd0) << 4) | cmos_get_fd_drive_type(fd1);
340 if (fd0 < 3)