Lines Matching defs:data
167 * of HCLK cycles to hold the data bus after a PIO write operation.
290 /* PIO data read */
324 /* PIO data write */
485 u16 *data = (u16 *)buf;
491 *data++ = cpu_to_le16(
495 ep93xx_pata_write_data(drv_data, le16_to_cpu(*data++),
784 * NDO - error for data-out not completed,
785 * NDI - error for data-in not completed,
786 * N4X - error for data transferred not multiplies of four
848 /* We only need to flush incoming data when a command was running */
854 /* Drain up to 64K of data before we give up this recovery method */
915 { .revision = "E1", .data = (void *)ATA_UDMA3 },
916 { .revision = "E2", .data = (void *)ATA_UDMA4 },
990 ap->udma_mask = (unsigned int) match->data;