Lines Matching +full:pru +full:- +full:icss
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * PRU-ICSS Subsystem user interfaces
5 * Copyright (C) 2015-2022 Texas Instruments Incorporated - http://www.ti.com
6 * Suman Anna <s-anna@ti.com>
15 #define PRU_RPROC_DRVNAME "pru-rproc"
18 * enum pruss_pru_id - PRU core identifiers
19 * @PRUSS_PRU0: PRU Core 0.
20 * @PRUSS_PRU1: PRU Core 1.
21 * @PRUSS_NUM_PRUS: Total number of PRU Cores available.
32 * enum pru_ctable_idx - Configurable Constant table index identifiers
60 return ERR_PTR(-EOPNOTSUPP); in pru_rproc_get()
68 return -EOPNOTSUPP; in pru_rproc_set_ctable()