| /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() 255 spi_xfer(enc->slave, 8, dout, NULL, SPI_XFER_BEGIN); in enc_rbuf() [all …]
|
| /OK3568_Linux_fs/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 | 199 if (flags & SPI_XFER_BEGIN) { in cadence_spi_xfer() 205 if (flags == (SPI_XFER_BEGIN | SPI_XFER_END)) { in cadence_spi_xfer() 230 } else if (dout && !(flags & SPI_XFER_BEGIN)) { in cadence_spi_xfer()
|
| H A D | cf_spi.c | 121 if ((flags & SPI_XFER_BEGIN) == SPI_XFER_BEGIN) in cfspi_xfer()
|
| H A D | mxs_spi.c | 135 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_pio() 216 if (flags & SPI_XFER_BEGIN) in mxs_spi_xfer_dma()
|
| H A D | ich.c | 381 unsigned type = flags & (SPI_XFER_BEGIN | SPI_XFER_END); in ich_spi_xfer() 396 if (type & SPI_XFER_BEGIN) in ich_spi_xfer() 400 if (dout && type == SPI_XFER_BEGIN) { in ich_spi_xfer()
|
| H A D | atmel_spi.c | 177 if (flags & SPI_XFER_BEGIN) { in spi_xfer() 361 if (flags & SPI_XFER_BEGIN) { in atmel_spi_xfer()
|
| H A D | fsl_espi.c | 266 case SPI_XFER_BEGIN: in spi_xfer() 288 case SPI_XFER_BEGIN | SPI_XFER_END: in spi_xfer()
|
| H A D | atcspi200_spi.c | 207 case SPI_XFER_BEGIN: in __atcspi200_spi_xfer() 222 case SPI_XFER_BEGIN | SPI_XFER_END: in __atcspi200_spi_xfer()
|
| /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/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/include/ |
| H A D | spi.h | 125 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before 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 | 118 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */ macro 120 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
|
| H A D | README_rkspi.md | 102 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */ 104 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
|
| H A D | rkspi.c | 247 if (flags & SPI_XFER_BEGIN) in rockchip_spi_xfer() 294 unsigned long flags = SPI_XFER_BEGIN; in rockchip_spi_write_then_read()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec_spi.c | 38 rv = spi_xfer(slave, out_bytes * 8, dev->dout, NULL, SPI_XFER_BEGIN); 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 | 30 err = spi_xfer(data->slave, 8, &buf8, &buf_in, SPI_XFER_BEGIN); in send_word()
|
| H A D | ld9040.c | 82 spi_xfer(NULL, 9, &data_out, &data_in, SPI_XFER_BEGIN); in ld9040_spi_write()
|
| H A D | lg4573.c | 16 unsigned long flags = SPI_XFER_BEGIN; in lb043wv_spi_write_u16()
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | power_fsl.c | 47 p->hw.spi.flags = SPI_XFER_BEGIN | SPI_XFER_END; in pmic_init()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf.c | 18 unsigned long flags = SPI_XFER_BEGIN; in spi_flash_read_write()
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | stratixv.c | 32 SPI_XFER_BEGIN | SPI_XFER_END); in program_write()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | spi.c | 72 SPI_XFER_BEGIN | SPI_XFER_END); in do_spi_xfer()
|