Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dni_tio.c74 #define NI_M_PFI_GATE_SEL(x) (((x) < 10) ? (1 + (x)) : (0xb + (x))) macro
1273 if (gate == NI_M_PFI_GATE_SEL(i)) { in ni_m_gate_to_generic_gate()