Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfm_eth.h76 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
90 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
104 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
117 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
133 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
148 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
161 .compat_offset = CONFIG_SYS_FSL_FM##idx##_OFFSET + \
177 u32 compat_offset; member
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c203 u32 compat_offset = reloc_offset + PECOFF_RELOC_RESERVE; in update_pecoff_setup_and_reloc() local
218 update_pecoff_section_header(".compat", compat_offset, PECOFF_COMPAT_RESERVE); in update_pecoff_setup_and_reloc()
225 buf[compat_offset] = 0x1; in update_pecoff_setup_and_reloc()
226 buf[compat_offset + 1] = 0x8; in update_pecoff_setup_and_reloc()
227 put_unaligned_le16(0x14c, &buf[compat_offset + 2]); in update_pecoff_setup_and_reloc()
228 put_unaligned_le32(efi32_pe_entry + size, &buf[compat_offset + 4]); in update_pecoff_setup_and_reloc()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_stream_id.h16 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
23 .compat_offset = compatoff + CONFIG_SYS_CCSRBAR_PHYS, \
62 phys_addr_t compat_offset; member
/OK3568_Linux_fs/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, \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dliodn.c319 tbl[i].compat, tbl[i].compat_offset); in fdt_fixup_liodn_tbl()
352 tbl[i].compat[0], tbl[i].compat_offset); in fdt_fixup_liodn_tbl_fman()
355 tbl[i].compat[1], tbl[i].compat_offset); in fdt_fixup_liodn_tbl_fman()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dinit.c245 phys_addr_t paddr = CONFIG_SYS_CCSRBAR_PHYS + info->compat_offset; in ft_fixup_port()