Searched refs:ide_pio_bytes (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/ide/ |
| D | ide-taskfile.c | 226 void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, in ide_pio_bytes() function 273 EXPORT_SYMBOL_GPL(ide_pio_bytes); 295 ide_pio_bytes(drive, cmd, write, nr_bytes); in ide_pio_datablock()
|
| D | ide-atapi.c | 540 ide_pio_bytes(drive, cmd, write, done); in ide_pc_intr()
|
| D | ide-cd.c | 693 ide_pio_bytes(drive, cmd, write, thislen); in cdrom_newpc_intr() 723 ide_pio_bytes(drive, cmd, write, blen); in cdrom_newpc_intr()
|
| /Linux-v5.4/include/linux/ |
| D | ide.h | 1200 void ide_pio_bytes(ide_drive_t *, struct ide_cmd *, unsigned int, unsigned int);
|