Home
last modified time | relevance | path

Searched refs:sos (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dmca.c1290 { .sos = sos, .monarch_cpu = &monarch_cpu, .data = &recover }; in ia64_mca_handler()
1296 sos->monarch = 1; in ia64_mca_handler()
1299 sos->monarch = 0; in ia64_mca_handler()
1302 "monarch=%ld\n", sos->proc_state_param, cpu, sos->monarch); in ia64_mca_handler()
1309 if (sos->monarch) { in ia64_mca_handler()
1334 sos)); in ia64_mca_handler()
1670 { .sos = sos, .monarch_cpu = &monarch_cpu }; in ia64_init_handler()
1675 sos->proc_state_param, cpu, sos->monarch); in ia64_init_handler()
1690 sos->monarch = 1; in ia64_init_handler()
1702 sos->monarch = 0; in ia64_init_handler()
[all …]
H A Dmca_drv.c376 struct ia64_sal_os_state *sos) in is_mca_global() argument
388 switch (sos->rv_rc) { in is_mca_global()
496 struct ia64_sal_os_state *sos) in recover_from_read_error() argument
533 pmsa = sos->pal_min_state; in recover_from_read_error()
578 struct ia64_sal_os_state *sos) in recover_from_platform_error() argument
590 sos); in recover_from_platform_error()
607 status = recover_from_read_error(slidx, peidx, pbci, sos); in recover_from_platform_error()
655 struct ia64_sal_os_state *sos) in recover_from_processor_error() argument
727 mca_try_to_recover(void *rec, struct ia64_sal_os_state *sos) in mca_try_to_recover() argument
756 if (is_mca_global(&peidx, &pbci, sos)) in mca_try_to_recover()
[all …]
H A Dcrash.c197 if (kdump_on_init && (nd->sos->rv_rc != 1)) { in kdump_init_notifier()
204 if (kdump_on_init && (nd->sos->rv_rc != 1)) in kdump_init_notifier()
/openbmc/linux/include/media/
H A Dv4l2-jpeg.h131 struct v4l2_jpeg_reference sos; member
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1050 u8 *sof_u8 = (u8 *)sos; in mxc_jpeg_fixup_sos()
1057 sos->components_no = 3; in mxc_jpeg_fixup_sos()
1061 sos->components_no = 3; in mxc_jpeg_fixup_sos()
1068 sos->components_no = 3; in mxc_jpeg_fixup_sos()
1072 sos->components_no = 4; in mxc_jpeg_fixup_sos()
1076 sos->components_no = 1; in mxc_jpeg_fixup_sos()
1080 sos->length = sos_length; in mxc_jpeg_fixup_sos()
1081 _bswap16(&sos->length); in mxc_jpeg_fixup_sos()
1104 struct mxc_jpeg_sos *sos; in mxc_jpeg_setup_cfg_stream() local
1680 struct mxc_jpeg_sos *sos) in mxc_jpeg_valid_comp_id() argument
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c2161 if ((is_psp_fw_valid(psp->sos)) && in psp_hw_start()
3053 psp->sos.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3054 psp->sos.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()
3055 psp->sos.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor()
3056 psp->sos.start_addr = ucode_start_addr; in parse_sos_bin_descriptor()
3133 adev->psp.sos.feature_version = le32_to_cpu(sos_hdr->sos.fw_version); in psp_init_sos_base_fw()
3135 adev->psp.sys.size_bytes = le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
3138 adev->psp.sos.size_bytes = le32_to_cpu(sos_hdr->sos.size_bytes); in psp_init_sos_base_fw()
3139 adev->psp.sos.start_addr = ucode_array_start_addr + in psp_init_sos_base_fw()
3140 le32_to_cpu(sos_hdr->sos.offset_bytes); in psp_init_sos_base_fw()
[all …]
H A Dpsp_v13_0_4.c176 memcpy(psp->fw_pri_buf, psp->sos.start_addr, psp->sos.size_bytes); in psp_v13_0_4_bootloader_load_sos()
H A Dpsp_v12_0.c132 psp_copy_fw(psp, psp->sos.start_addr, psp->sos.size_bytes); in psp_v12_0_bootloader_load_sos()
H A Dpsp_v3_1.c138 psp_copy_fw(psp, psp->sos.start_addr, psp->sos.size_bytes); in psp_v3_1_bootloader_load_sos()
H A Dpsp_v11_0.c242 psp_copy_fw(psp, psp->sos.start_addr, psp->sos.size_bytes); in psp_v11_0_bootloader_load_sos()
H A Damdgpu_ucode.c347 le32_to_cpu(psp_hdr->sos.fw_version)); in amdgpu_ucode_print_psp_hdr()
349 le32_to_cpu(psp_hdr->sos.offset_bytes)); in amdgpu_ucode_print_psp_hdr()
351 le32_to_cpu(psp_hdr->sos.size_bytes)); in amdgpu_ucode_print_psp_hdr()
697 FW_VERSION_ATTR(sos_fw_version, 0444, psp.sos.fw_version);
H A Dpsp_v13_0.c290 memcpy(psp->fw_pri_buf, psp->sos.start_addr, psp->sos.size_bytes); in psp_v13_0_bootloader_load_sos()
H A Damdgpu_ucode.h83 struct psp_fw_legacy_bin_desc sos; member
H A Damdgpu_psp.h327 struct psp_bin_desc sos; member
H A Dsoc15.c535 if (adev->psp.sos.fw_version >= 0x80067) in soc15_asic_reset_method()
629 if (adev->psp.sos.fw_version >= 0x80067) in soc15_supports_baco()
H A Damdgpu_kms.c318 fw_info->ver = adev->psp.sos.fw_version; in amdgpu_firmware_info()
319 fw_info->feature = adev->psp.sos.feature_version; in amdgpu_firmware_info()
H A Damdgpu_virt.c561 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_SOS, adev->psp.sos.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
H A Dgfx_v11_0.c464 adev->psp.toc.feature_version = le32_to_cpu(toc_hdr->sos.fw_version); in gfx_v11_0_init_toc_microcode()
/openbmc/linux/arch/ia64/include/asm/
H A Dmca.h164 struct ia64_sal_os_state *sos; member
/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.h191 u32 sos; member
H A Djpeg-core.c775 (unsigned long)vb2_plane_vaddr(&vb->vb2_buf, 0) + ctx->out_q.sos + 2; in exynos4_jpeg_parse_decode_h_tbl()
1117 unsigned int sos = 0, sof = 0, sof_len = 0; in s5p_jpeg_parse_hdr() local
1128 while (notfound || !sos) { in s5p_jpeg_parse_hdr()
1202 sos = jpeg_buffer.curr - 2; /* 0xffda */ in s5p_jpeg_parse_hdr()
1222 if (notfound || !sos || !s5p_jpeg_subsampling_decode(ctx, subsampling)) in s5p_jpeg_parse_hdr()
1227 result->sos = sos; in s5p_jpeg_parse_hdr()
2160 jpeg_addr += ctx->out_q.sos; in exynos4_jpeg_set_jpeg_addr()
/openbmc/linux/Documentation/arch/ia64/
H A Dmca.rst185 state, then sos->prev_task on the MCA/INIT stack is updated to point to
190 The sos data is always in the MCA/INIT handler stack, at offset
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c569 ret = jpeg_reference_segment(&stream, &out->sos); in v4l2_jpeg_parse_header()