Home
last modified time | relevance | path

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

123

/external/u-boot/drivers/rtc/
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()
/external/u-boot/drivers/spi/
Ddavinci_spi.c173 if (flags & SPI_XFER_END) in davinci_spi_read()
206 if (flags & SPI_XFER_END) in davinci_spi_write()
234 if (flags & SPI_XFER_END) in davinci_spi_read_write()
321 flags |= SPI_XFER_END; in __davinci_spi_xfer()
335 flags |= SPI_XFER_END; in __davinci_spi_xfer()
338 if (flags & SPI_XFER_END) { in __davinci_spi_xfer()
Dsh_spi.c159 flags |= SPI_XFER_END; in sh_spi_send()
172 if (flags & SPI_XFER_END) { in sh_spi_send()
225 if (flags & SPI_XFER_END) { in spi_xfer()
Dsh_qspi.c212 if (flags & SPI_XFER_END) in spi_xfer()
231 if (flags & SPI_XFER_END) in spi_xfer()
275 if (flags & SPI_XFER_END) in spi_xfer()
Datmel_spi.c163 flags |= SPI_XFER_END; in spi_xfer()
209 if (flags & SPI_XFER_END) { in spi_xfer()
347 flags |= SPI_XFER_END; in atmel_spi_xfer()
395 if (flags & SPI_XFER_END) { in atmel_spi_xfer()
Dmxs_spi.c146 if ((flags & SPI_XFER_END) && !length) in mxs_spi_xfer_pio()
273 if (flags & SPI_XFER_END) { in mxs_spi_xfer_dma()
321 if (flags & SPI_XFER_END) { in spi_xfer()
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()
Daltera_spi.c105 flags |= SPI_XFER_END; in altera_spi_xfer()
144 if (flags & SPI_XFER_END) in altera_spi_xfer()
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()
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()
Dxilinx_spi.c188 flags |= SPI_XFER_END; in xilinx_spi_xfer()
237 if (flags & SPI_XFER_END) in xilinx_spi_xfer()
Dcf_spi.c148 if ((flags & SPI_XFER_END) == SPI_XFER_END) in cfspi_xfer()
Dbcm63xx_spi.c211 if (!(flags & SPI_XFER_END)) { in bcm63xx_spi_xfer()
236 if (flags & SPI_XFER_END) { in bcm63xx_spi_xfer()
Dfsl_espi.c270 case SPI_XFER_END: in spi_xfer()
287 case SPI_XFER_BEGIN | SPI_XFER_END: in spi_xfer()
Dpic32_spi.c277 flags |= SPI_XFER_END; in pic32_spi_xfer()
284 if (flags & SPI_XFER_END) in pic32_spi_xfer()
Datcspi200_spi.c212 case SPI_XFER_END: in __atcspi200_spi_xfer()
221 case SPI_XFER_BEGIN | SPI_XFER_END: in __atcspi200_spi_xfer()
/external/u-boot/board/work-microwave/work_92105/
Dwork_92105_display.c95 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_write()
118 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
126 spi_xfer(slave, 16, din, din, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
/external/u-boot/drivers/mtd/spi/
Dsf.c21 flags |= SPI_XFER_END; in spi_flash_read_write()
29 SPI_XFER_END); in spi_flash_read_write()
/external/u-boot/include/
Dspi.h112 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ macro
113 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
315 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
/external/u-boot/board/zipitz2/
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()
/external/u-boot/drivers/misc/
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()
/external/u-boot/drivers/power/
Dpower_fsl.c46 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
/external/u-boot/drivers/fpga/
Dstratixv.c31 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
/external/u-boot/drivers/video/
Dlg4573.c19 flags |= SPI_XFER_END; in lb043wv_spi_write_u16()
/external/u-boot/cmd/
Dspi.c71 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()

123