Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-netcell.c71 ch->flags |= ATA_USE_16BIT; in ata_netcell_allocate()
H A Data-marvell.c134 ch->flags |= ATA_USE_16BIT; in ata_marvell_pata_allocate()
250 ch->flags |= ATA_USE_16BIT; /* XXX SOS needed ? */ in ata_marvell_edma_allocate()
H A Data-promise.c546 ch->flags |= ATA_USE_16BIT; in ata_promise_mio_allocate()
/dragonfly/sys/dev/disk/nata/
H A Data-isa.c97 ch->flags |= ATA_USE_16BIT; in ata_isa_probe()
H A Data-card.c123 ch->flags |= (ATA_USE_16BIT | ATA_NO_SLAVE); in ata_pccard_attach()
H A Data-lowlevel.c810 if (ch->flags & ATA_USE_16BIT || (size % sizeof(int32_t))) in ata_pio_read()
835 if (ch->flags & ATA_USE_16BIT || (size % sizeof(int32_t))) in ata_pio_write()
H A Data-all.h511 #define ATA_USE_16BIT 0x02 macro