Searched refs:ide_output_data_shorts (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ |
D | ide.h | 60 void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts);
|
/external/u-boot/drivers/block/ |
D | ide.c | 132 __weak void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_output_data_shorts() function 167 __weak void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_output_data_shorts() function 249 ide_output_data_shorts(device, (unsigned short *)ccb, ccblen / 2); in atapi_issue() 300 ide_output_data_shorts(device, (unsigned short *)buffer, in atapi_issue()
|