Home
last modified time | relevance | path

Searched refs:tf_write (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ata/chipsets/
H A Data-serverworks.c208 ch->hw.tf_write = ata_serverworks_tf_write; in ata_serverworks_ch_attach()
H A Data-intel.c862 ch->hw.tf_write = ata_intel_31244_tf_write; in ata_intel_31244_ch_attach()
/freebsd/sys/dev/ata/
H A Data-lowlevel.c75 ch->hw.tf_write = ata_tf_write; in ata_generic_hw()
743 ch->hw.tf_write(request); in ata_generic_command()
H A Data-all.h379 void (*tf_write)(struct ata_request *request); member