Lines Matching defs:pmp_map
2433 unsigned int pmp, pmp_map;
2443 pmp_map = pp->delayed_eh_pmp_map;
2445 for (pmp = 0; pmp_map != 0; pmp++) {
2447 if (pmp_map & this_pmp) {
2449 pmp_map &= ~this_pmp;
2465 static void mv_pmp_eh_prep(struct ata_port *ap, unsigned int pmp_map)
2472 for (pmp = 0; pmp_map != 0; pmp++) {
2474 if (pmp_map & this_pmp) {
2478 pmp_map &= ~this_pmp;
2528 "%s: pmp_map=%04x qc_map=%04llx failed_links=%d nr_active_links=%d\n",