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