Searched refs:chipdata (Results 1 – 1 of 1) sorted by relevance
1262 const struct sh_msiof_chipdata *chipdata; in sh_msiof_spi_probe() local1269 chipdata = of_device_get_match_data(&pdev->dev); in sh_msiof_spi_probe()1270 if (chipdata) { in sh_msiof_spi_probe()1273 chipdata = (const void *)pdev->id_entry->driver_data; in sh_msiof_spi_probe()1296 p->min_div_pow = chipdata->min_div_pow; in sh_msiof_spi_probe()1331 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe()1332 p->rx_fifo_size = chipdata->rx_fifo_size; in sh_msiof_spi_probe()1344 ctlr->flags = chipdata->ctlr_flags; in sh_msiof_spi_probe()1351 ctlr->bits_per_word_mask = chipdata->bits_per_word_mask; in sh_msiof_spi_probe()