Home
last modified time | relevance | path

Searched refs:ide_output_data_shorts (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dide.h60 void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts);
/openbmc/u-boot/drivers/block/
H A Dide.c132 __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()