Searched refs:code0 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/Documentation/translations/zh_CN/arm64/ |
D | booting.txt | 93 u32 code0; /* 可执行代码 */ 109 - code0/code1 负责跳转到 stext. 111 - 当通过 EFI 启动时, 最初 code0/code1 被跳过。 113 (efi_stub_entry)。当 stub 代码完成了它的使命,它会跳转到 code0
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_mbx.c | 25 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1, in hclgevf_get_mbx_resp() argument 66 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp() 69 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
|
/Linux-v4.19/Documentation/arm64/ |
D | booting.txt | 75 u32 code0; /* Executable code */ 91 - code0/code1 are responsible for branching to stext. 93 - when booting through EFI, code0/code1 are initially skipped. 96 jumps to code0 to resume the normal boot process.
|
/Linux-v4.19/sound/soc/codecs/ |
D | wm_adsp.c | 3785 unsigned int code0, code1, lock_reg; in wm_adsp2_lock() local 3794 code0 = code1 = 0; in wm_adsp2_lock() 3796 code0 = ADSP2_LOCK_CODE_0; in wm_adsp2_lock() 3800 code0 |= ADSP2_LOCK_CODE_0 << ADSP2_LOCK_REGION_SHIFT; in wm_adsp2_lock() 3803 regmap_write(regmap, lock_reg, code0); in wm_adsp2_lock()
|