Home
last modified time | relevance | path

Searched refs:pm_read (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ata/
HData-sata.c86 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()
HData-all.h383 int (*pm_read)(device_t dev, int port, int reg, u_int32_t *result); member
HData-lowlevel.c77 ch->hw.pm_read = NULL; in ata_generic_hw()
/NextBSD/sys/dev/ata/chipsets/
HData-intel.c374 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()
HData-via.c411 ch->hw.pm_read = ata_via_sata_scr_read; in ata_via_sata_ch_attach()
HData-promise.c582 ch->hw.pm_read = ata_promise_mio_pm_read; in ata_promise_mio_ch_attach()