ni_tio_write
ni_tio_write(counter, counter_dev->regs[chip][abz_reg], abz_reg);
EXPORT_SYMBOL_GPL(ni_tio_write);
ni_tio_write(counter, load_val, load_reg);
ni_tio_write(counter, counter_dev->regs[chip][load_reg],
ni_tio_write(counter, load_val, NITIO_LOADA_REG(cidx));
ni_tio_write(counter, load_val, NITIO_LOADB_REG(cidx));
ni_tio_write(counter, 0x0, NITIO_AUTO_INC_REG(cidx));
ni_tio_write(counter, GI_RESET(cidx), NITIO_RESET_REG(cidx));
ni_tio_write(counter, 0x0, NITIO_LOADA_REG(cidx));
ni_tio_write(counter, 0x0, NITIO_LOADB_REG(cidx));
ni_tio_write(counter, 0x0, NITIO_GATE2_REG(cidx));
ni_tio_write(counter, regs[reg] | transient, reg);
ni_tio_write(counter, counter_dev->regs[chip][second_gate_reg],
void ni_tio_write(struct ni_gpct *counter, unsigned int value,
ni_tio_write(counter, ack, NITIO_INT_ACK_REG(cidx));