Searched refs:chipdata (Results 1 – 1 of 1) sorted by relevance
1188 const struct sh_msiof_chipdata *chipdata; in sh_msiof_spi_probe() local1201 chipdata = of_device_get_match_data(dev); in sh_msiof_spi_probe()1202 if (chipdata) { in sh_msiof_spi_probe()1205 chipdata = (const void *)pdev->id_entry->driver_data; in sh_msiof_spi_probe()1214 if (chipdata->flags & SH_MSIOF_FLAG_FIXED_DTDL_200) in sh_msiof_spi_probe()1229 p->min_div_pow = chipdata->min_div_pow; in sh_msiof_spi_probe()1263 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe()1264 p->rx_fifo_size = chipdata->rx_fifo_size; in sh_msiof_spi_probe()1276 ctlr->flags = chipdata->ctlr_flags; in sh_msiof_spi_probe()1283 ctlr->bits_per_word_mask = chipdata->bits_per_word_mask; in sh_msiof_spi_probe()