Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/samsung/odroid/
H A Dodroid.c120 clr_pll_con0 = SDIV(7) | PDIV(63) | MDIV(1023) | FSEL(1); in board_clock_init()
121 set = SDIV(0) | PDIV(3) | MDIV(125) | FSEL(1); in board_clock_init()
204 set = SDIV(0) | PDIV(3) | MDIV(100) | FSEL(0) | PLL_ENABLE(1); in board_clock_init()
H A Dsetup.h15 #define FSEL(x) (((x) & 0x1) << 27) macro
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath.c124 #define FSEL 0x017 /* 23 */ macro
292 case FSEL: func = fsel; type = ABC; break; in do_mathemu()