Searched refs:sect_buf (Results 1 - 1 of 1) sorted by relevance

/openwrt/package/boot/uboot-oxnas/files/drivers/block/
H A Dplxsata_ide.c780 void ide_output_data(int device, const ulong *sect_buf, int words) argument
791 dma_start_write(sect_buf, words << 2);
870 void ide_input_data(int device, ulong *sect_buf, int words) argument
881 dma_start_read(sect_buf, words << 2);
899 sata_bug_6320_workaround(device, sect_buf + words - 2);

Completed in 80 milliseconds