Lines Matching defs:mmc_profile
2439 mmc_profile2class(uint16_t mmc_profile)
2441 switch (mmc_profile) {
2715 mmc_discinfo->mmc_profile = 0x00; /* unknown */
2736 mmc_discinfo->mmc_profile = _2btol(gc->mmc_profile);
2737 mmc_discinfo->mmc_class = mmc_profile2class(mmc_discinfo->mmc_profile);
2808 if (mmc_discinfo->mmc_profile == 0x0a) {
2820 if (mmc_discinfo->mmc_profile == 0x09) {
2826 mmc_discinfo->mmc_profile,
2843 if (mmc_discinfo->mmc_profile == 0x08) /* CD-ROM */
2845 else if (mmc_discinfo->mmc_profile == 0x10) /* DVD-ROM */
3221 int mmc_profile;
3251 mmc_profile = _2btol(gc.mmc_profile);
3254 if (mmc_profile == 0x08) /* CD-ROM */
3256 if (mmc_profile == 0x10) /* DVD-ROM */
3337 int mmc_profile = mmc_op->mmc_profile;
3339 switch (mmc_profile) {
3356 int mmc_profile = mmc_op->mmc_profile;
3362 switch (mmc_profile) {
3408 mmc_profile);
3444 switch (mmc_op->mmc_profile) {
3502 /* synchronise cache is special since it doesn't rely on mmc_profile */
3506 /* zero mmc_profile means unknown disc so operations are not defined */
3507 if (mmc_op->mmc_profile == 0) {
3509 printf("mmc_do_op called with mmc_profile = 0\n");