Home
last modified time | relevance | path

Searched refs:drv_mode (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/cdrom/
Dgscd.c146 static int drv_mode; variable
527 if (result != drv_mode) { in cmd_out()
537 } while ((result != drv_mode) && (test_loops > 0)); in cmd_out()
539 if (result != drv_mode) { in cmd_out()
564 if (drv_mode == 0x09) { in cmd_out()
576 if (result != drv_mode) { in cmd_out()
587 } while (result != drv_mode); in cmd_out()
600 if (drv_mode == 9) { in cmd_out()
767 if (result == drv_mode) { in cmd_end()
781 } while (result != drv_mode); in cmd_end()
[all …]