Lines Matching defs:pmp
186 * workaround is to write the pmp value to PxFBS.DEV field before issuing
199 * Write the pmp value to PxFBS.DEV
205 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET;
448 * is to write the pmp value to PxFBS.DEV field before issuing any command
454 int pmp = sata_srst_pmp(link);
461 * Set PxFBS.DEV field with pmp
466 port_fbs |= pmp << PORT_FBS_DEV_OFFSET;
469 rc = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready);
484 * is to write the pmp value to PxFBS.DEV field before issuing any command
488 * 2. Program PxFBS.DEV with pmp value send by framework. Framework sends
498 int pmp = sata_srst_pmp(link);
511 * Set PxFBS.DEV field with pmp
516 port_fbs |= pmp << PORT_FBS_DEV_OFFSET;
520 rc = ahci_do_softreset(link, class, pmp,
527 * setting PxFBS.DEV field with pmp value.