Home
last modified time | relevance | path

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

123

/openbmc/u-boot/drivers/spi/
H A Dbcmstb_spi.c282 if (flags & SPI_XFER_END) { in bcmstb_spi_xfer()
298 if (flags & ~(SPI_XFER_BEGIN | SPI_XFER_END)) { in bcmstb_spi_xfer()
312 if (out_bytes && !(flags & SPI_XFER_END)) { in bcmstb_spi_xfer()
326 if (!(flags & (SPI_XFER_BEGIN | SPI_XFER_END))) { in bcmstb_spi_xfer()
369 SPI_XFER_END)) == SPI_XFER_BEGIN); in bcmstb_spi_xfer()
372 (flags & (SPI_XFER_BEGIN | SPI_XFER_END)) == SPI_XFER_BEGIN) in bcmstb_spi_xfer()
398 if (flags & SPI_XFER_END) { in bcmstb_spi_xfer()
H A Ddavinci_spi.c174 if (flags & SPI_XFER_END) in davinci_spi_read()
207 if (flags & SPI_XFER_END) in davinci_spi_write()
235 if (flags & SPI_XFER_END) in davinci_spi_read_write()
322 flags |= SPI_XFER_END; in __davinci_spi_xfer()
336 flags |= SPI_XFER_END; in __davinci_spi_xfer()
339 if (flags & SPI_XFER_END) { in __davinci_spi_xfer()
H A Dsh_spi.c155 flags |= SPI_XFER_END; in sh_spi_send()
168 if (flags & SPI_XFER_END) { in sh_spi_send()
221 if (flags & SPI_XFER_END) { in spi_xfer()
H A Dspi-mem-nodm.c52 flag |= SPI_XFER_END; in spi_mem_exec_op()
61 rx_buf, SPI_XFER_END); in spi_mem_exec_op()
H A Datmel_spi.c158 flags |= SPI_XFER_END; in spi_xfer()
204 if (flags & SPI_XFER_END) { in spi_xfer()
342 flags |= SPI_XFER_END; in atmel_spi_xfer()
390 if (flags & SPI_XFER_END) { in atmel_spi_xfer()
H A Dmxs_spi.c142 if ((flags & SPI_XFER_END) && !length) in mxs_spi_xfer_pio()
269 if (flags & SPI_XFER_END) { in mxs_spi_xfer_dma()
317 if (flags & SPI_XFER_END) { in spi_xfer()
H A Dcadence_qspi.c204 if (flags == (SPI_XFER_BEGIN | SPI_XFER_END)) { in cadence_spi_xfer()
216 if ((flags & SPI_XFER_END) || (flags == 0)) { in cadence_spi_xfer()
270 if (flags & SPI_XFER_END) { in cadence_spi_xfer()
H A Dsh_qspi.c156 if (flags & SPI_XFER_END) in sh_qspi_xfer_common()
175 if (flags & SPI_XFER_END) in sh_qspi_xfer_common()
219 if (flags & SPI_XFER_END) in sh_qspi_xfer_common()
H A Daltera_spi.c105 flags |= SPI_XFER_END; in altera_spi_xfer()
144 if (flags & SPI_XFER_END) in altera_spi_xfer()
H A Dmt7621_spi.c207 if (flags & SPI_XFER_END) { in mt7621_spi_xfer()
260 if (flags & SPI_XFER_END) in mt7621_spi_xfer()
H A Drenesas_rpc_spi.c260 if (!(flags & SPI_XFER_END)) in rpc_spi_xfer()
270 if (wlen && flags == SPI_XFER_END) in rpc_spi_xfer()
304 if (wlen && flags == SPI_XFER_END) { in rpc_spi_xfer()
H A Domap3_spi.c183 if (flags & SPI_XFER_END) { in omap3_spi_write()
236 if (flags & SPI_XFER_END) { in omap3_spi_read()
306 if (flags & SPI_XFER_END) { in omap3_spi_txrx()
338 if (flags & SPI_XFER_END) { in _spi_xfer()
H A Dcf_spi.c148 if ((flags & SPI_XFER_END) == SPI_XFER_END) in cfspi_xfer()
H A Dsoft_spi_legacy.c164 if (flags & SPI_XFER_END) in spi_xfer()
H A Dmpc8xxx_spi.c161 if (flags & SPI_XFER_END) in spi_xfer()
/openbmc/u-boot/drivers/rtc/
H 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()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf.c21 flags |= SPI_XFER_END; in spi_flash_read_write()
29 SPI_XFER_END); in spi_flash_read_write()
/openbmc/u-boot/board/work-microwave/work_92105/
H A Dwork_92105_display.c96 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_write()
119 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
127 spi_xfer(slave, 16, din, din, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
/openbmc/u-boot/include/
H A Dspi.h114 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ macro
115 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
310 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
/openbmc/u-boot/board/zipitz2/
H A Dzipitz2.c206 spi_xfer(NULL, 24, reg, dummy, SPI_XFER_BEGIN | SPI_XFER_END); in lcd_start()
211 spi_xfer(NULL, 24, data, dummy, SPI_XFER_BEGIN | SPI_XFER_END); in lcd_start()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_spi.c53 spi_xfer(slave, 0, NULL, NULL, SPI_XFER_END); in cros_ec_spi_packet()
139 SPI_XFER_BEGIN | SPI_XFER_END); in cros_ec_spi_command()
/openbmc/u-boot/drivers/power/
H A Dpower_fsl.c46 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
/openbmc/u-boot/drivers/fpga/
H A Dstratixv.c31 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
/openbmc/u-boot/drivers/video/
H A Dlg4573.c19 flags |= SPI_XFER_END; in lb043wv_spi_write_u16()
/openbmc/u-boot/cmd/
H A Dspi.c64 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()

123