Searched refs:processor_type (Results 1 – 4 of 4) sorted by relevance
688 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()
953 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()
35 [processor_type: <integer>, <proc type string>]
1204 u8 processor_type; member