Searched defs:pmp_map (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_mv.c2405 unsigned int pmp, pmp_map; local
2415 pmp_map = pp->delayed_eh_pmp_map;
2417 for (pmp = 0; pmp_map != 0; pmp++) {
2419 if (pmp_map & this_pmp) {
2421 pmp_map &= ~this_pmp;
2437 static void mv_pmp_eh_prep(struct ata_port *ap, unsigned int pmp_map) argument
2446 for (pmp = 0; pmp_map != 0; pmp++) {
2448 if (pmp_map & this_pmp) {
2451 pmp_map &= ~this_pmp;
2502 "%s: pmp_map
[all...]

Completed in 36 milliseconds