Home
last modified time | relevance | path

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

12345678910>>...168

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/mtd/spi/
H A Deeprom_m95xxx.c53 if(spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
87 if(spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
100 if(spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
109 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/mtd/spi/
H A Deeprom_m95xxx.c41 if (spi_xfer(slave, 8, &cmd, NULL, SPI_XFER_BEGIN)) in spi_read()
76 if (spi_xfer(slave, 8, buf, NULL, SPI_XFER_BEGIN | SPI_XFER_END)) in spi_write()
89 if (spi_xfer(slave, 24, buf, NULL, SPI_XFER_BEGIN)) in spi_write()
98 spi_xfer(slave, 16, buf, buf, SPI_XFER_BEGIN | SPI_XFER_END); in spi_write()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/spi/
H A Dbcmstb_spi.c298 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()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/spi/
H A Dbcmstb_spi.c298 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()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/spi/
H 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()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/spi/
H 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()

12345678910>>...168