Lines Matching +full:non +full:- +full:coresight
1 /* SPDX-License-Identifier: GPL-2.0 */
11 #include "coresight-priv.h"
41 * AXI - ARPROT bits:
45 * Bit 0: 0 - Unprivileged access, 1 - Privileged access
46 * Bit 1: 0 - Secure access, 1 - Non-secure access.
47 * Bit 2: 0 - Data access, 1 - instruction access.
73 return coresight_read_reg_pair(drvdata->base, offset, -1); \
78 coresight_write_reg_pair(drvdata->base, val, offset, -1); \
85 return coresight_read_reg_pair(drvdata->base, lo_off, hi_off); \
90 coresight_write_reg_pair(drvdata->base, val, lo_off, hi_off); \
104 if (csdev->type != CORESIGHT_DEV_TYPE_HELPER) in CATU_REG_PAIR()
106 if (csdev->subtype.helper_subtype != CORESIGHT_DEV_SUBTYPE_HELPER_CATU) in CATU_REG_PAIR()