Searched refs:pm_write (Results 1 – 5 of 5) sorted by relevance
98 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()
373 int (*pm_write)(device_t dev, int port, int reg, u_int32_t value); member
77 ch->hw.pm_write = NULL; in ata_generic_hw()
376 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()
411 ch->hw.pm_write = ata_via_sata_scr_write; in ata_via_sata_ch_attach()