Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ata/
Data-sata.c88 if (ch->hw.pm_read != NULL) in ata_sata_scr_read()
89 return (ch->hw.pm_read(ch->dev, port, reg, val)); in ata_sata_scr_read()
295 if (ch->hw.pm_read(dev, ATA_PM, 0, &pm_chipid)) { in ata_pm_identify()
301 if (ch->hw.pm_read(dev, ATA_PM, 1, &pm_revision)) { in ata_pm_identify()
307 if (ch->hw.pm_read(dev, ATA_PM, 2, &pm_ports)) { in ata_pm_identify()
Data-all.h375 int (*pm_read)(device_t dev, int port, int reg, u_int32_t *result); member
Data-lowlevel.c79 ch->hw.pm_read = NULL; in ata_generic_hw()
/freebsd-12-stable/sys/dev/ata/chipsets/
Data-intel.c376 ch->hw.pm_read = ata_intel_sata_cscr_read; in ata_intel_ch_attach()
380 ch->hw.pm_read = ata_intel_sata_ahci_read; in ata_intel_ch_attach()
383 ch->hw.pm_read = ata_intel_sata_sidpr_read; in ata_intel_ch_attach()
446 if (ch->hw.pm_read != NULL) { in ata_intel_reset()
Data-via.c413 ch->hw.pm_read = ata_via_sata_scr_read; in ata_via_sata_ch_attach()
Data-promise.c584 ch->hw.pm_read = ata_promise_mio_pm_read; in ata_promise_mio_ch_attach()