Searched refs:NITIO_INPUT_SEL_REG (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | ni_tio.c | 290 if (ni_tio_get_soft_copy(counter, NITIO_INPUT_SEL_REG(cidx)) & in ni_tio_clock_src_modifiers() 311 NITIO_INPUT_SEL_REG(cidx))); in ni_m_series_clock_src_select() 375 NITIO_INPUT_SEL_REG(cidx))); in ni_660x_clock_src_select() 547 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_tio_set_counter_mode() 776 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_tio_set_clock_src() 857 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_660x_set_gate() 899 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), in ni_m_set_gate() 1247 reg = NITIO_INPUT_SEL_REG(cidx); in ni_tio_get_gate_src() 1483 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), ~0, 0); in ni_tio_init_counter()
|
D | ni_tio_internal.h | 71 #define NITIO_INPUT_SEL_REG(x) (NITIO_G0_INPUT_SEL + (x)) macro
|
D | ni_tiocmd.c | 54 ni_tio_set_bits(counter, NITIO_INPUT_SEL_REG(cidx), mask, bits); in ni_tio_configure_dma()
|