Searched refs:UCLASS_AHCI (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | sata.c | 29 rc = uclass_find_device(UCLASS_AHCI, devnum, &dev); in sata_remove() 31 rc = uclass_find_first_device(UCLASS_AHCI, &dev); in sata_remove() 56 rc = uclass_get_device(UCLASS_AHCI, devnum, &dev); in sata_probe() 58 rc = uclass_find_first_device(UCLASS_AHCI, &dev); in sata_probe()
|
/openbmc/u-boot/drivers/ata/ |
H A D | ahci-uclass.c | 12 .id = UCLASS_AHCI,
|
H A D | ahci-pci.c | 30 .id = UCLASS_AHCI,
|
H A D | ahci_mvebu.c | 54 .id = UCLASS_AHCI,
|
H A D | dwc_ahci.c | 92 .id = UCLASS_AHCI,
|
H A D | sata_ceva.c | 215 .id = UCLASS_AHCI,
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | cpu.c | 62 uclass_first_device(UCLASS_AHCI, &dev); in cpu_common_init()
|
/openbmc/u-boot/arch/arm/mach-mvebu/ |
H A D | arm64-common.c | 138 uclass_first_device(UCLASS_AHCI, &dev); in arch_early_init_r()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 31 UCLASS_AHCI, /* SATA disk controller */ enumerator
|
/openbmc/u-boot/board/sunxi/ |
H A D | ahci.c | 129 .id = UCLASS_AHCI,
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | bd82x6x.c | 165 uclass_first_device(UCLASS_AHCI, &dev); in bd82x6x_probe()
|
H A D | sata.c | 253 .id = UCLASS_AHCI,
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | sata.c | 263 .id = UCLASS_AHCI,
|
/openbmc/u-boot/board/compulab/cm_fx6/ |
H A D | cm_fx6.c | 783 .id = UCLASS_AHCI,
|
/openbmc/u-boot/drivers/block/ |
H A D | blk-uclass.c | 37 [IF_TYPE_SATA] = UCLASS_AHCI,
|