Home
last modified time | relevance | path

Searched refs:compat_offset (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/
Dfm_eth.h75 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
89 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
103 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
116 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
132 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
147 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
160 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
176 u32 compat_offset; member
/external/u-boot/arch/arm/include/asm/arch-ls102xa/
Dls102xa_stream_id.h15 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
22 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
61 phys_addr_t compat_offset; member
/external/u-boot/arch/powerpc/include/asm/
Dfsl_liodn.h43 phys_addr_t compat_offset; member
55 phys_addr_t compat_offset; member
74 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
81 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
88 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dliodn.c318 tbl[i].compat, tbl[i].compat_offset); in fdt_fixup_liodn_tbl()
351 tbl[i].compat[0], tbl[i].compat_offset); in fdt_fixup_liodn_tbl_fman()
354 tbl[i].compat[1], tbl[i].compat_offset); in fdt_fixup_liodn_tbl_fman()
/external/u-boot/drivers/net/fm/
Dinit.c244 phys_addr_t paddr = CONFIG_SYS_CCSRBAR_PHYS + info->compat_offset; in ft_fixup_port()