Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/axi/
H A Daxi-uclass.c14 struct axi_ops *ops = axi_get_ops(dev); in axi_read()
25 struct axi_ops *ops = axi_get_ops(dev); in axi_write()
/openbmc/u-boot/include/
H A Daxi.h50 #define axi_get_ops(dev) ((struct axi_ops *)(dev)->driver->ops) macro