Searched defs:ide_cd_config_flags (Results 1 – 1 of 1) sorted by relevance
62 struct ide_cd_config_flags { struct63 __u8 drq_interrupt : 1; /* Device sends an interrupt when ready65 __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 …]