Home
last modified time | relevance | path

Searched refs:fel (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/package/sunxi-tools/
H A DConfig.in25 bool "sunxi-fel"
30 The sunxi-fel command can interact with a sunxi device in
31 fel mode. This allows do download code to memory and execute
34 comment "sunxi-fel needs a toolchain w/ threads, gcc >= 4.9"
H A Dsunxi-tools.mk16 SUNXI_TOOLS_TARGETS_$(BR2_PACKAGE_SUNXI_TOOLS_FEL) += sunxi-fel
/OK3568_Linux_fs/u-boot/board/sunxi/
H A DREADME.nand32 sunxi-fel spl spl/sunxi-spl.bin
35 sunxi-fel write 0x4a000000 u-boot-dtb.bin
36 sunxi-fel write 0x43000000 spl/sunxi-spl-with-ecc.bin
39 sunxi-fel exe 0x4a000000
H A DREADME.sunxi64117 use "sunxi-fel" to access the board:
118 $ ./sunxi-fel ver -v -p
120 Now use the sunxi-fel tool to write to the NOR flash:
121 $ ./sunxi-fel spiflash-write 0 spl/sunxi-spl.bin
122 $ ./sunxi-fel spiflash-write 32768 u-boot.itb
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3566-evb2-lp4x-v10-eink.dts68 panel,fel = <24>;
91 panel,fel = <12>;
114 panel,fel = <6>;
136 panel,fel = <6>;
H A Drk3566-rk817-eink-w103.dts251 panel,fel = <24>;
274 panel,fel = <12>;
297 panel,fel = <6>;
H A Drk3566-rk817-eink.dts172 panel,fel = <24>;
194 panel,fel = <12>;
H A Drk3566-rk817-eink-w6.dts197 panel,fel = <5>;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_panel.h45 u32 fel; member
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_ebc.h31 u32 fel; member
H A Drk_ebc_tcon.c281 panel->fel) | DSP_VS_END(panel->fsl)); in ebc_tcon_enable()
H A Drk_eink_display.c834 plat->fel = dev_read_u32_default(dev, "panel,fel", 0); in rockchip_eink_display_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dsunxi-common.h416 func(FEL, fel, na) \
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dnamei.c515 struct ocfs2_extent_list *fel; in __ocfs2_mknod_locked() local
585 fel = &fe->id2.i_list; in __ocfs2_mknod_locked()
586 fel->l_tree_depth = 0; in __ocfs2_mknod_locked()
587 fel->l_next_free_rec = 0; in __ocfs2_mknod_locked()
588 fel->l_count = cpu_to_le16(ocfs2_extent_recs_per_inode(osb->sb)); in __ocfs2_mknod_locked()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/tcon/
H A Debc_tcon.c176 DSP_VTOTAL(panel->fsl + panel->fbl + panel->fdl + panel->fel) | DSP_VS_END(panel->fsl)); in tcon_enable()