Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ide/
Dide-cd.c1065 if (drive->atapi_flags & IDE_AFLAG_TOCADDR_AS_BCD) { in ide_cd_read_toc()
1089 if (drive->atapi_flags & IDE_AFLAG_TOCADDR_AS_BCD) { in ide_cd_read_toc()
1442 { "NEC CD-ROM DRIVE:260", "1.01", IDE_AFLAG_TOCADDR_AS_BCD |
1516 IDE_AFLAG_TOCADDR_AS_BCD); in ide_cdrom_setup()
/linux-2.6.39/include/linux/
Dide.h387 IDE_AFLAG_TOCADDR_AS_BCD = (1 << 3), enumerator