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

/freebsd-13-stable/sys/dev/ata/
H A Data-sata.c101 if (ch->hw.pm_write != NULL)
102 return (ch->hw.pm_write(ch->dev, port, reg, val));
H A Data-all.h375 int (*pm_write)(device_t dev, int port, int reg, u_int32_t value); member in struct:ata_lowlevel
H A Data-lowlevel.c80 ch->hw.pm_write = NULL;
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-intel.c377 ch->hw.pm_write = ata_intel_sata_cscr_write;
381 ch->hw.pm_write = ata_intel_sata_ahci_write;
384 ch->hw.pm_write = ata_intel_sata_sidpr_write;
387 if (ch->hw.pm_write != NULL) {
H A Data-via.c414 ch->hw.pm_write = ata_via_sata_scr_write;
H A Data-promise.c577 ch->hw.pm_write = ata_promise_mio_pm_write;

Completed in 102 milliseconds