Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ds626.h644 #define S626_CRAMSK_CLKPOL_A S626_SET_CRA_CLKPOL_A(~0)
661 #define S626_SET_CRA_CLKPOL_A(x) \ macro
H A Ds626.c755 cra |= S626_SET_CRA_CNTSRC_A(cntsrc) | S626_SET_CRA_CLKPOL_A(clkpol) | in s626_set_mode_a()