Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_tio.c417 ni_tio_set_bits(counter, counting_mode_reg, in ni_tio_set_sync_mode()
421 ni_tio_set_bits(counter, counting_mode_reg, in ni_tio_set_sync_mode()
457 ni_tio_set_bits(counter, NITIO_MODE_REG(cidx), in ni_tio_set_counter_mode()
467 ni_tio_set_bits(counter, NITIO_CNT_MODE_REG(cidx), in ni_tio_set_counter_mode()
473 ni_tio_set_bits(counter, NITIO_CMD_REG(cidx), GI_CNT_DIR_MASK, in ni_tio_set_counter_mode()
480 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_tio_set_counter_mode()
529 ni_tio_set_bits(counter, NITIO_CNT_MODE_REG(cidx), in ni_tio_arm()
702 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_tio_set_clock_src()
720 ni_tio_set_bits(counter, NITIO_CNT_MODE_REG(cidx), in ni_tio_set_clock_src()
777 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_660x_set_gate()
[all …]
Dni_tiocmd.c67 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), mask, bits); in ni_tio_configure_dma()
81 ni_tio_set_bits(counter, NITIO_DMA_CFG_REG(cidx), mask, bits); in ni_tio_configure_dma()
136 ni_tio_set_bits(counter, NITIO_CMD_REG(cidx), GI_SAVE_TRACE, 0); in ni_tio_input_cmd()
181 ni_tio_set_bits(counter, NITIO_INT_ENA_REG(cidx), in ni_tio_cmd_setup()
302 ni_tio_set_bits(counter, NITIO_INT_ENA_REG(cidx), in ni_tio_cancel()
Dni_tio_internal.h214 static inline void ni_tio_set_bits(struct ni_gpct *counter, in ni_tio_set_bits() function