Home
last modified time | relevance | path

Searched refs:SPI_XFER_BEGIN (Results 1 – 25 of 64) 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 Dbcmstb_spi.c299 if (flags & ~(SPI_XFER_BEGIN | SPI_XFER_END)) { in bcmstb_spi_xfer()
304 if (flags & SPI_XFER_BEGIN) { in bcmstb_spi_xfer()
327 if (!(flags & (SPI_XFER_BEGIN | SPI_XFER_END))) { in bcmstb_spi_xfer()
338 SPI_XFER_BEGIN); in bcmstb_spi_xfer()
369 (flags & (SPI_XFER_BEGIN | 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()
A Dspi-mem-nodm.c51 flag = SPI_XFER_BEGIN; in spi_mem_exec_op()
A Datcspi200_spi.c208 case SPI_XFER_BEGIN: in __atcspi200_spi_xfer()
223 case SPI_XFER_BEGIN | SPI_XFER_END: in __atcspi200_spi_xfer()
A Dmscc_bb_spi.c130 if (flags & SPI_XFER_BEGIN) in mscc_bb_spi_xfer()
A Daltera_spi.c115 if (flags & SPI_XFER_BEGIN) in altera_spi_xfer()
A Dcf_spi.c169 if ((flags & SPI_XFER_BEGIN) == SPI_XFER_BEGIN) in coldfire_spi_xfer()
A Dmxs_spi.c81 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_pio()
162 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_dma()
A Dspi-sifive.c221 if (flags & SPI_XFER_BEGIN) { in sifive_spi_xfer()
276 unsigned long flags = SPI_XFER_BEGIN; in sifive_spi_exec_op()
A Dath79_spi.c70 if (flags & SPI_XFER_BEGIN) in ath79_spi_xfer()
A Dsoft_spi.c134 if (flags & SPI_XFER_BEGIN) in soft_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.h156 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before 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.c36 rv = spi_xfer(slave, out_bytes * 8, dev->dout, NULL, SPI_XFER_BEGIN); 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 Dld9040.c82 spi_xfer(NULL, 9, &data_out, &data_in, SPI_XFER_BEGIN); in ld9040_spi_write()
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()
/u-boot/test/dm/
A Dspi.c189 SPI_XFER_BEGIN | SPI_XFER_END)); in dm_test_spi_xfer()
/u-boot/drivers/tpm/
A Dtpm_tis_st33zp24_spi.c143 SPI_XFER_BEGIN | SPI_XFER_END); in st33zp24_spi_write()
188 SPI_XFER_BEGIN | SPI_XFER_END); in st33zp24_spi_read8_reg()

Completed in 38 milliseconds

123