Home
last modified time | relevance | path

Searched refs:fdf (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/block/
H A Dfdc-isa.c133 const FDFormat *fdf; in isa_fdc_get_drive_max_chs() local
136 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()
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_frame.h57 uint32_t fdf : 1; member
69 uint32_t fdf : 1;
H A Dctucan_core.c88 if (frame_form_w.s.fdf) { /*CAN FD*/ in ctucan_buff2frame()
140 frame_form_w.s.fdf = 1; in ctucan_frame2buff()