Searched refs:ide_pio_bytes (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/ide/ |
D | ide-taskfile.c | 223 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes() function 280 EXPORT_SYMBOL_GPL(ide_pio_bytes); 302 ide_pio_bytes(drive, cmd, write, nr_bytes); in ide_pio_datablock()
|
D | ide-atapi.c | 512 ide_pio_bytes(drive, cmd, write, done); in ide_pc_intr()
|
D | ide-cd.c | 605 ide_pio_bytes(drive, cmd, write, thislen); in cdrom_newpc_intr() 632 ide_pio_bytes(drive, cmd, write, blen); in cdrom_newpc_intr()
|
/linux-3.4.99/include/linux/ |
D | ide.h | 1149 void ide_pio_bytes(ide_drive_t *, struct ide_cmd *, unsigned int, unsigned int);
|