Home
last modified time | relevance | path

Searched refs:pm_ports (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-sata.c288 u_int32_t pm_chipid, pm_revision, pm_ports; in ata_pm_identify() local
304 if (ch->hw.pm_read(dev, ATA_PM, 2, &pm_ports)) { in ata_pm_identify()
308 pm_ports &= 0x0000000f; in ata_pm_identify()
317 pm_revision, pm_ports); in ata_pm_identify()
318 pm_ports = 5; in ata_pm_identify()
328 pm_revision, pm_ports); in ata_pm_identify()
329 pm_ports = 5; in ata_pm_identify()
334 pm_chipid, pm_revision, pm_ports); in ata_pm_identify()
338 for (port=0; port < pm_ports; port++) { in ata_pm_identify()
/freebsd/sys/cam/ata/
H A Data_pmp.c96 int pm_ports; member
622 softc->pm_ports = (ataio->res.lba_high << 24) + in pmpdone()
635 softc->pm_ports == 6) in pmpdone()
636 softc->pm_ports = 5; in pmpdone()
643 if (softc->pm_pid == 0x47261095 && softc->pm_ports == 7) in pmpdone()
644 softc->pm_ports = 5; in pmpdone()
653 softc->pm_ports--; in pmpdone()
657 softc->pm_ports); in pmpdone()
709 if (softc->pm_step >= softc->pm_ports) { in pmpdone()
724 if (softc->pm_step >= softc->pm_ports) { in pmpdone()
[all …]