Searched refs:mwdma_timings (Results 1 - 7 of 7) sorted by relevance

/drivers/ata/
H A Dpata_cs5535.c141 static const u32 mwdma_timings[3] = { local
152 reg |= mwdma_timings[mode - XFER_MW_DMA_0];
H A Dpata_atiixp.c150 static u8 mwdma_timings[5] = { 0x77, 0x21, 0x20 }; local
178 mwdma_timing_data |= (mwdma_timings[dma] << timing_shift);
H A Dpata_cs5536.c210 static const u8 mwdma_timings[3] = { local
226 cs5536_program_dtc(adev, mwdma_timings[mode - XFER_MW_DMA_0]);
/drivers/ide/
H A Dcs5536.c186 static const u8 mwdma_timings[3] = { local
204 timings |= mwdma_timings[mode - XFER_MW_DMA_0] << 8;
H A Dsl82c105.c97 static u16 mwdma_timings[] = {0x0707, 0x0201, 0x0200}; local
102 drv_ctrl = mwdma_timings[speed - XFER_MW_DMA_0];
H A Dpdc202xx_new.c114 } mwdma_timings [] = { variable in typeref:struct:mwdma_timing
158 mwdma_timings[mode].reg0e);
160 mwdma_timings[mode].reg0f);
H A Dsis5513.c204 const u16 mwdma_timings[] = { 0x008, 0x302, 0x301 }; local
213 t1 |= mwdma_timings[mode - XFER_MW_DMA_0];
227 const u8 mwdma_timings[] = { 0x08, 0x32, 0x31 }; local
236 t1 = mwdma_timings[mode - XFER_MW_DMA_0];

Completed in 227 milliseconds