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

/freebsd-13-stable/sys/dev/ata/
H A Data-sata.c88 if (ch->hw.pm_read != NULL)
89 return (ch->hw.pm_read(ch->dev, port, reg, val));
295 if (ch->hw.pm_read(dev, ATA_PM, 0, &pm_chipid)) {
301 if (ch->hw.pm_read(dev, ATA_PM, 1, &pm_revision)) {
307 if (ch->hw.pm_read(dev, ATA_PM, 2, &pm_ports)) {
H A Data-all.h374 int (*pm_read)(device_t dev, int port, int reg, u_int32_t *result); member in struct:ata_lowlevel
H A Data-lowlevel.c79 ch->hw.pm_read = NULL;
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-intel.c376 ch->hw.pm_read = ata_intel_sata_cscr_read;
380 ch->hw.pm_read = ata_intel_sata_ahci_read;
383 ch->hw.pm_read = ata_intel_sata_sidpr_read;
446 if (ch->hw.pm_read != NULL) {
H A Data-via.c413 ch->hw.pm_read = ata_via_sata_scr_read;
H A Data-promise.c576 ch->hw.pm_read = ata_promise_mio_pm_read;

Completed in 123 milliseconds