HomeSort by: relevance | last modified time | path
    Searched refs:emux (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos5410_clock.c 606 struct exynos_mux_clk *emux = &eclk->u.mux; local in function:exynos5410_clock_set_parent_mux
612 for (sel = 0; sel < emux->nparents; sel++) {
613 if (strcmp(pname, emux->parents[sel]) == 0) {
617 if (sel == emux->nparents) {
621 uint32_t v = CLOCK_READ(sc, emux->reg);
622 v &= ~emux->bits;
623 v |= __SHIFTIN(sel, emux->bits);
624 CLOCK_WRITE(sc, emux->reg, v);
633 struct exynos_mux_clk *emux = &eclk->u.mux; local in function:exynos5410_clock_get_parent_mux
637 const uint32_t v = CLOCK_READ(sc, emux->reg)
    [all...]
exynos5422_clock.c 783 struct exynos_mux_clk *emux = &eclk->u.mux; local in function:exynos5422_clock_set_parent_mux
789 for (sel = 0; sel < emux->nparents; sel++) {
790 if (strcmp(pname, emux->parents[sel]) == 0) {
794 if (sel == emux->nparents) {
798 uint32_t v = CLOCK_READ(sc, emux->reg);
799 v &= ~emux->bits;
800 v |= __SHIFTIN(sel, emux->bits);
801 CLOCK_WRITE(sc, emux->reg, v);
810 struct exynos_mux_clk *emux = &eclk->u.mux; local in function:exynos5422_clock_get_parent_mux
814 const uint32_t v = CLOCK_READ(sc, emux->reg)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/mscc/
jaguar2_pcb110.dts 78 i2c0_emux: i2c0-emux {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/microchip/
sparx5_pcb134_board.dtsi 404 i2c0_emux: i2c0-emux@0 {

Completed in 16 milliseconds