Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c52 static int config_branch_prediction(int set_cr_z) in config_branch_prediction() argument
58 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()