Searched refs:fastboot_type (Results 1 – 2 of 2) sorted by relevance
325 int bcm_chimp_initiate_fastboot(int fastboot_type) in bcm_chimp_initiate_fastboot() argument329 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()
55 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