Home
last modified time | relevance | path

Searched refs:SPI_XFER_BEGIN (Results 1 – 25 of 68) sorted by relevance

123

/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 Dgxp_spi.c81 if (flags & SPI_XFER_BEGIN) { in gxp_spi_xfer()
138 if (!(flags & SPI_XFER_END) && (flags & SPI_XFER_BEGIN)) { in gxp_spi_xfer()
240 gxp_spi_xfer(dev, 1 * 8, &cmd, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in gxp_spi_claim_bus()
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 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 Daltera_spi.c113 if (flags & SPI_XFER_BEGIN) in altera_spi_xfer()
A Dspi-mem-nodm.c51 flag = SPI_XFER_BEGIN; in spi_mem_exec_op()
A Dath79_spi.c70 if (flags & SPI_XFER_BEGIN) in ath79_spi_xfer()
A Dnpcm_pspi.c87 if (flags & SPI_XFER_BEGIN) in npcm_pspi_xfer()
A Dspi-synquacer.c318 if (flags & SPI_XFER_BEGIN) in synquacer_spi_xfer()
336 if (flags & SPI_XFER_BEGIN) { in synquacer_spi_xfer()
/u-boot/board/work-microwave/work_92105/
A Dwork_92105_display.c100 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_write()
123 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
131 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)
378 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 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()
/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/board/cssi/common/
A Dcommon.c104 ret = spi_xfer(slave, sizeof(dout) << 3, dout, NULL, SPI_XFER_BEGIN); in read_eeprom()
/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()
/u-boot/test/dm/
A Dspi.c186 SPI_XFER_BEGIN | SPI_XFER_END)); in dm_test_spi_xfer()

Completed in 50 milliseconds

123