Searched refs:ATA_PM (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/ata/ |
| H A D | ata-sata.c | 292 if (ch->hw.pm_read(dev, ATA_PM, 0, &pm_chipid)) { in ata_pm_identify() 298 if (ch->hw.pm_read(dev, ATA_PM, 1, &pm_revision)) { in ata_pm_identify() 304 if (ch->hw.pm_read(dev, ATA_PM, 2, &pm_ports)) { in ata_pm_identify()
|
| H A D | ata-all.h | 303 #define ATA_PM 0x0f macro
|
| /freebsd/sys/dev/ata/chipsets/ |
| H A D | ata-promise.c | 780 u_int32_t signature = ch->hw.softreset(dev, ATA_PM); in ata_promise_mio_reset() 832 if (port < ATA_PM) { in ata_promise_mio_pm_read() 883 if (port < ATA_PM) { in ata_promise_mio_pm_write()
|