Home
last modified time | relevance | path

Searched refs:processor_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_startstop.c53 if (pvr_dev->fw_dev.processor_type == PVR_FW_PROCESSOR_TYPE_RISCV) { in rogue_bif_init()
125 if (pvr_dev->fw_dev.processor_type == PVR_FW_PROCESSOR_TYPE_RISCV) in pvr_fw_start()
167 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_fw_start()
181 if (pvr_dev->fw_dev.processor_type == PVR_FW_PROCESSOR_TYPE_RISCV) { in pvr_fw_start()
293 if (pvr_dev->fw_dev.processor_type == PVR_FW_PROCESSOR_TYPE_META) { in pvr_fw_stop()
H A Dpvr_device.c688 pvr_dev->fw_dev.processor_type = PVR_FW_PROCESSOR_TYPE_META; in pvr_device_gpu_init()
690 pvr_dev->fw_dev.processor_type = PVR_FW_PROCESSOR_TYPE_MIPS; in pvr_device_gpu_init()
692 pvr_dev->fw_dev.processor_type = PVR_FW_PROCESSOR_TYPE_RISCV; in pvr_device_gpu_init()
702 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_device_gpu_init()
715 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_device_gpu_init()
732 if (pvr_dev->fw_dev.processor_type != PVR_FW_PROCESSOR_TYPE_MIPS) { in pvr_device_gpu_fini()
H A Dpvr_fw.h305 u16 processor_type; member
H A Dpvr_fw.c953 if (fw_dev->processor_type >= PVR_FW_PROCESSOR_TYPE_COUNT) in pvr_fw_init()
956 fw_dev->defs = fw_defs[fw_dev->processor_type]; in pvr_fw_init()
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst35 [processor_type: <integer>, <proc type string>]
/linux/drivers/firmware/efi/libstub/
H A Defistub.h1211 u8 processor_type; member