/u-boot/drivers/rtc/ |
A D | m41t94.c | 63 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 D | davinci_spi.c | 140 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 D | bcmstb_spi.c | 283 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 D | spi-mem-nodm.c | 54 flag |= SPI_XFER_END; in spi_mem_exec_op() 63 rx_buf, SPI_XFER_END); in spi_mem_exec_op()
|
A D | altera_spi.c | 107 flags |= SPI_XFER_END; in altera_spi_xfer() 146 if (flags & SPI_XFER_END) in altera_spi_xfer()
|
A D | sh_qspi.c | 157 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 D | spi-sifive.c | 265 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 D | octeon_spi.c | 268 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 D | omap3_spi.c | 106 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 D | mxs_spi.c | 93 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 D | renesas_rpc_spi.c | 263 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 D | atmel_spi.c | 227 flags |= SPI_XFER_END; in atmel_spi_xfer() 275 if (flags & SPI_XFER_END) { in atmel_spi_xfer()
|
A D | bcm63xx_spi.c | 213 if (!(flags & SPI_XFER_END)) { in bcm63xx_spi_xfer() 238 if (flags & SPI_XFER_END) { in bcm63xx_spi_xfer()
|
A D | xilinx_spi.c | 266 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 D | work_92105_display.c | 99 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 D | spi.h | 157 #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 D | cros_ec_spi.c | 54 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 D | hx8238d.c | 166 SPI_XFER_BEGIN | SPI_XFER_END); in hx8238d_probe() 173 SPI_XFER_BEGIN | SPI_XFER_END); in hx8238d_probe()
|
A D | seps525.c | 110 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 D | lg4573.c | 28 SPI_XFER_BEGIN | SPI_XFER_END); in lb043wv_spi_write_u16()
|
/u-boot/drivers/power/ |
A D | power_fsl.c | 46 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
|
/u-boot/drivers/fpga/ |
A D | stratixv.c | 33 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
|
/u-boot/cmd/ |
A D | spi.c | 65 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()
|
/u-boot/examples/standalone/ |
A D | atmel_df_pow2.c | 21 return spi_xfer(slave, 8 * len, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in flash_cmd()
|
/u-boot/drivers/gpio/ |
A D | 74x164_gpio.c | 57 SPI_XFER_BEGIN | SPI_XFER_END); in gen_74x164_write_conf()
|