Lines Matching refs:adj
131 u8 adj = (drive->dn & 1) ? 0x08 : 0x00;
146 set_indexed_reg(hwif, 0x10 + adj,
148 set_indexed_reg(hwif, 0x11 + adj,
150 set_indexed_reg(hwif, 0x12 + adj,
153 set_indexed_reg(hwif, 0x0e + adj,
155 set_indexed_reg(hwif, 0x0f + adj,
160 u8 tmp = get_indexed_reg(hwif, 0x10 + adj);
162 set_indexed_reg(hwif, 0x10 + adj, tmp & 0x7f);
169 u8 adj = (drive->dn & 1) ? 0x08 : 0x00;
173 set_indexed_reg(hwif, 0x0c + adj, pio_timings[pio].reg0c);
174 set_indexed_reg(hwif, 0x0d + adj, pio_timings[pio].reg0d);
175 set_indexed_reg(hwif, 0x13 + adj, pio_timings[pio].reg13);