Searched refs:pllctl_reg_setbits (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | clock.c | 111 pllctl_reg_setbits(data->pll, secctl, SECCTL_BYPASS_MASK); in configure_main_pll() 112 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLPWRDN_MASK); in configure_main_pll() 142 pllctl_reg_setbits(data->pll, alnctl, alnctl_val); in configure_main_pll() 147 pllctl_reg_setbits(data->pll, cmd, PLLSTAT_GOSTAT_MASK); in configure_main_pll() 152 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLRST_MASK); in configure_main_pll() 159 pllctl_reg_setbits(data->pll, ctl, PLLCTL_PLLEN_MASK); in configure_main_pll()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/ |
| H A D | clock_defs.h | 62 #define pllctl_reg_setbits(pll, reg, mask) \ macro
|