Searched refs:fdf (Results 1 – 3 of 3) sorted by relevance
133 const FDFormat *fdf; in isa_fdc_get_drive_max_chs() local136 for (fdf = fd_formats; fdf->drive != FLOPPY_DRIVE_TYPE_NONE; fdf++) { in isa_fdc_get_drive_max_chs()137 if (fdf->drive != type) { in isa_fdc_get_drive_max_chs()140 if (*maxc < fdf->max_track) { in isa_fdc_get_drive_max_chs()141 *maxc = fdf->max_track; in isa_fdc_get_drive_max_chs()143 if (*maxh < fdf->max_head) { in isa_fdc_get_drive_max_chs()144 *maxh = fdf->max_head; in isa_fdc_get_drive_max_chs()146 if (*maxs < fdf->last_sect) { in isa_fdc_get_drive_max_chs()147 *maxs = fdf->last_sect; in isa_fdc_get_drive_max_chs()
57 uint32_t fdf : 1; member69 uint32_t fdf : 1;
88 if (frame_form_w.s.fdf) { /*CAN FD*/ in ctucan_buff2frame()140 frame_form_w.s.fdf = 1; in ctucan_frame2buff()