Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Ddmc_fsp.c368 int expanded_version; in dmc_fsp_probe() local
427 expanded_version = ofnode_read_u32_default(np_to_ofnode(np_params), in dmc_fsp_probe()
429 if (expanded_version != PARAMS_IGNORE_THIS) { in dmc_fsp_probe()
430 if ((expanded_version & 0xff00) == 0x100 && in dmc_fsp_probe()
431 (expanded_version & 0xffff) <= 0x100) { in dmc_fsp_probe()
436 expanded_version); in dmc_fsp_probe()
466 if (expanded_version != PARAMS_IGNORE_THIS) { in dmc_fsp_probe()
467 if ((expanded_version & 0xff00) == 0x100 && in dmc_fsp_probe()
468 (expanded_version & 0xffff) <= 0x100) { in dmc_fsp_probe()