Lines Matching refs:ctlr
24 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_read16() local
27 read_data.x[0] = ctlr->ops->read16(hbdev, addr); in hyperbus_read16()
36 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_write16() local
38 ctlr->ops->write16(hbdev, addr, d.x[0]); in hyperbus_write16()
45 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_copy_from() local
47 ctlr->ops->copy_from(hbdev, to, from, len); in hyperbus_copy_from()
54 struct hyperbus_ctlr *ctlr = hbdev->ctlr; in hyperbus_copy_to() local
56 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to()
62 struct hyperbus_ctlr *ctlr; in hyperbus_register_device() local
69 if (!hbdev || !hbdev->np || !hbdev->ctlr || !hbdev->ctlr->dev) { in hyperbus_register_device()
75 ctlr = hbdev->ctlr; in hyperbus_register_device()
85 dev = ctlr->dev; in hyperbus_register_device()
97 ops = ctlr->ops; in hyperbus_register_device()
108 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device()
114 ctlr->calibrated = true; in hyperbus_register_device()