Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ata/
H A Data-sata.c99 if (ch->hw.pm_write != NULL) in ata_sata_scr_write()
100 return (ch->hw.pm_write(ch->dev, port, reg, val)); in ata_sata_scr_write()
H A Data-all.h373 int (*pm_write)(device_t dev, int port, int reg, u_int32_t value); member
H A Data-lowlevel.c78 ch->hw.pm_write = NULL; in ata_generic_hw()
/freebsd-14.2/sys/dev/ata/chipsets/
H A Data-intel.c375 ch->hw.pm_write = ata_intel_sata_cscr_write; in ata_intel_ch_attach()
379 ch->hw.pm_write = ata_intel_sata_ahci_write; in ata_intel_ch_attach()
382 ch->hw.pm_write = ata_intel_sata_sidpr_write; in ata_intel_ch_attach()
385 if (ch->hw.pm_write != NULL) { in ata_intel_ch_attach()
H A Data-via.c412 ch->hw.pm_write = ata_via_sata_scr_write; in ata_via_sata_ch_attach()
H A Data-promise.c573 ch->hw.pm_write = ata_promise_mio_pm_write; in ata_promise_mio_ch_attach()