| /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 | bcmstb_spi.c | 299 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 D | spi-mem-nodm.c | 51 flag = SPI_XFER_BEGIN; in spi_mem_exec_op()
|
| A D | atcspi200_spi.c | 208 case SPI_XFER_BEGIN: in __atcspi200_spi_xfer() 223 case SPI_XFER_BEGIN | SPI_XFER_END: in __atcspi200_spi_xfer()
|
| A D | mscc_bb_spi.c | 130 if (flags & SPI_XFER_BEGIN) in mscc_bb_spi_xfer()
|
| A D | altera_spi.c | 115 if (flags & SPI_XFER_BEGIN) in altera_spi_xfer()
|
| A D | cf_spi.c | 169 if ((flags & SPI_XFER_BEGIN) == SPI_XFER_BEGIN) in coldfire_spi_xfer()
|
| A D | mxs_spi.c | 81 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_pio() 162 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_dma()
|
| A D | spi-sifive.c | 221 if (flags & SPI_XFER_BEGIN) { in sifive_spi_xfer() 276 unsigned long flags = SPI_XFER_BEGIN; in sifive_spi_exec_op()
|
| A D | ath79_spi.c | 70 if (flags & SPI_XFER_BEGIN) in ath79_spi_xfer()
|
| A D | soft_spi.c | 134 if (flags & SPI_XFER_BEGIN) in soft_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 | 156 #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 D | cros_ec_spi.c | 36 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 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 | ld9040.c | 82 spi_xfer(NULL, 9, &data_out, &data_in, SPI_XFER_BEGIN); in ld9040_spi_write()
|
| 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()
|
| /u-boot/test/dm/ |
| A D | spi.c | 189 SPI_XFER_BEGIN | SPI_XFER_END)); in dm_test_spi_xfer()
|
| /u-boot/drivers/tpm/ |
| A D | tpm_tis_st33zp24_spi.c | 143 SPI_XFER_BEGIN | SPI_XFER_END); in st33zp24_spi_write() 188 SPI_XFER_BEGIN | SPI_XFER_END); in st33zp24_spi_read8_reg()
|