Searched refs:chipdata (Results 1 – 1 of 1) sorted by relevance
1301 const struct sh_msiof_chipdata *chipdata; in sh_msiof_spi_probe() local1307 chipdata = of_device_get_match_data(&pdev->dev); in sh_msiof_spi_probe()1308 if (chipdata) { in sh_msiof_spi_probe()1311 chipdata = (const void *)pdev->id_entry->driver_data; in sh_msiof_spi_probe()1334 p->min_div_pow = chipdata->min_div_pow; in sh_msiof_spi_probe()1369 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe()1370 p->rx_fifo_size = chipdata->rx_fifo_size; in sh_msiof_spi_probe()1385 ctlr->flags = chipdata->ctlr_flags; in sh_msiof_spi_probe()1391 ctlr->bits_per_word_mask = chipdata->bits_per_word_mask; in sh_msiof_spi_probe()