Home
last modified time | relevance | path

Searched refs:SPI_XFER_END (Results 1 – 25 of 67) sorted by relevance

123

/u-boot/drivers/rtc/
A Dm41t94.c63 ret = spi_xfer(slave, 64, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in rtc_set()
89 spi_xfer(slave, 16, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in rtc_get()
99 spi_xfer(slave, 16, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in rtc_get()
/u-boot/drivers/spi/
A Ddavinci_spi.c140 if (flags & SPI_XFER_END) in davinci_spi_read()
173 if (flags & SPI_XFER_END) in davinci_spi_write()
201 if (flags & SPI_XFER_END) in davinci_spi_read_write()
288 flags |= SPI_XFER_END; in __davinci_spi_xfer()
302 flags |= SPI_XFER_END; in __davinci_spi_xfer()
305 if (flags & SPI_XFER_END) { in __davinci_spi_xfer()
A Dbcmstb_spi.c283 if (flags & SPI_XFER_END) { in bcmstb_spi_xfer()
299 if (flags & ~(SPI_XFER_BEGIN | SPI_XFER_END)) { in bcmstb_spi_xfer()
313 if (out_bytes && !(flags & SPI_XFER_END)) { in bcmstb_spi_xfer()
327 if (!(flags & (SPI_XFER_BEGIN | SPI_XFER_END))) { in bcmstb_spi_xfer()
370 SPI_XFER_END)) == SPI_XFER_BEGIN); in bcmstb_spi_xfer()
373 (flags & (SPI_XFER_BEGIN | SPI_XFER_END)) == SPI_XFER_BEGIN) in bcmstb_spi_xfer()
399 if (flags & SPI_XFER_END) { in bcmstb_spi_xfer()
A Dspi-mem-nodm.c54 flag |= SPI_XFER_END; in spi_mem_exec_op()
63 rx_buf, SPI_XFER_END); in spi_mem_exec_op()
A Daltera_spi.c107 flags |= SPI_XFER_END; in altera_spi_xfer()
146 if (flags & SPI_XFER_END) in altera_spi_xfer()
A Dsh_qspi.c157 if (flags & SPI_XFER_END) in sh_qspi_xfer_common()
176 if (flags & SPI_XFER_END) in sh_qspi_xfer_common()
220 if (flags & SPI_XFER_END) in sh_qspi_xfer_common()
A Dspi-sifive.c265 if (flags & SPI_XFER_END) in sifive_spi_xfer()
285 flags |= SPI_XFER_END; in sifive_spi_exec_op()
314 flags |= SPI_XFER_END; in sifive_spi_exec_op()
335 tx_buf, rx_buf, SPI_XFER_END); in sifive_spi_exec_op()
A Docteon_spi.c268 FIELD_PREP(MPI_TX_LEAVECS, !(flags & SPI_XFER_END)) | in octeon_spi_xfer()
388 FIELD_PREP(MPI_XMIT_LEAVECS, !(flags & SPI_XFER_END)) | in octeontx2_spi_xfer()
452 flags |= SPI_XFER_END; in octeon_spi_exec_op()
477 flags |= SPI_XFER_END; in octeon_spi_exec_op()
488 flags |= SPI_XFER_END; in octeon_spi_exec_op()
A Domap3_spi.c106 if (flags & SPI_XFER_END) { in omap3_spi_write()
159 if (flags & SPI_XFER_END) { in omap3_spi_read()
229 if (flags & SPI_XFER_END) { in omap3_spi_txrx()
261 if (flags & SPI_XFER_END) { in _spi_xfer()
A Dmxs_spi.c93 if ((flags & SPI_XFER_END) && !length) in mxs_spi_xfer_pio()
220 if (flags & SPI_XFER_END) { in mxs_spi_xfer_dma()
269 if (flags & SPI_XFER_END) { in mxs_spi_xfer()
A Drenesas_rpc_spi.c263 if (!(flags & SPI_XFER_END)) in rpc_spi_xfer()
273 if (wlen && flags == SPI_XFER_END) in rpc_spi_xfer()
307 if (wlen && flags == SPI_XFER_END) { in rpc_spi_xfer()
A Datmel_spi.c227 flags |= SPI_XFER_END; in atmel_spi_xfer()
275 if (flags & SPI_XFER_END) { in atmel_spi_xfer()
A Dbcm63xx_spi.c213 if (!(flags & SPI_XFER_END)) { in bcm63xx_spi_xfer()
238 if (flags & SPI_XFER_END) { in bcm63xx_spi_xfer()
A Dxilinx_spi.c266 flags |= SPI_XFER_END; in xilinx_spi_xfer()
305 if (flags & SPI_XFER_END) in xilinx_spi_xfer()
/u-boot/board/work-microwave/work_92105/
A Dwork_92105_display.c99 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_write()
122 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
130 spi_xfer(slave, 16, din, din, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
/u-boot/include/
A Dspi.h157 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ macro
158 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
376 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
/u-boot/drivers/misc/
A Dcros_ec_spi.c54 spi_xfer(slave, 0, NULL, NULL, SPI_XFER_END); in cros_ec_spi_packet()
140 SPI_XFER_BEGIN | SPI_XFER_END); in cros_ec_spi_command()
/u-boot/drivers/video/
A Dhx8238d.c166 SPI_XFER_BEGIN | SPI_XFER_END); in hx8238d_probe()
173 SPI_XFER_BEGIN | SPI_XFER_END); in hx8238d_probe()
A Dseps525.c110 ret = dm_spi_xfer(dev, 8, &buf8, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in seps525_spi_write_cmd()
129 ret = dm_spi_xfer(dev, 8, &buf8, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in seps525_spi_write_data()
A Dlg4573.c28 SPI_XFER_BEGIN | SPI_XFER_END); in lb043wv_spi_write_u16()
/u-boot/drivers/power/
A Dpower_fsl.c46 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
/u-boot/drivers/fpga/
A Dstratixv.c33 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
/u-boot/cmd/
A Dspi.c65 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()
/u-boot/examples/standalone/
A Datmel_df_pow2.c21 return spi_xfer(slave, 8 * len, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in flash_cmd()
/u-boot/drivers/gpio/
A D74x164_gpio.c57 SPI_XFER_BEGIN | SPI_XFER_END); in gen_74x164_write_conf()

Completed in 27 milliseconds

123