Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A 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
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A 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
/openbmc/u-boot/arch/powerpc/include/asm/
H A 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, \
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A 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()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dfw.c51 __le32 compat_offset; /* Offset to compatibility data*/ member
75 if ((hdrsize + le32_to_cpu(hdr->compat_offset)) > len) in validate_fw()
/openbmc/u-boot/drivers/net/fm/
H A Dinit.c244 phys_addr_t paddr = CONFIG_SYS_CCSRBAR_PHYS + info->compat_offset; in ft_fixup_port()