Home
last modified time | relevance | path

Searched refs:NITIO_GATE2_REG (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_tio.c305 unsigned int second_gate_reg = NITIO_GATE2_REG(cidx); in ni_m_series_clock_src_select()
724 unsigned int second_gate_reg = NITIO_GATE2_REG(cidx); in ni_tio_set_source_subselect()
909 unsigned int gate2_reg = NITIO_GATE2_REG(cidx); in ni_660x_set_gate2()
955 unsigned int gate2_reg = NITIO_GATE2_REG(cidx); in ni_m_set_gate2()
980 unsigned int gate2_reg = NITIO_GATE2_REG(cidx); in ni_tio_set_gate_src()
1240 !(counter_dev->regs[NITIO_GATE2_REG(cidx)] & GI_GATE2_MODE))) { in ni_tio_get_gate_src()
1268 reg = NITIO_GATE2_REG(cidx); in ni_tio_get_gate_src()
1489 counter_dev->regs[NITIO_GATE2_REG(cidx)] = 0x0; in ni_tio_init_counter()
1490 ni_tio_write(counter, 0x0, NITIO_GATE2_REG(cidx)); in ni_tio_init_counter()
Dni_tio_internal.h106 #define NITIO_GATE2_REG(x) (NITIO_G0_GATE2 + (x)) macro