Searched refs:pm_write (Results 1 – 6 of 6) sorted by relevance
101 if (ch->hw.pm_write != NULL) in ata_sata_scr_write()102 return (ch->hw.pm_write(ch->dev, port, reg, val)); in ata_sata_scr_write()
376 int (*pm_write)(device_t dev, int port, int reg, u_int32_t value); member
80 ch->hw.pm_write = NULL; in ata_generic_hw()
377 ch->hw.pm_write = ata_intel_sata_cscr_write; in ata_intel_ch_attach()381 ch->hw.pm_write = ata_intel_sata_ahci_write; in ata_intel_ch_attach()384 ch->hw.pm_write = ata_intel_sata_sidpr_write; in ata_intel_ch_attach()387 if (ch->hw.pm_write != NULL) { in ata_intel_ch_attach()
414 ch->hw.pm_write = ata_via_sata_scr_write; in ata_via_sata_ch_attach()
585 ch->hw.pm_write = ata_promise_mio_pm_write; in ata_promise_mio_ch_attach()