Searched defs:pio_mask (Results 1 - 5 of 5) sorted by relevance

/drivers/ata/
H A Dpata_of_platform.c28 int pio_mask; local
62 pio_mask = 1 << pio_mode;
63 pio_mask |= (1 << pio_mode) - 1;
66 reg_shift, pio_mask);
H A Dpata_platform.c26 static int pio_mask = 1; variable
133 ap->pio_mask = __pio_mask;
219 pio_mask);
233 module_param(pio_mask, int, 0);
H A Dpata_legacy.c50 * Use the autospeed and pio_mask options with:
52 * Use the jumpers, autospeed and set pio_mask to the mode on the jumpers with
56 * For now use autospeed and pio_mask as above with the W83759A. This may
119 unsigned int pio_mask; member in struct:legacy_controller
140 static int pio_mask = ATA_PIO4; /* PIO range for autospeed devices */ variable
244 * pio_mask as well.
946 int pio_modes = controller->pio_mask;
986 ap->pio_mask = pio_modes;
1272 module_param(pio_mask, int, 0);
H A Dlibata-core.c423 unsigned long pio_mask, mwdma_mask, udma_mask; local
436 &pio_mask, &mwdma_mask, &udma_mask);
445 dev->pio_mask = pio_mask;
853 * @pio_mask: pio_mask
857 * Pack @pio_mask, @mwdma_mask and @udma_mask into a single
866 unsigned long ata_pack_xfermask(unsigned long pio_mask, argument
870 return ((pio_mask << ATA_SHIFT_PIO) & ATA_MASK_PIO) |
878 * @pio_mask
885 ata_unpack_xfermask(unsigned long xfer_mask, unsigned long *pio_mask, unsigned long *mwdma_mask, unsigned long *udma_mask) argument
1464 unsigned long pio_mask, mwdma_mask, udma_mask; local
3149 unsigned long pio_mask, mwdma_mask, udma_mask; local
3324 unsigned long pio_mask, dma_mask; local
[all...]
/drivers/ide/
H A Dhpt366.c385 u32 pio_mask; member in struct:hpt_timings
421 .pio_mask = 0xc1f8ffff,
434 .pio_mask = 0xcfc3ffff,
640 u32 itr_mask = speed < XFER_MW_DMA_0 ? t->pio_mask :
1380 .pio_mask = ATA_PIO4,
1392 .pio_mask = ATA_PIO4,

Completed in 124 milliseconds