Searched refs:ccmd (Results 1 – 3 of 3) sorted by relevance
396 struct sb_command *ccmd; in sb_encrypt_image() local405 ccmd = &cctx->payload; in sb_encrypt_image()409 if (ccmd->header.tag == ROM_TAG_CMD) { in sb_encrypt_image()411 } else if (ccmd->header.tag == ROM_LOAD_CMD) { in sb_encrypt_image()789 struct sb_command *ccmd; in sb_build_command_nop() local795 ccmd = &cctx->payload; in sb_build_command_nop()800 ccmd->header.checksum = 0x5a; in sb_build_command_nop()801 ccmd->header.tag = ROM_NOP_CMD; in sb_build_command_nop()803 cctx->size = sizeof(*ccmd); in sb_build_command_nop()824 struct sb_command *ccmd; in sb_build_command_tag() local[all …]
127 for ccmd in compiler.executables.values():128 if ccmd is None:130 if find_executable(ccmd[0]) is None:131 self.skipTest('The %r command is not found' % ccmd[0])
121 ccmd = missing_compiler_executable()122 if ccmd is not None:123 self.skipTest('The %r command is not found' % ccmd)