Searched refs:regmap_pushr (Results 1 – 1 of 1) sorted by relevance
341 struct regmap *regmap_pushr; member 820 regmap_write(dspi->regmap_pushr, dspi->pushr_cmd, cmd); in dspi_pushr_cmd_write() 825 regmap_write(dspi->regmap_pushr, dspi->pushr_tx, txdata); in dspi_pushr_txdata_write() 1534 dspi->regmap_pushr = devm_regmap_init_mmio( in dspi_probe() 1537 if (IS_ERR(dspi->regmap_pushr)) { in dspi_probe() 1540 PTR_ERR(dspi->regmap_pushr)); in dspi_probe() 1541 ret = PTR_ERR(dspi->regmap_pushr); in dspi_probe()