Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/include/
H A Ds32cc-clk-regs.h65 #define PLLDIG_PLLODIV_DE BIT_32(31U) macro
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c281 mmio_clrbits_32(PLLDIG_PLLODIV(pll_addr, div_index), PLLDIG_PLLODIV_DE); in disable_odiv()
286 mmio_setbits_32(PLLDIG_PLLODIV(pll_addr, div_index), PLLDIG_PLLODIV_DE); in enable_odiv()
345 if ((pllodiv & PLLDIG_PLLODIV_DE) != 0U) { in get_enabled_odivs()
546 if (((pdiv + 1U) == dc) && ((pllodiv & PLLDIG_PLLODIV_DE) != 0U)) { in config_pll_out_div()
550 if ((pllodiv & PLLDIG_PLLODIV_DE) != 0U) { in config_pll_out_div()
1741 if ((pllodiv & PLLDIG_PLLODIV_DE) == 0U) { in get_pll_div_freq()