Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-sata.c85 if (ch->hw.pm_read != NULL) in ata_sata_scr_read()
86 return (ch->hw.pm_read(ch->dev, port, reg, val)); in ata_sata_scr_read()
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 Data-all.h372 int (*pm_read)(device_t dev, int port, int reg, u_int32_t *result); member
H A Data-lowlevel.c76 ch->hw.pm_read = NULL; in ata_generic_hw()
/freebsd/sys/dev/ata/chipsets/
H A Data-intel.c375 ch->hw.pm_read = ata_intel_sata_cscr_read; in ata_intel_ch_attach()
379 ch->hw.pm_read = ata_intel_sata_ahci_read; in ata_intel_ch_attach()
382 ch->hw.pm_read = ata_intel_sata_sidpr_read; in ata_intel_ch_attach()
445 if (ch->hw.pm_read != NULL) { in ata_intel_reset()
H A Data-via.c410 ch->hw.pm_read = ata_via_sata_scr_read; in ata_via_sata_ch_attach()
H A Data-promise.c571 ch->hw.pm_read = ata_promise_mio_pm_read; in ata_promise_mio_ch_attach()