Home
last modified time | relevance | path

Searched refs:ATA_USE_16BIT (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ata/chipsets/
H A Data-netcell.c96 ch->flags |= ATA_USE_16BIT; in ata_netcell_ch_attach()
H A Data-marvell.c150 ch->flags |= ATA_USE_16BIT; in ata_marvell_ch_attach()
H A Data-intel.c399 ch->flags |= ATA_USE_16BIT; in ata_intel_ch_attach()
H A Data-promise.c560 ch->flags |= ATA_USE_16BIT; in ata_promise_mio_ch_attach()
/freebsd/sys/dev/ata/
H A Data-isa.c141 ch->flags |= ATA_USE_16BIT; in ata_isa_attach()
H A Data-lowlevel.c856 if (__predict_false((ch->flags & ATA_USE_16BIT) || in ata_pio_read()
943 if (__predict_false((ch->flags & ATA_USE_16BIT) || in ata_pio_write()
H A Data-all.h408 #define ATA_USE_16BIT 0x02 macro
/freebsd/sys/powerpc/psim/
H A Data_iobus.c235 ch->flags = (ATA_USE_16BIT|ATA_NO_SLAVE); in ata_iobus_sub_probe()
/freebsd/sys/powerpc/powermac/
H A Data_kauai.c271 ch->flags |= ATA_USE_16BIT; in ata_kauai_attach()
H A Data_macio.c213 ch->flags |= ATA_USE_16BIT | ATA_NO_ATAPI_DMA; in ata_macio_attach()