Home
last modified time | relevance | path

Searched full:rtu (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,pru-rproc.yaml22 auxiliary Transmit PRU cores called Tx_PRUs that augment the PRUs. Each RTU
26 Each PRU, RTU or Tx_PRU core node should be defined as a child node of the
42 - ti,am642-rtu # for RTUs in K3 AM64x SoC family
45 - ti,am654-rtu # for RTUs in K3 AM65x SoC family
48 - ti,j721e-rtu # for RTUs in K3 J721E SoC family
73 - ti,am654-rtu
74 - ti,j721e-rtu
75 - ti,am642-rtu
79 pattern: "^rtu@[0-9a-f]+$"
176 rtu0_0: rtu@4000 {
[all …]
H A Dti,pru-consumer.yaml26 description: phandles to the PRU, RTU or Tx_PRU nodes used
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblightmodbus/
H A Dliblightmodbus_2.0.2.bb1 SUMMARY = "A cross-platform, lightweight Modbus RTU library"
3 platform-independent Modbus RTU library."
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c891 char *rtu; member
898 .rtu = "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",
903 .rtu = "ti-pruss/am65x-sr2-rtu1-prueth-fw.elf",
933 ret = rproc_set_firmware(prueth->rtu[slice], firmwares[slice].rtu); in prueth_emac_start()
934 ret = rproc_boot(prueth->rtu[slice]); in prueth_emac_start()
936 dev_err(dev, "failed to boot RTU%d: %d\n", slice, ret); in prueth_emac_start()
951 rproc_shutdown(prueth->rtu[slice]); in prueth_emac_start()
978 rproc_shutdown(prueth->rtu[slice]); in prueth_emac_stop()
1912 prueth->rtu[slice] = pru_rproc_get(np, idx, NULL); in prueth_get_cores()
1913 if (IS_ERR(prueth->rtu[slice])) { in prueth_get_cores()
[all …]
H A Dicssg_prueth.h195 * @rtu: rproc instances of RTUs
217 struct rproc *rtu[PRUSS_NUM_PRUS]; member
H A Dicssg_config.c356 /* enable XFR shift for PRU and RTU */ in icssg_config()
362 pru_rproc_set_ctable(prueth->rtu[slice], PRU_C28, 0x100 << 8); in icssg_config()
/openbmc/linux/drivers/remoteproc/
H A Dpru_rproc.c53 /* PRU/RTU/Tx_PRU Core IRAM address masks */
87 * @type: type of the PRU core (PRU, RTU, Tx_PRU)
600 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_start()
627 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_stop()
759 * Custom memory copy implementation for ICSSG PRU/RTU/Tx_PRU Cores
761 * The ICSSG PRU/RTU/Tx_PRU cores have a memory copying issue with IRAM
1114 { .compatible = "ti,am642-rtu", .data = &k3_rtu_data },
1118 { .compatible = "ti,am654-rtu", .data = &k3_rtu_data },
1121 { .compatible = "ti,j721e-rtu", .data = &k3_rtu_data },
/openbmc/linux/lib/
H A Dlocking-selftest-rtmutex.h6 #define UNLOCK RTU
H A Dlocking-selftest.c248 #define RTU(x) rt_mutex_unlock(&rtmutex_##x) macro
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dmodbus_serial.json5 "method": "rtu",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/
H A Dmbpoll_1.5.2.bb1 SUMMARY = "Command line utility to communicate with ModBus slave (RTU or TCP)"
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-main.dtsi1193 rtu0_0: rtu@4000 {
1194 compatible = "ti,am654-rtu";
1220 rtu0_1: rtu@6000 {
1221 compatible = "ti,am654-rtu";
1335 rtu1_0: rtu@4000 {
1336 compatible = "ti,am654-rtu";
1362 rtu1_1: rtu@6000 {
1363 compatible = "ti,am654-rtu";
1477 rtu2_0: rtu@4000 {
1478 compatible = "ti,am654-rtu";
[all …]
H A Dk3-am64-main.dtsi1271 rtu0_0: rtu@4000 {
1272 compatible = "ti,am642-rtu";
1298 rtu0_1: rtu@6000 {
1299 compatible = "ti,am642-rtu";
1412 rtu1_0: rtu@4000 {
1413 compatible = "ti,am642-rtu";
1439 rtu1_1: rtu@6000 {
1440 compatible = "ti,am642-rtu";
H A Dk3-j721e-main.dtsi2239 rtu0_0: rtu@4000 {
2240 compatible = "ti,j721e-rtu";
2266 rtu0_1: rtu@6000 {
2267 compatible = "ti,j721e-rtu";
2381 rtu1_0: rtu@4000 {
2382 compatible = "ti,j721e-rtu";
2408 rtu1_1: rtu@6000 {
2409 compatible = "ti,j721e-rtu";
/openbmc/linux/include/rdma/
H A Dib_cm.h247 /* No data for RTU received events. */
458 * QP before an RTU has been received.
H A Dibta_vol1_c12.h140 /* Table 111 RTU Message Contents */
H A Drdma_cm.h275 * QP before an RTU has been received.
/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h234 * @CH_CONNECTING: QP is in RTR state; waiting for RTU.
284 * @cmd_wait_list: List of SCSI commands that arrived before the RTU event. This
H A Dib_srpt.c2661 * An RTU (ready to use) message indicates that the connection has been
/openbmc/linux/drivers/infiniband/core/
H A Dcm_trace.h179 DEFINE_CM_SEND_EVENT(rtu);
H A Dcm.c4315 CM_COUNTER_ATTR(rtu, _group, CM_RTU_COUNTER), \
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dti,pruss.yaml297 "^(pru|rtu|txpru)@[0-9a-f]+$":
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1051 ipoib_warn(priv, "failed to send RTU: %d\n", ret); in ipoib_cm_rep_handler()