Home
last modified time | relevance | path

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

/dports/sysutils/cdrdao/cdrdao-1.2.4/dao/
H A DGenericMMC.cc2757 driveInfo_->ricohJustSpeed = 0; in RicohGetWriteOptions()
2767 driveInfo_->ricohJustSpeed = 1; in RicohGetWriteOptions()
2779 if (di->ricohJustLink == 0 && di->ricohJustSpeed == 0) in RicohSetWriteOptions()
2798 if (di->ricohJustSpeed) { in RicohSetWriteOptions()
H A DCdrDriver.h91 unsigned int ricohJustSpeed : 1; member
H A Dmain.cc1520 printf("JustSpeed supported: %s\n", i->ricohJustSpeed ? "yes" : "no"); in showDriveInfo()