Searched refs:DEFINE (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | asm-offsets.c | 41 DEFINE(CCM_CCTL, offsetof(struct ccm_regs, cctl)); in main() 42 DEFINE(CCM_CGCR0, offsetof(struct ccm_regs, cgr0)); in main() 43 DEFINE(CCM_CGCR1, offsetof(struct ccm_regs, cgr1)); in main() 44 DEFINE(CCM_CGCR2, offsetof(struct ccm_regs, cgr2)); in main() 45 DEFINE(CCM_PCDR2, offsetof(struct ccm_regs, pcdr[2])); in main() 46 DEFINE(CCM_MCR, offsetof(struct ccm_regs, mcr)); in main() 49 DEFINE(ESDRAMC_ESDCTL0, offsetof(struct esdramc_regs, ctl0)); in main() 50 DEFINE(ESDRAMC_ESDCFG0, offsetof(struct esdramc_regs, cfg0)); in main() 51 DEFINE(ESDRAMC_ESDMISC, offsetof(struct esdramc_regs, misc)); in main() 54 DEFINE(MAX_MPR0, offsetof(struct max_regs, mpr0)); in main() [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | asm-offsets.c | 22 DEFINE(GENERATED_GBL_DATA_SIZE, in main() 25 DEFINE(GENERATED_BD_INFO_SIZE, in main() 28 DEFINE(GD_SIZE, sizeof(struct global_data)); in main() 30 DEFINE(GD_BD, offsetof(struct global_data, bd)); in main() 32 DEFINE(GD_MALLOC_BASE, offsetof(struct global_data, malloc_base)); in main() 35 DEFINE(GD_RELOCADDR, offsetof(struct global_data, relocaddr)); in main() 37 DEFINE(GD_RELOC_OFF, offsetof(struct global_data, reloc_off)); in main() 39 DEFINE(GD_START_ADDR_SP, offsetof(struct global_data, start_addr_sp)); in main() 41 DEFINE(PM_CTX_SIZE, sizeof(struct pm_ctx)); in main() 42 DEFINE(PM_CTX_PHYS, offsetof(struct global_data, pm_ctx_phys)); in main() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | asm-offsets.c | 20 DEFINE(GD_BIST, offsetof(gd_t, arch.bist)); in main() 22 DEFINE(GD_HOB_LIST, offsetof(gd_t, arch.hob_list)); in main() 24 DEFINE(GD_TABLE, offsetof(gd_t, arch.table)); in main()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | kbuild.h | 9 #define DEFINE(sym, val) \ macro 15 DEFINE(sym, offsetof(struct str, mem))
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | asm-offsets.c | 59 DEFINE(PT_SIZE, sizeof(struct pt_regs)); in output_ptreg_defines()
|