Searched refs:pvr_fw_find_layout_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_mips.c108 boot_code_entry = pvr_fw_find_layout_entry(pvr_dev, MIPS_BOOT_CODE);
109 boot_data_entry = pvr_fw_find_layout_entry(pvr_dev, MIPS_BOOT_DATA);
110 exception_code_entry = pvr_fw_find_layout_entry(pvr_dev, MIPS_EXCEPTIONS_CODE);
122 stack_entry = pvr_fw_find_layout_entry(pvr_dev, MIPS_STACK);
H A Dpvr_fw.h439 pvr_fw_find_layout_entry(struct pvr_device *pvr_dev, enum pvr_fw_section_id id);
H A Dpvr_fw.c49 pvr_fw_find_layout_entry(struct pvr_device *pvr_dev, enum pvr_fw_section_id id) function

Completed in 135 milliseconds