Home
last modified time | relevance | path

Searched refs:read_fifo (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/dports/emulators/x16-emulator/x16-emulator-r38/
H A Dvera_pcm.c85 read_fifo(void) in read_fifo() function
113 cur_l = (int16_t)read_fifo() << 8; in pcm_render()
118 cur_l = read_fifo() << 8; in pcm_render()
119 cur_r = read_fifo() << 8; in pcm_render()
123 cur_l = read_fifo(); in pcm_render()
124 cur_l |= read_fifo() << 8; in pcm_render()
129 cur_l = read_fifo(); in pcm_render()
130 cur_l |= read_fifo() << 8; in pcm_render()
131 cur_r = read_fifo(); in pcm_render()
132 cur_r |= read_fifo() << 8; in pcm_render()
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Dtee.sh69 read_fifo() { timeout 10 dd count=1 if=fifo of=/dev/null status=none & } function
72 read_fifo
77 read_fifo
82 read_fifo
87 read_fifo
92 read_fifo
98 read_fifo
104 read_fifo
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Dtee.sh69 read_fifo() { timeout 10 dd count=1 if=fifo of=/dev/null status=none & } function
72 read_fifo
77 read_fifo
82 read_fifo
87 read_fifo
92 read_fifo
98 read_fifo
104 read_fifo
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-fifo-split/
H A Dpt-fifo-split.t46 sub read_fifo {
85 my $data = read_fifo(5);
107 $data = read_fifo(1);
119 $data = read_fifo(1);
131 $data = read_fifo(1);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gnss/
H A Dcore.c78 kfifo_reset(&gdev->read_fifo); in gnss_release()
96 while (kfifo_is_empty(&gdev->read_fifo)) { in gnss_read()
107 !kfifo_is_empty(&gdev->read_fifo)); in gnss_read()
114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
194 if (!kfifo_is_empty(&gdev->read_fifo)) in gnss_poll()
219 kfifo_free(&gdev->read_fifo); in gnss_device_release()
257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gnss/
H A Dcore.c78 kfifo_reset(&gdev->read_fifo); in gnss_release()
96 while (kfifo_is_empty(&gdev->read_fifo)) { in gnss_read()
107 !kfifo_is_empty(&gdev->read_fifo)); in gnss_read()
114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
194 if (!kfifo_is_empty(&gdev->read_fifo)) in gnss_poll()
219 kfifo_free(&gdev->read_fifo); in gnss_device_release()
257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gnss/
H A Dcore.c78 kfifo_reset(&gdev->read_fifo); in gnss_release()
96 while (kfifo_is_empty(&gdev->read_fifo)) { in gnss_read()
107 !kfifo_is_empty(&gdev->read_fifo)); in gnss_read()
114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
194 if (!kfifo_is_empty(&gdev->read_fifo)) in gnss_poll()
219 kfifo_free(&gdev->read_fifo); in gnss_device_release()
257 ret = kfifo_alloc(&gdev->read_fifo, GNSS_READ_FIFO_SIZE, GFP_KERNEL); in gnss_allocate_device()
325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/models/
H A DFIFO_GENERATOR_V4_3.v933 task read_fifo; task
1751 read_fifo;
1766 read_fifo;
1780 read_fifo;
1794 read_fifo;
2110 task read_fifo; task
2665 read_fifo;
2689 read_fifo;
2714 read_fifo;
2791 read_fifo;
[all …]
H A DFIFO_GENERATOR_V6_1.v1595 task read_fifo; task
2631 read_fifo;
2644 read_fifo;
2656 read_fifo;
2668 read_fifo;
2936 task read_fifo; task
3578 read_fifo;
3602 read_fifo;
3627 read_fifo;
3704 read_fifo;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/char/
H A Dpl011.c31 uint32_t read_fifo[16]; member
76 c = s->read_fifo[s->read_pos]; in pl011_read()
249 s->read_fifo[slot] = value; in pl011_put_fifo()
293 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, 16),
H A Dbcm2835_aux.c75 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
230 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
256 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
/dports/emulators/qemu42/qemu-4.2.1/hw/char/
H A Dbcm2835_aux.c79 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
235 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
261 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
H A Dpl011.c91 c = s->read_fifo[s->read_pos]; in pl011_read()
264 s->read_fifo[slot] = value; in pl011_put_fifo()
308 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, 16),
/dports/emulators/qemu/qemu-6.2.0/hw/char/
H A Dbcm2835_aux.c80 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
236 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
264 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
/dports/emulators/qemu60/qemu-6.0.0/hw/char/
H A Dbcm2835_aux.c80 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
236 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
264 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
/dports/emulators/qemu-utils/qemu-4.2.1/hw/char/
H A Dbcm2835_aux.c79 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
235 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
261 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
H A Dpl011.c91 c = s->read_fifo[s->read_pos]; in pl011_read()
264 s->read_fifo[slot] = value; in pl011_put_fifo()
308 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, 16),
/dports/emulators/qemu5/qemu-5.2.0/hw/char/
H A Dbcm2835_aux.c79 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
235 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
263 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
H A Dpl011.c92 c = s->read_fifo[s->read_pos]; in pl011_read()
286 s->read_fifo[slot] = value; in pl011_put_fifo()
347 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, 16),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/char/
H A Dbcm2835_aux.c79 c = s->read_fifo[s->read_pos];
235 s->read_fifo[slot] = value;
261 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
H A Dpl011.c91 c = s->read_fifo[s->read_pos]; in pl011_read()
264 s->read_fifo[slot] = value; in pl011_put_fifo()
308 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, 16),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/char/
H A Dbcm2835_aux.c79 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
235 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
261 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
H A Dpl011.c91 c = s->read_fifo[s->read_pos]; in pl011_read()
264 s->read_fifo[slot] = value; in pl011_put_fifo()
308 VMSTATE_UINT32_ARRAY(read_fifo, PL011State, 16),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/char/
H A Dbcm2835_aux.c80 c = s->read_fifo[s->read_pos]; in bcm2835_aux_read()
236 s->read_fifo[slot] = value; in bcm2835_aux_put_fifo()
264 VMSTATE_UINT8_ARRAY(read_fifo, BCM2835AuxState,
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/libqos/
H A Dsdhci-cmd.c21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo() function
93 ssize_t bytes_read = read_fifo(qts, base_addr + SDHC_BDATA, msg, count); in sdhci_read_cmd()

12345678910>>...26