Home
last modified time | relevance | path

Searched refs:ni_tio_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/comedi/drivers/
H A Dni_tio.c149 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()
1701 ni_tio_write(counter, load_val, 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()
1733 ni_tio_write(counter, 0x0, NITIO_AUTO_INC_REG(cidx)); in ni_tio_init_counter()
1741 ni_tio_write(counter, 0x0, NITIO_LOADA_REG(cidx)); in ni_tio_init_counter()
1744 ni_tio_write(counter, 0x0, NITIO_LOADB_REG(cidx)); in ni_tio_init_counter()
[all …]
H A Dni_tio_internal.h154 void ni_tio_write(struct ni_gpct *counter, unsigned int value,
H A Dni_tiocmd.c428 ni_tio_write(counter, ack, NITIO_INT_ACK_REG(cidx)); in ni_tio_acknowledge_and_confirm()