Home
last modified time | relevance | path

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

123

/external/u-boot/drivers/rtc/
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()
/external/u-boot/board/work-microwave/work_92105/
Dwork_92105_display.c95 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_write()
118 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
126 spi_xfer(slave, 16, din, din, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
/external/u-boot/include/
Dspi.h111 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */ macro
113 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
315 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
/external/u-boot/board/zipitz2/
Dzipitz2.c206 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()
/external/u-boot/drivers/misc/
Dcros_ec_spi.c35 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()
/external/u-boot/drivers/spi/
Dcadence_qspi.c198 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()
Dcf_spi.c120 if ((flags & SPI_XFER_BEGIN) == SPI_XFER_BEGIN) in cfspi_xfer()
Dmxs_spi.c134 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_pio()
215 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_dma()
Datmel_spi.c174 if (flags & SPI_XFER_BEGIN) { in spi_xfer()
358 if (flags & SPI_XFER_BEGIN) { in atmel_spi_xfer()
Dfsl_espi.c265 case SPI_XFER_BEGIN: in spi_xfer()
287 case SPI_XFER_BEGIN | SPI_XFER_END: in spi_xfer()
Datcspi200_spi.c206 case SPI_XFER_BEGIN: in __atcspi200_spi_xfer()
221 case SPI_XFER_BEGIN | SPI_XFER_END: in __atcspi200_spi_xfer()
Dich.c380 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()
Dmpc8xxx_spi.c86 if (flags & SPI_XFER_BEGIN) in spi_xfer()
Dsoft_spi_legacy.c126 if (flags & SPI_XFER_BEGIN) in spi_xfer()
Daltera_spi.c113 if (flags & SPI_XFER_BEGIN) in altera_spi_xfer()
/external/u-boot/drivers/power/
Dpower_fsl.c46 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
/external/u-boot/drivers/video/
Dld9040.c81 spi_xfer(NULL, 9, &data_out, &data_in, SPI_XFER_BEGIN); in ld9040_spi_write()
Dlg4573.c15 unsigned long flags = SPI_XFER_BEGIN; in lb043wv_spi_write_u16()
/external/u-boot/drivers/mtd/spi/
Dsf.c17 unsigned long flags = SPI_XFER_BEGIN; in spi_flash_read_write()
/external/u-boot/drivers/fpga/
Dstratixv.c31 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
/external/u-boot/cmd/
Dspi.c71 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()
/external/u-boot/examples/standalone/
Datmel_df_pow2.c20 return spi_xfer(slave, 8 * len, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in flash_cmd()
/external/u-boot/test/dm/
Dspi.c109 SPI_XFER_BEGIN | SPI_XFER_END)); in dm_test_spi_xfer()
/external/u-boot/drivers/gpio/
D74x164_gpio.c55 SPI_XFER_BEGIN | SPI_XFER_END); in gen_74x164_write_conf()
/external/u-boot/drivers/tpm/
Dtpm_tis_st33zp24_spi.c141 SPI_XFER_BEGIN | SPI_XFER_END); in st33zp24_spi_write()
186 SPI_XFER_BEGIN | SPI_XFER_END); in st33zp24_spi_read8_reg()

123