Home
last modified time | relevance | path

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

/freebsd-11-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()
1628 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in siis_reset()
1666 if (ch->pm_present) in siis_reset()
1822 (ch->pm_present == 0 && in siisaction()
1862 ch->pm_present = cts->xport_specific.sata.pm_present; in siisaction()
1863 if (ch->pm_present) in siisaction()
1896 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in siisaction()
1924 cts->xport_specific.sata.pm_present = ch->pm_present; in siisaction()
HDsiis.h382 int pm_present; /* PM presence reported */ member
/freebsd-11-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()
1769 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in mvs_end_transaction()
2147 if (stuck && ch->pm_present && port != 15) { in mvs_softreset()
2209 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in mvs_sata_phy_reset()
2275 (ch->pm_present == 0 && in mvsaction()
2317 ch->pm_present = cts->xport_specific.sata.pm_present; in mvsaction()
2346 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in mvsaction()
2374 cts->xport_specific.sata.pm_present = ch->pm_present; in mvsaction()
2402 if ((ch->quirks & MVS_Q_GENIIE) || ch->pm_present == 0) in mvsaction()
HDmvs.h552 int pm_present; /* PM presence reported */ member
/freebsd-11-stable/sys/dev/ahci/
HDahci.c1337 (ch->pm_present || ch->curr[0].atapi != 0)) { in ahci_ch_intr_main()
2083 (ch->curr[ch->pm_present ? 15 : 0].caps & CTS_SATA_CAPS_D_PMREQ)) { in ahci_end_transaction()
2260 ch->fbs_enabled = (fbs && ch->pm_present) ? 1 : 0; in ahci_start()
2268 (ch->pm_present ? AHCI_P_CMD_PMA : 0)); in ahci_start()
2595 sata_rev = ch->user[ch->pm_present ? 15 : 0].revision; in ahci_sata_phy_reset()
2659 (ch->pm_present == 0 && in ahciaction()
2699 ch->pm_present = cts->xport_specific.sata.pm_present; in ahciaction()
2728 (ccb->ccb_h.target_id == 0 && !ch->pm_present))) { in ahciaction()
2760 cts->xport_specific.sata.pm_present = ch->pm_present; in ahciaction()
HDahciem.c467 if (ch->pm_present) in ahci_em_emulate_ses_on_led()
553 if (ch->devices == 0 || ch->pm_present) in ahci_em_emulate_ses_on_led()
HDahci.h427 int pm_present; /* PM presence reported */ member
/freebsd-11-stable/sys/cam/
HDcam_ccb.h987 u_int pm_present; /* PM is present (XPT->SIM) */ member
/freebsd-11-stable/sys/cam/ata/
HData_xpt.c862 cts.xport_specific.sata.pm_present = 1; in probedone()
1504 cts.xport_specific.sata.pm_present = 0; in ata_scan_bus()
/freebsd-11-stable/sbin/camcontrol/
HDcamcontrol.c5134 sata->pm_present); in cts_print()