Home | History | Annotate | Download | only in isa

Lines Matching defs:fa

297 	struct fdc_attach_args *fa = aux;
300 aprint_normal(" drive %d", fa->fa_drive);
408 struct fdc_attach_args fa;
450 for (fa.fa_drive = 0; fa.fa_drive < 4; fa.fa_drive++) {
452 if (fdc->sc_present & (1 << fa.fa_drive)) {
453 fa.fa_deftype = fdc->sc_knownfds[fa.fa_drive];
454 config_found(fdc->sc_dev, (void *)&fa,
462 fa.fa_deftype = &fd_types[2];
464 config_found(fdc->sc_dev, &fa, fdprint,
471 fa.fa_deftype = &fd_types[0];
472 config_found(fdc->sc_dev, &fa, fdprint,
485 struct fdc_attach_args *fa = aux;
486 int drive = fa->fa_drive;
561 struct fdc_attach_args *fa = aux;
562 const struct fd_type *type = fa->fa_deftype;
563 int drive = fa->fa_drive;