Home
last modified time | relevance | path

Searched refs:IDE_BUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dide.h12 #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / CONFIG_SYS_IDE_MAXBUS)) macro
14 #define ATA_CURR_BASE(dev) (CONFIG_SYS_ATA_BASE_ADDR+ide_bus_offset[IDE_BUS(dev)])
/openbmc/qemu/hw/ide/
H A Dqdev.c57 IDEBus *ibus = IDE_BUS(bus); in idebus_unrealize()
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c190 idebus = IDE_BUS(qdev_get_parent_bus(dev)); in ide_dev_unplug()
/openbmc/qemu/include/hw/ide/
H A Dinternal.h25 OBJECT_DECLARE_SIMPLE_TYPE(IDEBus, IDE_BUS)
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c516 dp->primary_secondary = IDE_BUS(desc->devnum); in dp_fill()
/openbmc/u-boot/drivers/block/
H A Dide.c824 if (!ide_bus_ok[IDE_BUS(i)]) in ide_init()