Home
last modified time | relevance | path

Searched refs:hwr_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_rogue_fwif.h351 #define ROGUE_FWIF_HWRTYPE_BIF_BANK_GET(hwr_type) \ argument
352 (((hwr_type) == ROGUE_HWRTYPE_BIF0FAULT) ? 0 : 1)
354 #define ROGUE_FWIF_HWRTYPE_PAGE_FAULT_GET(hwr_type) \ argument
355 ((((hwr_type) == ROGUE_HWRTYPE_BIF0FAULT) || \
356 ((hwr_type) == ROGUE_HWRTYPE_BIF1FAULT) || \
357 ((hwr_type) == ROGUE_HWRTYPE_TEXASBIF0FAULT) || \
358 ((hwr_type) == ROGUE_HWRTYPE_MMUFAULT) || \
359 ((hwr_type) == ROGUE_HWRTYPE_MMUMETAFAULT) || \
360 ((hwr_type) == ROGUE_HWRTYPE_MIPSTLBFAULT) || \
361 ((hwr_type) == ROGUE_HWRTYPE_MMURISCVFAULT)) \
[all …]
Dpvr_rogue_fwif_check.h118 OFFSET_CHECK(struct rogue_hwrinfo, hwr_type, 72);