Searched refs:timing_shift (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/ata/
H A Dpata_atiixp.c109 int timing_shift = (16 * ap->port_no) + 8 * (adev->devno ^ 1); local
119 pio_timing_data &= ~(0xFF << timing_shift);
120 pio_timing_data |= (pio_timings[pio] << timing_shift);
172 int timing_shift = (16 * ap->port_no) + 8 * (adev->devno ^ 1); local
179 mwdma_timing_data &= ~(0xFF << timing_shift);
180 mwdma_timing_data |= (mwdma_timings[dma] << timing_shift);

Completed in 161 milliseconds