Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/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, \
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/net/fm/
H A Dinit.c245 phys_addr_t paddr = CONFIG_SYS_CCSRBAR_PHYS + info->compat_offset; in ft_fixup_port()