Lines Matching +full:pairs +full:- +full:one
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
14 * platform_maar_init() - perform platform-level MAAR configuration
15 * @num_pairs: The number of MAAR pairs present in the system.
18 * MAAR pairs as required, from 0 up to the maximum of num_pairs-1, and returns
21 * that it has configured 0 MAAR pairs.
23 * Return: The number of MAAR pairs configured.
28 * write_maar_pair() - write to a pair of MAARs
33 * aligned to one byte before a 2^16 byte boundary.
78 * maar_init() - initialise MAARs
87 * struct maar_config - MAAR configuration data
91 * aligned to one byte before a 2^16 byte boundary.
96 * Registers - applying attributes from attrs to the range of physical
106 * maar_config() - configure MAARs according to provided data
109 * @num_pairs: The number of MAAR pairs present in the system.
114 * Return: The number of MAAR pairs configured.