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