Searched refs:PERLCK_AMUX_SHIFT (Results 1 – 2 of 2) sorted by relevance
55 #define PERLCK_AMUX_SHIFT 16 macro580 ((reg >> PERLCK_AMUX_SHIFT) & PERLCK_MUX_MASK); in periph_init()603 reg &= ~(PERLCK_MUX_MASK << PERLCK_AMUX_SHIFT); in periph_set_mux()609 reg |= (idx - 8) << PERLCK_AMUX_SHIFT; in periph_set_mux()
49 #define PERLCK_AMUX_SHIFT 16 macro693 ((reg >> PERLCK_AMUX_SHIFT) & PERLCK_MUX_MASK); in periph_init()717 reg &= ~(PERLCK_MUX_MASK << PERLCK_AMUX_SHIFT); in periph_set_mux()723 reg |= (idx - 8) << PERLCK_AMUX_SHIFT; in periph_set_mux()