Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboot_mode.c16 PH = 0, /* P: Priority, H: high, M: middle, L: low*/ enumerator
146 if (boot_mode[PH] != -EINVAL) in rockchip_get_boot_mode()
147 return boot_mode[PH]; in rockchip_get_boot_mode()
162 boot_mode[PH] = BOOT_MODE_LOADER; in rockchip_get_boot_mode()
166 boot_mode[PH] = BOOT_MODE_DFU; in rockchip_get_boot_mode()
170 boot_mode[PH] = BOOT_MODE_BOOTLOADER; in rockchip_get_boot_mode()
222 if (boot_mode[PH] != -EINVAL) in rockchip_get_boot_mode()
223 return boot_mode[PH]; in rockchip_get_boot_mode()
/rk3399_rockchip-uboot/configs/
H A DA20-Olimex-SOM-EVB_defconfig7 CONFIG_MMC3_PINS="PH"
H A DYones_Toptech_BD1078_defconfig7 CONFIG_MMC1_PINS="PH"
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A DKconfig476 format understood by sunxi_name_to_gpio_bank, e.g. PH for port H.