Searched refs:PERLCK_AMUX_SHIFT (Results 1 – 2 of 2) sorted by relevance
52 #define PERLCK_AMUX_SHIFT 16 macro577 ((reg >> PERLCK_AMUX_SHIFT) & PERLCK_MUX_MASK); in periph_init()600 reg &= ~(PERLCK_MUX_MASK << PERLCK_AMUX_SHIFT); in periph_set_mux()606 reg |= (idx - 8) << PERLCK_AMUX_SHIFT; in periph_set_mux()
46 #define PERLCK_AMUX_SHIFT 16 macro690 ((reg >> PERLCK_AMUX_SHIFT) & PERLCK_MUX_MASK); in periph_init()714 reg &= ~(PERLCK_MUX_MASK << PERLCK_AMUX_SHIFT); in periph_set_mux()720 reg |= (idx - 8) << PERLCK_AMUX_SHIFT; in periph_set_mux()