Searched refs:axi_get_ops (Results 1 – 2 of 2) sorted by relevance
14 struct axi_ops *ops = axi_get_ops(dev); in axi_read()25 struct axi_ops *ops = axi_get_ops(dev); in axi_write()
50 #define axi_get_ops(dev) ((struct axi_ops *)(dev)->driver->ops) macro