1 /* SPDX-License-Identifier: GPL-2.0+ */
12 #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / CONFIG_SYS_IDE_MAXBUS))
15 * ide_set_reset() - Assert or de-assert reset for the IDE device
17 * This is provided by boards which need to reset the device through another
20 * @idereset: 1 to assert reset, 0 to de-assert it
22 void ide_set_reset(int idereset);