Searched defs:floppy_state (Results 1 – 4 of 4) 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 …]
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 …]