Searched refs:regmap_pushr (Results 1 – 1 of 1) sorted by relevance
215 struct regmap *regmap_pushr; member686 regmap_write(dspi->regmap_pushr, dspi->pushr_cmd, cmd); in dspi_pushr_cmd_write()691 regmap_write(dspi->regmap_pushr, dspi->pushr_tx, txdata); in dspi_pushr_txdata_write()1367 dspi->regmap_pushr = devm_regmap_init_mmio( in dspi_probe()1370 if (IS_ERR(dspi->regmap_pushr)) { in dspi_probe()1373 PTR_ERR(dspi->regmap_pushr)); in dspi_probe()1374 ret = PTR_ERR(dspi->regmap_pushr); in dspi_probe()