Searched refs:ni_tio_write (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/comedi/drivers/ |
D | ni_tio.c | 149 void ni_tio_write(struct ni_gpct *counter, unsigned int value, in ni_tio_write() function 155 EXPORT_SYMBOL_GPL(ni_tio_write); 174 ni_tio_write(counter, GI_RESET(cidx), NITIO_RESET_REG(cidx)); in ni_tio_reset_count_and_disarm() 236 ni_tio_write(counter, regs[reg] | transient, reg); in ni_tio_set_bits_transient() 748 ni_tio_write(counter, counter_dev->regs[chip][second_gate_reg], in ni_tio_set_source_subselect() 1152 ni_tio_write(counter, counter_dev->regs[chip][abz_reg], abz_reg); in ni_tio_set_other_src() 1701 ni_tio_write(counter, load_val, load_reg); in ni_tio_insn_write() 1705 ni_tio_write(counter, counter_dev->regs[chip][load_reg], in ni_tio_insn_write() 1710 ni_tio_write(counter, load_val, NITIO_LOADA_REG(cidx)); in ni_tio_insn_write() 1714 ni_tio_write(counter, load_val, NITIO_LOADB_REG(cidx)); in ni_tio_insn_write() [all …]
|
D | ni_tio_internal.h | 154 void ni_tio_write(struct ni_gpct *counter, unsigned int value,
|
D | ni_tiocmd.c | 428 ni_tio_write(counter, ack, NITIO_INT_ACK_REG(cidx)); in ni_tio_acknowledge_and_confirm()
|