/openbmc/u-boot/drivers/spi/ |
H A D | bcmstb_spi.c | 298 if (flags & ~(SPI_XFER_BEGIN | SPI_XFER_END)) { in bcmstb_spi_xfer() 303 if (flags & SPI_XFER_BEGIN) { in bcmstb_spi_xfer() 326 if (!(flags & (SPI_XFER_BEGIN | SPI_XFER_END))) { in bcmstb_spi_xfer() 337 SPI_XFER_BEGIN); in bcmstb_spi_xfer() 368 (flags & (SPI_XFER_BEGIN | 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()
|
H A D | cadence_qspi.c | 198 if (flags & SPI_XFER_BEGIN) { in cadence_spi_xfer() 204 if (flags == (SPI_XFER_BEGIN | SPI_XFER_END)) { in cadence_spi_xfer() 229 } else if (dout && !(flags & SPI_XFER_BEGIN)) { in cadence_spi_xfer()
|
H A D | mxs_spi.c | 130 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_pio() 211 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_dma()
|
H A D | cf_spi.c | 120 if ((flags & SPI_XFER_BEGIN) == SPI_XFER_BEGIN) in cfspi_xfer()
|
H A D | soft_spi_legacy.c | 119 if (flags & SPI_XFER_BEGIN) in spi_xfer()
|
H A D | mpc8xxx_spi.c | 86 if (flags & SPI_XFER_BEGIN) in spi_xfer()
|
H A D | spi-mem-nodm.c | 49 flag = SPI_XFER_BEGIN; in spi_mem_exec_op()
|
H A D | fsl_espi.c | 260 case SPI_XFER_BEGIN: in spi_xfer() 282 case SPI_XFER_BEGIN | SPI_XFER_END: in spi_xfer()
|
H A D | atcspi200_spi.c | 206 case SPI_XFER_BEGIN: in __atcspi200_spi_xfer() 221 case SPI_XFER_BEGIN | SPI_XFER_END: in __atcspi200_spi_xfer()
|
H A D | atmel_spi.c | 169 if (flags & SPI_XFER_BEGIN) { in spi_xfer() 353 if (flags & SPI_XFER_BEGIN) { in atmel_spi_xfer()
|
H A D | ich.c | 380 unsigned type = flags & (SPI_XFER_BEGIN | SPI_XFER_END); in ich_spi_xfer() 395 if (type & SPI_XFER_BEGIN) in ich_spi_xfer() 399 if (dout && type == SPI_XFER_BEGIN) { in ich_spi_xfer()
|
/openbmc/u-boot/drivers/rtc/ |
H 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()
|
/openbmc/u-boot/board/work-microwave/work_92105/ |
H A D | work_92105_display.c | 96 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 D | spi.h | 113 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before 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 D | zipitz2.c | 206 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 D | cros_ec_spi.c | 35 rv = spi_xfer(slave, out_bytes * 8, dev->dout, NULL, SPI_XFER_BEGIN); in cros_ec_spi_packet() 139 SPI_XFER_BEGIN | SPI_XFER_END); in cros_ec_spi_command()
|
/openbmc/u-boot/drivers/power/ |
H A D | power_fsl.c | 46 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf.c | 17 unsigned long flags = SPI_XFER_BEGIN; in spi_flash_read_write()
|
/openbmc/u-boot/drivers/video/ |
H A D | ld9040.c | 81 spi_xfer(NULL, 9, &data_out, &data_in, SPI_XFER_BEGIN); in ld9040_spi_write()
|
H A D | lg4573.c | 15 unsigned long flags = SPI_XFER_BEGIN; in lb043wv_spi_write_u16()
|
/openbmc/u-boot/drivers/fpga/ |
H A D | stratixv.c | 31 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
|
/openbmc/u-boot/cmd/ |
H A D | spi.c | 64 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()
|
/openbmc/u-boot/examples/standalone/ |
H A D | atmel_df_pow2.c | 20 return spi_xfer(slave, 8 * len, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in flash_cmd()
|
/openbmc/u-boot/test/dm/ |
H A D | spi.c | 109 SPI_XFER_BEGIN | SPI_XFER_END)); in dm_test_spi_xfer()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | 74x164_gpio.c | 55 SPI_XFER_BEGIN | SPI_XFER_END); in gen_74x164_write_conf()
|