Home
last modified time | relevance | path

Searched refs:SPI_XFER_END (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/net/
H A Denc28j60.c73 SPI_XFER_BEGIN | SPI_XFER_END); in enc_bset()
83 SPI_XFER_BEGIN | SPI_XFER_END); in enc_bclr()
161 SPI_XFER_BEGIN | SPI_XFER_END); in enc_r8()
179 SPI_XFER_BEGIN | SPI_XFER_END); in enc_r16()
183 SPI_XFER_BEGIN | SPI_XFER_END); in enc_r16()
199 SPI_XFER_BEGIN | SPI_XFER_END); in enc_w8()
214 SPI_XFER_BEGIN | SPI_XFER_END); in enc_w16()
218 SPI_XFER_BEGIN | SPI_XFER_END); in enc_w16()
235 SPI_XFER_BEGIN | SPI_XFER_END); in enc_w8_retry()
256 spi_xfer(enc->slave, length * 8, NULL, buf, SPI_XFER_END); in enc_rbuf()
[all …]
/OK3568_Linux_fs/u-boot/board/renesas/ulcb/
H A Dcpld.c72 spi_xfer(NULL, 8, &addr, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in cpld_read()
76 spi_xfer(NULL, 32, NULL, &data, SPI_XFER_BEGIN | SPI_XFER_END); in cpld_read()
85 spi_xfer(NULL, 32, &data, NULL, SPI_XFER_BEGIN | SPI_XFER_END); in cpld_write()
87 spi_xfer(NULL, 8, NULL, &addr, SPI_XFER_BEGIN | SPI_XFER_END); in cpld_write()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dbcmstb_spi.c282 if (flags & SPI_XFER_END) { in bcmstb_spi_xfer()
298 if (flags & ~(SPI_XFER_BEGIN | SPI_XFER_END)) { in bcmstb_spi_xfer()
312 if (out_bytes && !(flags & SPI_XFER_END)) { in bcmstb_spi_xfer()
326 if (!(flags & (SPI_XFER_BEGIN | SPI_XFER_END))) { 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()
398 if (flags & SPI_XFER_END) { in bcmstb_spi_xfer()
H A Ddavinci_spi.c174 if (flags & SPI_XFER_END) in davinci_spi_read()
207 if (flags & SPI_XFER_END) in davinci_spi_write()
235 if (flags & SPI_XFER_END) in davinci_spi_read_write()
322 flags |= SPI_XFER_END; in __davinci_spi_xfer()
336 flags |= SPI_XFER_END; in __davinci_spi_xfer()
339 if (flags & SPI_XFER_END) { in __davinci_spi_xfer()
H A Dsh_spi.c160 flags |= SPI_XFER_END; in sh_spi_send()
173 if (flags & SPI_XFER_END) { in sh_spi_send()
226 if (flags & SPI_XFER_END) { in spi_xfer()
H A Datmel_spi.c166 flags |= SPI_XFER_END; in spi_xfer()
212 if (flags & SPI_XFER_END) { in spi_xfer()
350 flags |= SPI_XFER_END; in atmel_spi_xfer()
398 if (flags & SPI_XFER_END) { in atmel_spi_xfer()
H A Dsh_qspi.c213 if (flags & SPI_XFER_END) in spi_xfer()
232 if (flags & SPI_XFER_END) in spi_xfer()
276 if (flags & SPI_XFER_END) in spi_xfer()
H A Dmxs_spi.c147 if ((flags & SPI_XFER_END) && !length) in mxs_spi_xfer_pio()
274 if (flags & SPI_XFER_END) { in mxs_spi_xfer_dma()
322 if (flags & SPI_XFER_END) { in spi_xfer()
H A Dspi-mem-nodm.c52 flag |= SPI_XFER_END; in spi_mem_exec_op()
61 rx_buf, SPI_XFER_END); in spi_mem_exec_op()
H A Dcadence_qspi.c205 if (flags == (SPI_XFER_BEGIN | SPI_XFER_END)) { in cadence_spi_xfer()
217 if ((flags & SPI_XFER_END) || (flags == 0)) { in cadence_spi_xfer()
271 if (flags & SPI_XFER_END) { in cadence_spi_xfer()
H A Daltera_spi.c108 flags |= SPI_XFER_END; in altera_spi_xfer()
147 if (flags & SPI_XFER_END) in altera_spi_xfer()
H A Domap3_spi.c184 if (flags & SPI_XFER_END) { in omap3_spi_write()
237 if (flags & SPI_XFER_END) { in omap3_spi_read()
307 if (flags & SPI_XFER_END) { in omap3_spi_txrx()
339 if (flags & SPI_XFER_END) { in _spi_xfer()
H A Drenesas_rpc_spi.c261 if (!(flags & SPI_XFER_END)) in rpc_spi_xfer()
271 if (wlen && flags == SPI_XFER_END) in rpc_spi_xfer()
305 if (wlen && flags == SPI_XFER_END) { in rpc_spi_xfer()
H A Dxilinx_spi.c189 flags |= SPI_XFER_END; in xilinx_spi_xfer()
238 if (flags & SPI_XFER_END) in xilinx_spi_xfer()
H A Dcf_spi.c149 if ((flags & SPI_XFER_END) == SPI_XFER_END) in cfspi_xfer()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H 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()
/OK3568_Linux_fs/u-boot/board/work-microwave/work_92105/
H A Dwork_92105_display.c96 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()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf.c22 flags |= SPI_XFER_END; in spi_flash_read_write()
30 SPI_XFER_END); in spi_flash_read_write()
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h126 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ macro
127 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
350 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8()
/OK3568_Linux_fs/u-boot/board/zipitz2/
H A Dzipitz2.c207 spi_xfer(NULL, 24, reg, dummy, SPI_XFER_BEGIN | SPI_XFER_END); in lcd_start()
212 spi_xfer(NULL, 24, data, dummy, SPI_XFER_BEGIN | SPI_XFER_END); in lcd_start()
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.h119 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ macro
120 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
H A Drkspi.c282 if (flags & SPI_XFER_END) in rockchip_spi_xfer()
298 flags |= SPI_XFER_END; in rockchip_spi_write_then_read()
305 ret = rockchip_spi_xfer(bus, cs, n_buf * 8, txbuf, rxbuf, SPI_XFER_END); in rockchip_spi_write_then_read()
H A DREADME_rkspi.md103 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */
104 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec_spi.c56 spi_xfer(slave, 0, NULL, NULL, SPI_XFER_END); in cros_ec_spi_packet()
142 SPI_XFER_BEGIN | SPI_XFER_END); in cros_ec_spi_command()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Ds6e63d6.c34 return spi_xfer(data->slave, 16, &buf16, &buf_in, SPI_XFER_END); in send_word()

123