Home
last modified time | relevance | path

Searched refs:code0 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/arm64/
H A Dbooting.txt93 u32 code0; /* 可执行代码 */
109 - code0/code1 负责跳转到 stext.
111 - 当通过 EFI 启动时, 最初 code0/code1 被跳过。
113 (efi_stub_entry)。当 stub 代码完成了它的使命,它会跳转到 code0
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c33 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1, in hclgevf_get_mbx_resp() argument
61 code0, code1, hdev->mbx_resp.received_resp, i); in hclgevf_get_mbx_resp()
77 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
80 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
/OK3568_Linux_fs/kernel/Documentation/riscv/
H A Dboot-image-header.rst15 u32 code0; /* Executable code */
37 code0 should be replaced with "MZ" magic string and res3(at offset 0x3c) should
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dimage.h45 __le32 code0; member
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dimage.h52 u32 code0; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dbooti.c21 uint32_t code0; /* Executable code */ member
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dbooting.rst77 u32 code0; /* Executable code */
93 - code0/code1 are responsible for branching to stext.
95 - when booting through EFI, code0/code1 are initially skipped.
98 jumps to code0 to resume the normal boot process.
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c2968 unsigned int code0, code1, lock_reg; in wm_adsp2_lock() local
2977 code0 = code1 = 0; in wm_adsp2_lock()
2979 code0 = ADSP2_LOCK_CODE_0; in wm_adsp2_lock()
2983 code0 |= ADSP2_LOCK_CODE_0 << ADSP2_LOCK_REGION_SHIFT; in wm_adsp2_lock()
2986 regmap_write(regmap, lock_reg, code0); in wm_adsp2_lock()