Home
last modified time | relevance | path

Searched refs:spi_padding_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Docelot-spi.c93 val = ddata->spi_padding_bytes; in ocelot_spi_initialize()
158 if (ddata->spi_padding_bytes) { in ocelot_spi_regmap_bus_read()
159 xfers[index].len = ddata->spi_padding_bytes; in ocelot_spi_regmap_bus_read()
215 ddata->spi_padding_bytes = 0; in ocelot_spi_probe()
223 ddata->spi_padding_bytes = 1 + (spi->max_speed_hz / HZ_PER_MHZ + 2) / 8; in ocelot_spi_probe()
225 ddata->dummy_buf = devm_kzalloc(dev, ddata->spi_padding_bytes, GFP_KERNEL); in ocelot_spi_probe()
H A Docelot.h29 int spi_padding_bytes; member