Lines Matching refs:str

654 	const char *str;  in bl2_early_platform_setup2()  local
715 str = cpu_ca57; in bl2_early_platform_setup2()
718 str = cpu_ca53; in bl2_early_platform_setup2()
721 str = unknown; in bl2_early_platform_setup2()
725 NOTICE("BL2: RZ/G2 Initial Program Loader(%s) Rev.%s\n", str, in bl2_early_platform_setup2()
734 str = product_g2m; in bl2_early_platform_setup2()
737 str = product_g2h; in bl2_early_platform_setup2()
740 str = product_g2n; in bl2_early_platform_setup2()
743 str = product_g2e; in bl2_early_platform_setup2()
746 str = unknown; in bl2_early_platform_setup2()
754 NOTICE("BL2: PRR is RZ/%s Ver.1.1 / Ver.1.2\n", str); in bl2_early_platform_setup2()
756 NOTICE("BL2: PRR is RZ/%s Ver.1.%d\n", str, in bl2_early_platform_setup2()
763 NOTICE("BL2: PRR is RZ/%s Ver.%d.%d\n", str, major, minor); in bl2_early_platform_setup2()
770 str = sscg == RCAR_SSCG_ENABLE ? sscg_on : sscg_off; in bl2_early_platform_setup2()
771 NOTICE("BL2: %s\n", str); in bl2_early_platform_setup2()
808 str = boot_hyper160; in bl2_early_platform_setup2()
811 str = boot_hyper80; in bl2_early_platform_setup2()
814 str = boot_qspi40; in bl2_early_platform_setup2()
817 str = boot_qspi80; in bl2_early_platform_setup2()
820 str = boot_emmc25x1; in bl2_early_platform_setup2()
823 str = boot_emmc50x8; in bl2_early_platform_setup2()
826 str = unknown; in bl2_early_platform_setup2()
829 NOTICE("BL2: Boot device is %s\n", str); in bl2_early_platform_setup2()
836 str = unknown; in bl2_early_platform_setup2()
842 str = lcs_cm; in bl2_early_platform_setup2()
845 str = lcs_dm; in bl2_early_platform_setup2()
848 str = lcs_sd; in bl2_early_platform_setup2()
851 str = lcs_secure; in bl2_early_platform_setup2()
854 str = lcs_fa; in bl2_early_platform_setup2()
857 str = unknown; in bl2_early_platform_setup2()
862 NOTICE("BL2: LCM state is %s\n", str); in bl2_early_platform_setup2()