Lines Matching refs:data
46 * FDC data overrun bug, added some preliminary stuff for vertical
234 static int set_dor(int fdc, char mask, char data);
361 | Maximum data rate supported by drive type
527 * not contain a 64k byte boundary crossing, or data will be
567 * information to interrupts. They are the data used for the current
663 unsigned char data;
793 static int set_dor(int fdc, char mask, char data)
804 newdor = (olddor & mask) | data;
1143 output_log[output_log_pos].data = byte;
1203 /* Set perpendicular mode as required, based on data rate, if supported.
1204 * 82077 Now tested. 1Mbps data rate only possible with 82077-1.
1219 DPRINT("Invalid data rate for perpendicular mode!\n");
1263 * The value "dtr" is the data transfer rate in Kbps. It is needed
1264 * to account for the data rate-based scaling done by the 82072 and 82077
1268 * Note that changing the data transfer rate has a (probably deleterious)
1270 * fdc_specify is called again after each data transfer rate
1360 /* Set the FDC's data transfer rate on behalf of the specified drive.
1361 * NOTE: with 82072/82077 FDCs, changing the data rate requires a reissue
1366 /* If data rate not already set to desired value, set it. */
1375 * enforced after data rate changes before R/W operations.
1396 pr_cont("data CRC error");
1841 output_log[(i + output_log_pos) % OLOGSIZE].data,
1901 int data;
1904 data = UNIT(current_drive);
1912 data |= (0x10 << UNIT(current_drive));
1919 set_dor(current_fdc, mask, data);
2169 /* allow for about 30ms for data transport per track */
2425 * Move data from/to the track buffer to/from the buffer cache.
2502 * sending data. Hence we need a different way to signal the
2530 * this routine decides where to load the data (directly to buffer, or to
2531 * tmp floppy area), how much data to load (the size of the buffer, the whole
2645 /* data already in track buffer */
2688 * is either aligned or the data already in the buffer
3051 ret = fd_copyout(ptr->data, ptr->kernel_data,
3120 ret = fd_copyin(ptr->data, ptr->kernel_data, ptr->length);
4767 static __init void floppy_async_init(void *data, async_cookie_t cookie)