Lines Matching refs:pm_level
260 int pm_level; /* power management level */ member
332 ch->pm_level = 0; in fsl_sata_attach()
334 device_get_unit(dev), "pm_level", &ch->pm_level); in fsl_sata_attach()
336 if (ch->pm_level > 3) in fsl_sata_attach()
347 if (ch->pm_level) { in fsl_sata_attach()
402 if (ch->pm_level > 3) { in fsl_sata_attach()
404 (ch->pm_level == 4) ? hz / 1000 : hz / 8, in fsl_sata_attach()
436 if (ch->pm_level > 3) in fsl_sata_detach()
677 if (((ch->pm_level == 0) && (serr & ATA_SE_PHY_CHANGED)) || in fsl_sata_phy_check_events()
678 ((ch->pm_level != 0) && (serr & ATA_SE_EXCHANGED))) { in fsl_sata_phy_check_events()
779 if (ch->pm_level == 4) in fsl_sata_pm()
910 if (ch->numrslots == 0 && ch->pm_level > 3) in fsl_sata_begin_transaction()
1359 if (ch->numrslots == 0 && ch->pm_level > 3 && in fsl_sata_end_transaction()
1362 (ch->pm_level == 4) ? hz / 1000 : hz / 8); in fsl_sata_end_transaction()
1801 if (ch->pm_level) { in fsl_sataaction()