Home
last modified time | relevance | path

Searched refs:pm_present (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/siis/
HDsiis.c582 if (ch->pm_present) in siis_ch_init()
788 status = (ch->pm_present) ? 0x8000 : 0x0001; in siis_notify_events()
1626 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in siis_reset()
1664 if (ch->pm_present) in siis_reset()
1821 (ch->pm_present == 0 && in siisaction()
1861 ch->pm_present = cts->xport_specific.sata.pm_present; in siisaction()
1862 if (ch->pm_present) in siisaction()
1895 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in siisaction()
1923 cts->xport_specific.sata.pm_present = ch->pm_present; in siisaction()
HDsiis.h377 int pm_present; /* PM presence reported */ member
/freebsd-13-stable/sys/dev/mvs/
HDmvs.c518 if (ch->pm_present) { in mvs_set_edma_mode()
638 d = ch->pm_present ? 15 : 0; in mvs_notify_events()
1767 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in mvs_end_transaction()
2145 if (stuck && ch->pm_present && port != 15) { in mvs_softreset()
2207 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in mvs_sata_phy_reset()
2273 (ch->pm_present == 0 && in mvsaction()
2315 ch->pm_present = cts->xport_specific.sata.pm_present; in mvsaction()
2344 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in mvsaction()
2372 cts->xport_specific.sata.pm_present = ch->pm_present; in mvsaction()
2400 if ((ch->quirks & MVS_Q_GENIIE) || ch->pm_present == 0) in mvsaction()
HDmvs.h553 int pm_present; /* PM presence reported */ member
/freebsd-13-stable/sys/powerpc/mpc85xx/
HDfsl_sata.c263 int pm_present; /* PM presence reported */ member
1361 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in fsl_sata_end_transaction()
1539 (ch->pm_present ? FSL_SATA_P_HCTRL_PM : 0)); in fsl_sata_start()
1726 (ch->pm_present == 0 && in fsl_sataaction()
1766 ch->pm_present = cts->xport_specific.sata.pm_present; in fsl_sataaction()
1793 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in fsl_sataaction()
1819 cts->xport_specific.sata.pm_present = ch->pm_present; in fsl_sataaction()
/freebsd-13-stable/sys/dev/ahci/
HDahci.c1391 (ch->pm_present || ch->curr[0].atapi != 0)) { in ahci_ch_intr_main()
2143 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in ahci_end_transaction()
2320 ch->fbs_enabled = (fbs && ch->pm_present) ? 1 : 0; in ahci_start()
2328 (ch->pm_present ? AHCI_P_CMD_PMA : 0)); in ahci_start()
2661 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in ahci_sata_phy_reset()
2725 (ch->pm_present == 0 && in ahciaction()
2765 ch->pm_present = cts->xport_specific.sata.pm_present; in ahciaction()
2794 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in ahciaction()
2826 cts->xport_specific.sata.pm_present = ch->pm_present; in ahciaction()
HDahciem.c475 if (ch->pm_present) in ahci_em_emulate_ses_on_led()
561 if (ch->devices == 0 || ch->pm_present) in ahci_em_emulate_ses_on_led()
HDahci.h436 int pm_present; /* PM presence reported */ member
/freebsd-13-stable/sys/cam/
HDcam_ccb.h1012 u_int pm_present; /* PM is present (XPT->SIM) */ member
/freebsd-13-stable/sys/cam/ata/
HData_xpt.c872 cts.xport_specific.sata.pm_present = 1; in aprobedone()
1496 cts.xport_specific.sata.pm_present = 0; in ata_scan_bus()
/freebsd-13-stable/sbin/camcontrol/
HDcamcontrol.c5401 sata->pm_present); in cts_print()