Searched refs:chipdata (Results 1 – 1 of 1) sorted by relevance
1276 const struct sh_msiof_chipdata *chipdata; in sh_msiof_spi_probe() local1283 chipdata = of_device_get_match_data(&pdev->dev); in sh_msiof_spi_probe()1284 if (chipdata) { in sh_msiof_spi_probe()1287 chipdata = (const void *)pdev->id_entry->driver_data; in sh_msiof_spi_probe()1296 if (chipdata->flags & SH_MSIOF_FLAG_FIXED_DTDL_200) in sh_msiof_spi_probe()1313 p->min_div_pow = chipdata->min_div_pow; in sh_msiof_spi_probe()1348 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe()1349 p->rx_fifo_size = chipdata->rx_fifo_size; in sh_msiof_spi_probe()1361 ctlr->flags = chipdata->ctlr_flags; in sh_msiof_spi_probe()1368 ctlr->bits_per_word_mask = chipdata->bits_per_word_mask; in sh_msiof_spi_probe()