Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c219 i * 4, i < HVS_BOOTLOADER_DLIST_END ? "B" : "D", in vc4_hvs_dump_state()
1219 dlist_start = HVS_BOOTLOADER_DLIST_END; in __vc4_hvs_alloc()
1220 dlist_size = (SCALER_DLIST_SIZE >> 2) - HVS_BOOTLOADER_DLIST_END; in __vc4_hvs_alloc()
1225 dlist_start = HVS_BOOTLOADER_DLIST_END; in __vc4_hvs_alloc()
H A Dvc4_regs.h1056 #define HVS_BOOTLOADER_DLIST_END 32 macro