Home
last modified time | relevance | path

Searched defs:ide_cd_config_flags (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/ide/
Dide-cd.h62 struct ide_cd_config_flags { struct
63 __u8 drq_interrupt : 1; /* Device sends an interrupt when ready
65 __u8 no_doorlock : 1; /* Drive cannot lock the door. */
66 __u8 no_eject : 1; /* Drive cannot eject the disc. */
67 __u8 nec260 : 1; /* Drive is a pre-1.2 NEC 260 drive. */
68 __u8 playmsf_as_bcd : 1; /* PLAYMSF command takes BCD args. */
69 __u8 tocaddr_as_bcd : 1; /* TOC addresses are in BCD. */
70 __u8 toctracks_as_bcd : 1; /* TOC track numbers are in BCD. */
71 __u8 subchan_as_bcd : 1; /* Subchannel info is in BCD. */
72 __u8 is_changer : 1; /* Drive is a changer. */
[all …]