Lines Matching defs:fdc_data
37 struct fdc_data { struct
38 int fdcu; /* our unit number */
39 int dmachan;
40 int flags;
49 struct fd_data *fd; /* The active drive */
50 int retry;
51 int fdout; /* mirror of the w/o digital output reg */
52 u_int status[7]; /* copy of the registers */
53 enum fdc_type fdct; /* chip version of FDC */
54 int fdc_errs; /* number of logged errors */
55 struct bio_queue_head head;
79 void fdc_release_resources(struct fdc_data *); argument