Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A 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
H A Dti,pru-consumer.yaml26 description: phandles to the PRU, RTU or Tx_PRU nodes used
/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
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c943 dev_err(dev, "failed to boot TX_PRU%d: %d\n", slice, ret); in prueth_emac_start()
1924 return dev_err_probe(dev, ret, "unable to get TX_PRU%d\n", slice); in prueth_get_cores()