Searched defs:floppy_state (Results 1 – 2 of 2) sorted by relevance
179 struct floppy_state { struct180 enum swim_state state;181 struct swim3 __iomem *swim3; /* hardware registers */182 struct dbdma_regs __iomem *dma; /* DMA controller registers */183 int swim3_intr; /* interrupt number for SWIM3 */184 int dma_intr; /* interrupt number for DMA channel */185 int cur_cyl; /* cylinder head is on, or -1 */186 int cur_sector; /* last sector we saw go past */187 int req_cyl; /* the cylinder for the current r/w request */188 int head; /* head number ditto */[all …]
169 struct floppy_state { struct173 enum drive_location location; /* internal or external drive */174 int head_number; /* single- or double-sided drive */178 int disk_in;179 int ejected;180 enum media_type type;181 int write_protected;183 int total_secs;184 int secpercyl;185 int secpertrack;[all …]