Home
last modified time | relevance | path

Searched full:tx_pru (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/remoteproc/
Dti,pru-rproc.yaml23 or Tx_PRU core can also be used independently like a PRU, or alongside a
26 Each PRU, RTU or Tx_PRU core node should be defined as a child node of the
Dti,pru-consumer.yaml26 description: phandles to the PRU, RTU or Tx_PRU nodes used
/linux-6.14.4/drivers/remoteproc/
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
/linux-6.14.4/drivers/net/ethernet/ti/icssg/
Dicssg_common.c1191 return dev_err_probe(dev, ret, "unable to get TX_PRU%d\n", slice); in prueth_get_cores()
Dicssg_prueth.c211 dev_err(dev, "failed to boot TX_PRU%d: %d\n", slice, ret); in prueth_emac_start()