Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata.c23 struct ahci_ops *ops = ahci_get_ops(dev); in sata_reset()
33 struct ahci_ops *ops = ahci_get_ops(dev); in sata_dm_port_status()
43 struct ahci_ops *ops = ahci_get_ops(dev); in sata_scan()
/openbmc/u-boot/include/
H A Dahci.h205 #define ahci_get_ops(dev) ((struct ahci_ops *)(dev)->driver->ops) macro