Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-sata.c98 if (ch->hw.pm_write != NULL) in ata_sata_scr_write()
99 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.c77 ch->hw.pm_write = NULL; in ata_generic_hw()
/freebsd/sys/dev/ata/chipsets/
H A Data-intel.c376 ch->hw.pm_write = ata_intel_sata_cscr_write; in ata_intel_ch_attach()
380 ch->hw.pm_write = ata_intel_sata_ahci_write; in ata_intel_ch_attach()
383 ch->hw.pm_write = ata_intel_sata_sidpr_write; in ata_intel_ch_attach()
386 if (ch->hw.pm_write != NULL) { in ata_intel_ch_attach()
H A Data-via.c411 ch->hw.pm_write = ata_via_sata_scr_write; in ata_via_sata_ch_attach()