Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c55 #define PERLCK_AMUX_SHIFT 16 macro
580 ((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()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_clk_per.c49 #define PERLCK_AMUX_SHIFT 16 macro
693 ((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()