| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | enc28j60.c | 73 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 D | cpld.c | 72 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 D | bcmstb_spi.c | 282 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 D | davinci_spi.c | 174 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 D | sh_spi.c | 160 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 D | atmel_spi.c | 166 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 D | sh_qspi.c | 213 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 D | mxs_spi.c | 147 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 D | spi-mem-nodm.c | 52 flag |= SPI_XFER_END; in spi_mem_exec_op() 61 rx_buf, SPI_XFER_END); in spi_mem_exec_op()
|
| H A D | cadence_qspi.c | 205 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 D | altera_spi.c | 108 flags |= SPI_XFER_END; in altera_spi_xfer() 147 if (flags & SPI_XFER_END) in altera_spi_xfer()
|
| H A D | omap3_spi.c | 184 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 D | renesas_rpc_spi.c | 261 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 D | xilinx_spi.c | 189 flags |= SPI_XFER_END; in xilinx_spi_xfer() 238 if (flags & SPI_XFER_END) in xilinx_spi_xfer()
|
| H A D | cf_spi.c | 149 if ((flags & SPI_XFER_END) == SPI_XFER_END) in cfspi_xfer()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf.c | 22 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 D | spi.h | 126 #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 D | zipitz2.c | 207 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 D | rkspi.h | 119 #define SPI_XFER_END BIT(1) /* Deassert CS after transfer */ macro 120 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
|
| H A D | rkspi.c | 282 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 D | README_rkspi.md | 103 #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 D | cros_ec_spi.c | 56 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 D | s6e63d6.c | 34 return spi_xfer(data->slave, 16, &buf16, &buf_in, SPI_XFER_END); in send_word()
|