Lines Matching defs:pmp_map
2436 unsigned int pmp, pmp_map;
2446 pmp_map = pp->delayed_eh_pmp_map;
2448 for (pmp = 0; pmp_map != 0; pmp++) {
2450 if (pmp_map & this_pmp) {
2452 pmp_map &= ~this_pmp;
2468 static void mv_pmp_eh_prep(struct ata_port *ap, unsigned int pmp_map)
2475 for (pmp = 0; pmp_map != 0; pmp++) {
2477 if (pmp_map & this_pmp) {
2481 pmp_map &= ~this_pmp;
2531 "%s: pmp_map=%04x qc_map=%04llx failed_links=%d nr_active_links=%d\n",