Lines Matching defs:data
43 const struct ocotp_devtype_data *data;
49 const struct ocotp_devtype_data *data = priv->data;
53 for (i = 0; i < data->num_entry; i++) {
54 start = data->entry[i].start;
55 end = data->entry[i].start + data->entry[i].num;
58 return data->entry[i].type;
67 void __iomem *reg = priv->base + priv->data->reg_off;
78 if (count > ((priv->data->size >> 2) - index))
79 count = (priv->data->size >> 2) - index;
118 priv->data = of_device_get_match_data(dev);
128 priv->config.size = priv->data->size;
129 priv->config.reg_read = priv->data->reg_read;
159 { .compatible = "fsl,imx93-ocotp", .data = &imx93_ocotp_data, },