Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/siis/
H A Dsiis.c581 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()
H A Dsiis.h377 int pm_present; /* PM presence reported */ member
/freebsd-14.2/sys/dev/mvs/
H A Dmvs.c518 if (ch->pm_present) { in mvs_set_edma_mode()
636 d = ch->pm_present ? 15 : 0; in mvs_notify_events()
1763 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in mvs_end_transaction()
2142 if (stuck && ch->pm_present && port != 15) { in mvs_softreset()
2204 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in mvs_sata_phy_reset()
2270 (ch->pm_present == 0 && in mvsaction()
2312 ch->pm_present = cts->xport_specific.sata.pm_present; in mvsaction()
2341 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in mvsaction()
2369 cts->xport_specific.sata.pm_present = ch->pm_present; in mvsaction()
2397 if ((ch->quirks & MVS_Q_GENIIE) || ch->pm_present == 0) in mvsaction()
H A Dmvs.h553 int pm_present; /* PM presence reported */ member
/freebsd-14.2/sys/powerpc/mpc85xx/
H A Dfsl_sata.c263 int pm_present; /* PM presence reported */ member
1362 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in fsl_sata_end_transaction()
1540 (ch->pm_present ? FSL_SATA_P_HCTRL_PM : 0)); in fsl_sata_start()
1727 (ch->pm_present == 0 && in fsl_sataaction()
1767 ch->pm_present = cts->xport_specific.sata.pm_present; in fsl_sataaction()
1794 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in fsl_sataaction()
1820 cts->xport_specific.sata.pm_present = ch->pm_present; in fsl_sataaction()
/freebsd-14.2/sys/dev/ahci/
H A Dahci.c1390 (ch->pm_present || ch->curr[0].atapi != 0)) { in ahci_ch_intr_main()
2142 (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()
H A Dahciem.c474 if (ch->pm_present) in ahci_em_emulate_ses_on_led()
560 if (ch->devices == 0 || ch->pm_present) in ahci_em_emulate_ses_on_led()
H A Dahci.h436 int pm_present; /* PM presence reported */ member
/freebsd-14.2/sys/cam/
H A Dcam_ccb.h1024 u_int pm_present; /* PM is present (XPT->SIM) */ member
/freebsd-14.2/sys/cam/ata/
H A Data_xpt.c860 cts.xport_specific.sata.pm_present = 1; in aprobedone()
1484 cts.xport_specific.sata.pm_present = 0; in ata_scan_bus()
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c5370 sata->pm_present); in cts_print()