Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-cd.c1082 if (drive->atapi_flags & IDE_AFLAG_TOCADDR_AS_BCD) { in ide_cd_read_toc()
1106 if (drive->atapi_flags & IDE_AFLAG_TOCADDR_AS_BCD) { in ide_cd_read_toc()
1447 { "NEC CD-ROM DRIVE:260", "1.01", IDE_AFLAG_TOCADDR_AS_BCD |
1521 IDE_AFLAG_TOCADDR_AS_BCD); in ide_cdrom_setup()
/Linux-v4.19/include/linux/
Dide.h427 IDE_AFLAG_TOCADDR_AS_BCD = (1 << 3), enumerator