Lines Matching refs:set_indexed_reg
79 * set_indexed_reg - Set indexed register
83 static void set_indexed_reg(ide_hwif_t *hwif, u8 index, u8 value)
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,
162 set_indexed_reg(hwif, 0x10 + adj, tmp & 0x7f);
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);