Home
last modified time | relevance | path

Searched refs:FSEL (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c127 clr_pll_con0 = SDIV(7) | PDIV(63) | MDIV(1023) | FSEL(1); in board_clock_init()
128 set = SDIV(0) | PDIV(3) | MDIV(125) | FSEL(1); in board_clock_init()
211 set = SDIV(0) | PDIV(3) | MDIV(100) | FSEL(0) | PLL_ENABLE(1); in board_clock_init()
H A Dsetup.h14 #define FSEL(x) (((x) & 0x1) << 27) macro
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c124 #define FSEL 0x017 /* 23 */ macro
292 case FSEL: func = fsel; type = ABC; break; in do_mathemu()
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-m31.c35 #define FSEL BIT(4) macro
/openbmc/qemu/target/ppc/
H A Dinsn32.decode546 FSEL 111111 ..... ..... ..... ..... 10111 . @A
H A Dhelper.h138 DEF_HELPER_FLAGS_3(FSEL, TCG_CALL_NO_RWG_SE, i64, i64, i64, i64)