Searched refs:chipdata (Results 1 – 1 of 1) sorted by relevance
1258 const struct sh_msiof_chipdata *chipdata; in sh_msiof_spi_probe() local1264 chipdata = of_device_get_match_data(&pdev->dev); in sh_msiof_spi_probe()1265 if (chipdata) { in sh_msiof_spi_probe()1268 chipdata = (const void *)pdev->id_entry->driver_data; in sh_msiof_spi_probe()1291 p->min_div_pow = chipdata->min_div_pow; in sh_msiof_spi_probe()1326 p->tx_fifo_size = chipdata->tx_fifo_size; in sh_msiof_spi_probe()1327 p->rx_fifo_size = chipdata->rx_fifo_size; in sh_msiof_spi_probe()1336 ctlr->flags = chipdata->ctlr_flags; in sh_msiof_spi_probe()1343 ctlr->bits_per_word_mask = chipdata->bits_per_word_mask; in sh_msiof_spi_probe()