Lines Matching defs:pmp
185 * workaround is to write the pmp value to PxFBS.DEV field before issuing
198 * Write the pmp value to PxFBS.DEV
204 port_fbs |= qc->dev->link->pmp << PORT_FBS_DEV_OFFSET;
447 * is to write the pmp value to PxFBS.DEV field before issuing any command
453 int pmp = sata_srst_pmp(link);
460 * Set PxFBS.DEV field with pmp
465 port_fbs |= pmp << PORT_FBS_DEV_OFFSET;
468 rc = ahci_do_softreset(link, class, pmp, deadline, ahci_check_ready);
483 * is to write the pmp value to PxFBS.DEV field before issuing any command
487 * 2. Program PxFBS.DEV with pmp value send by framework. Framework sends
497 int pmp = sata_srst_pmp(link);
510 * Set PxFBS.DEV field with pmp
515 port_fbs |= pmp << PORT_FBS_DEV_OFFSET;
519 rc = ahci_do_softreset(link, class, pmp,
526 * setting PxFBS.DEV field with pmp value.