Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/brcm/
Dchimp.c325 int bcm_chimp_initiate_fastboot(int fastboot_type) in bcm_chimp_initiate_fastboot() argument
329 if ((fastboot_type != CHIMP_FASTBOOT_NITRO_RESET) && in bcm_chimp_initiate_fastboot()
330 (fastboot_type <= CHIMP_FASTBOOT_JUMP_DECOMPRESS)) { in bcm_chimp_initiate_fastboot()
331 CHIMP_DBG("Initiating ChiMP fastboot type %d\n", fastboot_type); in bcm_chimp_initiate_fastboot()
342 if (fastboot_type > CHIMP_FASTBOOT_JUMP_DECOMPRESS) { in bcm_chimp_initiate_fastboot()
347 if (fastboot_type != CHIMP_FASTBOOT_NITRO_RESET) { in bcm_chimp_initiate_fastboot()
349 if ((fastboot_type == CHIMP_FASTBOOT_JUMP_IN_PLACE) && in bcm_chimp_initiate_fastboot()
386 fastboot_type); in bcm_chimp_initiate_fastboot()
390 bcm_chimp_set_fastboot(fastboot_type); in bcm_chimp_initiate_fastboot()
/external/arm-trusted-firmware/include/drivers/brcm/
Dchimp.h55 int bcm_chimp_initiate_fastboot(int fastboot_type);
89 static inline int bcm_chimp_initiate_fastboot(int fastboot_type) in bcm_chimp_initiate_fastboot() argument