Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
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 …]
/Linux-v6.1/drivers/remoteproc/
Dpru_rproc.c49 /* PRU/RTU/Tx_PRU Core IRAM address masks */
98 * @type: type of the PRU core (PRU, RTU, Tx_PRU)
377 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_start()
404 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_stop()
537 * Custom memory copy implementation for ICSSG PRU/RTU/Tx_PRU Cores
539 * The ICSSG PRU/RTU/Tx_PRU cores have a memory copying issue with IRAM
891 { .compatible = "ti,am642-rtu", .data = &k3_rtu_data },
895 { .compatible = "ti,am654-rtu", .data = &k3_rtu_data },
898 { .compatible = "ti,j721e-rtu", .data = &k3_rtu_data },
/Linux-v6.1/arch/arm64/boot/dts/ti/
Dk3-am65-main.dtsi1009 rtu0_0: rtu@4000 {
1010 compatible = "ti,am654-rtu";
1036 rtu0_1: rtu@6000 {
1037 compatible = "ti,am654-rtu";
1150 rtu1_0: rtu@4000 {
1151 compatible = "ti,am654-rtu";
1177 rtu1_1: rtu@6000 {
1178 compatible = "ti,am654-rtu";
1291 rtu2_0: rtu@4000 {
1292 compatible = "ti,am654-rtu";
[all …]
Dk3-am64-main.dtsi1088 rtu0_0: rtu@4000 {
1089 compatible = "ti,am642-rtu";
1115 rtu0_1: rtu@6000 {
1116 compatible = "ti,am642-rtu";
1228 rtu1_0: rtu@4000 {
1229 compatible = "ti,am642-rtu";
1255 rtu1_1: rtu@6000 {
1256 compatible = "ti,am642-rtu";
Dk3-j721e-main.dtsi1821 rtu0_0: rtu@4000 {
1822 compatible = "ti,j721e-rtu";
1848 rtu0_1: rtu@6000 {
1849 compatible = "ti,j721e-rtu";
1962 rtu1_0: rtu@4000 {
1963 compatible = "ti,j721e-rtu";
1989 rtu1_1: rtu@6000 {
1990 compatible = "ti,j721e-rtu";
/Linux-v6.1/lib/
Dlocking-selftest-rtmutex.h6 #define UNLOCK RTU
Dlocking-selftest.c248 #define RTU(x) rt_mutex_unlock(&rtmutex_##x) macro
/Linux-v6.1/include/rdma/
Dib_cm.h247 /* No data for RTU received events. */
458 * QP before an RTU has been received.
Dibta_vol1_c12.h140 /* Table 111 RTU Message Contents */
Drdma_cm.h276 * QP before an RTU has been received.
/Linux-v6.1/drivers/infiniband/ulp/srpt/
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
Dib_srpt.c2596 * An RTU (ready to use) message indicates that the connection has been
/Linux-v6.1/drivers/infiniband/core/
Dcm_trace.h179 DEFINE_CM_SEND_EVENT(rtu);
Dcm.c4284 CM_COUNTER_ATTR(rtu, _group, CM_RTU_COUNTER), \
/Linux-v6.1/Documentation/devicetree/bindings/soc/ti/
Dti,pruss.yaml296 "^(pru|rtu|txpru)@[0-9a-f]+$":
/Linux-v6.1/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1051 ipoib_warn(priv, "failed to send RTU: %d\n", ret); in ipoib_cm_rep_handler()