Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A DKconfig4 config IDE_BUS config
10 depends on IDE_BUS
15 select IDE_BUS
21 select IDE_BUS
34 select IDE_BUS
39 select IDE_BUS
48 select IDE_BUS
63 default y if IDE_BUS
H A Dide-bus.c42 IDEBus *ibus = IDE_BUS(bus); in idebus_unrealize()
/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/include/hw/ide/
H A Dide-bus.h32 OBJECT_DECLARE_SIMPLE_TYPE(IDEBus, IDE_BUS)
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c190 idebus = IDE_BUS(qdev_get_parent_bus(dev)); in ide_dev_unplug()
/openbmc/qemu/hw/arm/
H A DKconfig208 select 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()