Searched refs:pairing (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/common/
H A DbL_switcher.c439 pr_err("%s: no CPU pairing possible\n", __func__);
444 * Now let's do the pairing. We match each CPU with another CPU
480 * pairing information (that includes the pairing counterparts).
524 int pairing = bL_switcher_cpu_pairing[cpu]; local
525 if (pairing == -1)
528 (mpidr == cpu_logical_map(pairing)))
757 int pairing; local
762 pairing = bL_switcher_cpu_pairing[cpu];
764 if (pairing
[all...]
/linux-master/include/linux/mtd/
H A Dmtd.h114 * struct mtd_pairing_info - page pairing information
128 * The H27UCG8T2BTR-BC datasheet describes the following pairing scheme:
149 * struct mtd_pairing_scheme - page pairing scheme description
157 * @get_wunit: converts pairing information into a write-unit (page) number.
159 * pairing information described in the info argument. It should
161 * passed pairing information.
167 * NAND page pairing scheme. Instead of exposing two big tables to do the
297 /* NAND pairing scheme, only provided for MLC/TLC NANDs */
298 const struct mtd_pairing_scheme *pairing; member in struct:mtd_info
456 const struct mtd_pairing_scheme *pairing)
455 mtd_set_pairing_scheme(struct mtd_info *mtd, const struct mtd_pairing_scheme *pairing) argument
[all...]
/linux-master/drivers/mtd/
H A Dmtdcore.c426 * mtd_wunit_to_pairing_info - get pairing information of a wunit
429 * @info: returned pairing information
431 * Retrieve pairing information associated to the wunit.
439 * mtd_offset_to_wunit(). @info is filled with the pairing information attached
442 * From the pairing info the MTD user can find all the wunits paired with
460 if (master->pairing && master->pairing->get_info)
461 return master->pairing->get_info(master, wunit, info);
471 * mtd_pairing_info_to_wunit - get wunit from pairing information
473 * @info: pairing informatio
[all...]

Completed in 414 milliseconds