Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/openbmc/u-boot/arch/arm/include/debug/
H A D8250.S15 .macro store, rd, rx:vararg
16 str \rd, \rx
19 .macro load, rd, rx:vararg
20 ldr \rd, \rx
23 .macro store, rd, rx:vararg
24 strb \rd, \rx
27 .macro load, rd, rx:vararg
28 ldrb \rd, \rx
34 .macro senduart,rd,rx argument
35 store \rd, [\rx, #UART_TX << UART_SHIFT]
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc457 int op, rx, ry, funct, sa;
464 rx = xlat((ctx->opcode >> 8) & 0x7);
476 gen_arith_imm(ctx, OPC_ADDIU, rx, 29, imm);
479 gen_addiupc(ctx, rx, imm, 0, 1);
486 gen_compute_branch(ctx, OPC_BEQ, 4, rx, 0, offset << 1, 0);
490 gen_compute_branch(ctx, OPC_BNE, 4, rx, 0, offset << 1, 0);
496 gen_shift_imm(ctx, OPC_SLL, rx, ry, sa);
501 gen_shift_imm(ctx, OPC_DSLL, rx, ry, sa);
507 gen_shift_imm(ctx, OPC_SRL, rx, ry, sa);
510 gen_shift_imm(ctx, OPC_SRA, rx, ry, sa);
[all …]
/openbmc/qemu/util/
H A Dcacheflush.c246 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
248 if (rx == rw) { in flush_idcache_range()
256 sys_icache_invalidate((void *)rx, len); in flush_idcache_range()
264 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
296 for (p = rx & -icache_lsize; p < rx + len; p += icache_lsize) { in flush_idcache_range()
314 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
316 if (rx != rw) { in flush_idcache_range()
319 cacheflush((void *)rx, len, ICACHE); in flush_idcache_range()
324 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
339 : : "r"(rx) : "memory"); in flush_idcache_range()
[all …]
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport39 declare -rx TRUE=1
40 declare -rx FALSE=0
41 declare -rx UNLIMITED="unlimited"
42 declare -rx SUMMARY_DUMP="summary"
43 declare -rx TYPE_USER="user"
44 declare -rx TYPE_CORE="core"
45 declare -rx TYPE_ELOG="elog"
46 declare -rx TYPE_CHECKSTOP="checkstop"
47 declare -rx TYPE_RAMOOPS="ramoops"
48 declare -rx SUMMARY_LOG="summary.log"
[all …]
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader13 declare -rx DUMP_HEADER_ENTRY_SIZE='516'
14 declare -rx SIZE_4='4'
15 declare -rx SIZE_8='8'
16 declare -rx SIZE_12='12'
17 declare -rx SIZE_32='32'
19 declare -rx DUMP_SUMMARY_SIZE='1024'
20 declare -rx HW_DUMP='00'
21 declare -rx HB_DUMP='20'
22 declare -rx SBE_DUMP='30'
23 declare -rx OP_DUMP="opdump"
[all …]
/openbmc/qemu/docs/system/
H A Dtarget-rx.rst6 Use the executable ``qemu-system-rx`` to simulate RX target (GDB simulator).
19 Example of ``qemu-system-rx`` usage for RX is shown below:
24 Start emulation of rx-virt::
25 qemu-system-rx -M gdbsim-r5f562n8 -bios <u-boot_image_file>
31 https://osdn.net/users/ysato/pf/qemu/dl/rx-virt.dtb
33 Start emulation of rx-virt::
34 qemu-system-rx -M gdbsim-r5f562n8 \
/openbmc/u-boot/arch/arm/lib/
H A Ddebug.S25 .macro addruart_current, rx, tmp1, tmp2
26 addruart \tmp1, \tmp2, \rx
27 mrc p15, 0, \rx, c1, c0
28 tst \rx, #1
29 moveq \rx, \tmp1
30 movne \rx, \tmp2
34 .macro addruart_current, rx, tmp1, tmp2
35 addruart \rx, \tmp1, \tmp2
/openbmc/libmctp/
H A Dastlpc.c108 struct mctp_astlpc_buffer rx; member
405 layout->rx.offset = be32toh(hdr.layout.tx_offset); in mctp_astlpc_layout_read()
406 layout->rx.size = be32toh(hdr.layout.tx_size); in mctp_astlpc_layout_read()
412 layout->rx.offset = be32toh(hdr.layout.rx_offset); in mctp_astlpc_layout_read()
413 layout->rx.size = be32toh(hdr.layout.rx_size); in mctp_astlpc_layout_read()
435 hdr.layout.tx_offset = htobe32(layout->rx.offset); in mctp_astlpc_layout_write()
436 hdr.layout.tx_size = htobe32(layout->rx.size); in mctp_astlpc_layout_write()
450 rx_size_be = htobe32(layout->rx.size); in mctp_astlpc_layout_write()
509 const struct mctp_astlpc_buffer *rx = &layout->rx; in mctp_astlpc_layout_validate() local
513 rx_valid = mctp_astlpc_buffer_validate(astlpc, rx, "Rx"); in mctp_astlpc_layout_validate()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone-k2e-netcp.dtsi182 rx-channel = "netrx0";
183 rx-pool = <1024 12>;
185 rx-queue-depth = <128 128 0 0>;
186 rx-buffer-size = <1518 4096 0 0>;
187 rx-queue = <528>;
194 rx-channel = "netrx1";
195 rx-pool = <1024 12>;
197 rx-queue-depth = <128 128 0 0>;
198 rx-buffer-size = <1518 4096 0 0>;
199 rx-queue = <529>;
H A Dkeystone-k2l-netcp.dtsi165 rx-channel = "netrx0";
166 rx-pool = <1024 12>;
168 rx-queue-depth = <128 128 0 0>;
169 rx-buffer-size = <1518 4096 0 0>;
170 rx-queue = <528>;
177 rx-channel = "netrx1";
178 rx-pool = <1024 12>;
180 rx-queue-depth = <128 128 0 0>;
181 rx-buffer-size = <1518 4096 0 0>;
182 rx-queue = <529>;
H A Dr8a7793.dtsi524 dma-names = "tx", "rx", "tx", "rx";
541 dma-names = "tx", "rx", "tx", "rx";
558 dma-names = "tx", "rx", "tx", "rx";
637 dma-names = "tx", "rx", "tx", "rx";
655 dma-names = "tx", "rx", "tx", "rx";
670 dma-names = "tx", "rx", "tx", "rx";
685 dma-names = "tx", "rx", "tx", "rx";
700 dma-names = "tx", "rx", "tx", "rx";
715 dma-names = "tx", "rx", "tx", "rx";
730 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dkeystone-k2hk-netcp.dtsi184 rx-channel = "netrx0";
185 rx-pool = <1024 12>;
187 rx-queue-depth = <128 128 0 0>;
188 rx-buffer-size = <1518 4096 0 0>;
189 rx-queue = <8704>;
196 rx-channel = "netrx1";
197 rx-pool = <1024 12>;
199 rx-queue-depth = <128 128 0 0>;
200 rx-buffer-size = <1518 4096 0 0>;
201 rx-queue = <8705>;
H A Dr8a7794.dtsi465 dma-names = "tx", "rx", "tx", "rx";
482 dma-names = "tx", "rx", "tx", "rx";
612 dma-names = "tx", "rx", "tx", "rx";
630 dma-names = "tx", "rx", "tx", "rx";
645 dma-names = "tx", "rx", "tx", "rx";
660 dma-names = "tx", "rx", "tx", "rx";
675 dma-names = "tx", "rx", "tx", "rx";
690 dma-names = "tx", "rx", "tx", "rx";
705 dma-names = "tx", "rx", "tx", "rx";
720 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dast2600-bletchley.dts93 spi-rx-bus-width = <2>;
100 spi-rx-bus-width = <2>;
107 spi-rx-bus-width = <2>;
123 spi-rx-bus-width = <4>;
130 spi-rx-bus-width = <4>;
145 spi-rx-bus-width = <4>;
152 spi-rx-bus-width = <4>;
159 spi-rx-bus-width = <4>;
H A Dr8a7791.dtsi538 dma-names = "tx", "rx", "tx", "rx";
555 dma-names = "tx", "rx", "tx", "rx";
572 dma-names = "tx", "rx", "tx", "rx";
731 dma-names = "tx", "rx", "tx", "rx";
749 dma-names = "tx", "rx", "tx", "rx";
764 dma-names = "tx", "rx", "tx", "rx";
779 dma-names = "tx", "rx", "tx", "rx";
794 dma-names = "tx", "rx", "tx", "rx";
809 dma-names = "tx", "rx", "tx", "rx";
824 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dr8a7790.dtsi572 dma-names = "tx", "rx", "tx", "rx";
589 dma-names = "tx", "rx", "tx", "rx";
606 dma-names = "tx", "rx", "tx", "rx";
623 dma-names = "tx", "rx", "tx", "rx";
782 dma-names = "tx", "rx", "tx", "rx";
800 dma-names = "tx", "rx", "tx", "rx";
815 dma-names = "tx", "rx", "tx", "rx";
830 dma-names = "tx", "rx", "tx", "rx";
845 dma-names = "tx", "rx", "tx", "rx";
860 dma-names = "tx", "rx", "tx", "rx";
[all …]
H A Dast2600-slt.dts128 spi-rx-bus-width = <4>;
135 spi-rx-bus-width = <4>;
142 spi-rx-bus-width = <4>;
158 spi-rx-bus-width = <4>;
165 spi-rx-bus-width = <4>;
180 spi-rx-bus-width = <4>;
187 spi-rx-bus-width = <4>;
194 spi-rx-bus-width = <4>;
H A Dast2400-evb.dts66 spi-rx-bus-width = <2>;
73 spi-rx-bus-width = <2>;
85 spi-rx-bus-width = <2>;
93 spi-rx-bus-width = <2>;
H A Dast2600-gb200nvl-bmc-nvidia.dts74 spi-rx-bus-width = <4>;
82 spi-rx-bus-width = <4>;
90 spi-rx-bus-width = <4>;
107 spi-rx-bus-width = <4>;
115 spi-rx-bus-width = <4>;
130 spi-rx-bus-width = <4>;
H A Dast2600-intel.dts129 spi-rx-bus-width = <4>;
136 spi-rx-bus-width = <4>;
143 spi-rx-bus-width = <4>;
159 spi-rx-bus-width = <4>;
166 spi-rx-bus-width = <4>;
181 spi-rx-bus-width = <4>;
188 spi-rx-bus-width = <4>;
195 spi-rx-bus-width = <4>;
/openbmc/qemu/include/qemu/
H A Dcacheflush.h24 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
31 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() argument
38 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len);
/openbmc/u-boot/drivers/spi/
H A Ddesignware_spi.c113 void *rx; member
309 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
318 u32 rx_left = (priv->rx_end - priv->rx) / (priv->bits_per_word >> 3); in rx_max()
354 *(u8 *)(priv->rx) = rxw; in dw_reader()
356 *(u16 *)(priv->rx) = rxw; in dw_reader()
358 priv->rx += priv->bits_per_word >> 3; in dw_reader()
367 } while (priv->rx_end > priv->rx); in poll_transfer()
396 u8 *rx = din; in dw_spi_xfer() local
416 if (rx && tx) in dw_spi_xfer()
418 else if (rx) in dw_spi_xfer()
[all …]
/openbmc/qemu/hw/char/
H A Dexynos4210_uart.c151 Exynos4210UartFIFO rx; member
274 uint32_t count = fifo_elements_number(&s->rx); in exynos4210_uart_update_dmabusy()
303 count = fifo_elements_number(&s->rx); in exynos4210_uart_update_irq()
419 fifo_reset(&s->rx); in exynos4210_uart_write()
493 s->reg[I_(UFSTAT)] = fifo_elements_number(&s->rx) & 0xff; in exynos4210_uart_read()
494 if (fifo_empty_elements_number(&s->rx) == 0) { in exynos4210_uart_read()
504 if (fifo_elements_number(&s->rx)) { in exynos4210_uart_read()
505 res = fifo_retrieve(&s->rx); in exynos4210_uart_read()
507 if (!fifo_elements_number(&s->rx)) { in exynos4210_uart_read()
558 return fifo_empty_elements_number(&s->rx); in exynos4210_uart_can_receive()
[all …]
/openbmc/qemu/hw/net/
H A Dstellaris_enet.c78 StellarisEnetRxFrame rx[31]; member
106 if (s->next_packet >= ARRAY_SIZE(s->rx)) { in stellaris_enet_post_load()
110 if (s->np > ARRAY_SIZE(s->rx)) { in stellaris_enet_post_load()
114 for (i = 0; i < ARRAY_SIZE(s->rx); i++) { in stellaris_enet_post_load()
115 if (s->rx[i].len > ARRAY_SIZE(s->rx[i].data)) { in stellaris_enet_post_load()
120 if (s->rx_fifo_offset > ARRAY_SIZE(s->rx[0].data) - 4) { in stellaris_enet_post_load()
149 VMSTATE_STRUCT_ARRAY(rx, stellaris_enet_state, 31, 1,
246 if (size >= sizeof(s->rx[n].data) - 6) { in stellaris_enet_receive()
257 s->rx[n].len = size + 6; in stellaris_enet_receive()
258 p = s->rx[n].data; in stellaris_enet_receive()
[all …]
/openbmc/qemu/tests/qtest/fuzz/
H A Dvirtio_net_fuzz.c38 uint8_t rx; in virtio_net_fuzz_multi() member
62 if (vqa.rx && sockfds_initialized) { in virtio_net_fuzz_multi()
66 vqa.rx = 0; in virtio_net_fuzz_multi()
86 if (check_used && !vqa.rx) { in virtio_net_fuzz_multi()
93 while (!vqa.rx && q != net_if->queues[QVIRTIO_RX_VQ]) { in virtio_net_fuzz_multi()

12345678910>>...14