Searched refs:pm_read (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/ata/ |
| HD | ata-sata.c | 86 if (ch->hw.pm_read != NULL) in ata_sata_scr_read() 87 return (ch->hw.pm_read(ch->dev, port, reg, val)); in ata_sata_scr_read() 293 if (ch->hw.pm_read(dev, ATA_PM, 0, &pm_chipid)) { in ata_pm_identify() 299 if (ch->hw.pm_read(dev, ATA_PM, 1, &pm_revision)) { in ata_pm_identify() 305 if (ch->hw.pm_read(dev, ATA_PM, 2, &pm_ports)) { in ata_pm_identify()
|
| HD | ata-all.h | 383 int (*pm_read)(device_t dev, int port, int reg, u_int32_t *result); member
|
| HD | ata-lowlevel.c | 77 ch->hw.pm_read = NULL; in ata_generic_hw()
|
| /NextBSD/sys/dev/ata/chipsets/ |
| HD | ata-intel.c | 374 ch->hw.pm_read = ata_intel_sata_cscr_read; in ata_intel_ch_attach() 378 ch->hw.pm_read = ata_intel_sata_ahci_read; in ata_intel_ch_attach() 381 ch->hw.pm_read = ata_intel_sata_sidpr_read; in ata_intel_ch_attach() 444 if (ch->hw.pm_read != NULL) { in ata_intel_reset()
|
| HD | ata-via.c | 411 ch->hw.pm_read = ata_via_sata_scr_read; in ata_via_sata_ch_attach()
|
| HD | ata-promise.c | 582 ch->hw.pm_read = ata_promise_mio_pm_read; in ata_promise_mio_ch_attach()
|