Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_tio.c239 if (ni_tio_get_soft_copy(counter, NITIO_INPUT_SEL_REG(cidx)) & in ni_tio_clock_src_modifiers()
259 NITIO_INPUT_SEL_REG(cidx))); in ni_m_series_clock_src_select()
322 NITIO_INPUT_SEL_REG(cidx))); in ni_660x_clock_src_select()
480 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_tio_set_counter_mode()
702 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_tio_set_clock_src()
777 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_660x_set_gate()
819 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_m_set_gate()
1122 NITIO_INPUT_SEL_REG(cidx))); in ni_tio_get_gate_src()
1352 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), ~0, 0); in ni_tio_init_counter()
Dni_tio_internal.h76 #define NITIO_INPUT_SEL_REG(x) (NITIO_G0_INPUT_SEL + (x)) macro
Dni_tiocmd.c67 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), mask, bits); in ni_tio_configure_dma()