Lines Matching +full:- +full:1 +full:ul
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright 2018-2020 Broadcom.
16 #define VK_IMAGE_TYPE_BOOT1 1 /* 1st stage (load to SRAM) */
40 #define VK_FWSTS_RELOCATION_ENTRY (1UL << 0)
41 #define VK_FWSTS_RELOCATION_EXIT (1UL << 1)
42 #define VK_FWSTS_INIT_START (1UL << 2)
43 #define VK_FWSTS_ARCH_INIT_DONE (1UL << 3)
44 #define VK_FWSTS_PRE_KNL1_INIT_DONE (1UL << 4)
45 #define VK_FWSTS_PRE_KNL2_INIT_DONE (1UL << 5)
46 #define VK_FWSTS_POST_KNL_INIT_DONE (1UL << 6)
47 #define VK_FWSTS_INIT_DONE (1UL << 7)
48 #define VK_FWSTS_APP_INIT_START (1UL << 8)
49 #define VK_FWSTS_APP_INIT_DONE (1UL << 9)
60 #define VK_FWSTS_APP_DEINIT_START (1UL << 23)
61 #define VK_FWSTS_APP_DEINIT_DONE (1UL << 24)
62 #define VK_FWSTS_DRV_DEINIT_START (1UL << 25)
63 #define VK_FWSTS_DRV_DEINIT_DONE (1UL << 26)
64 #define VK_FWSTS_RESET_DONE (1UL << 27)