Home
last modified time | relevance | path

Searched refs:sharing (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/
H A Dsdrc.c139 timings.sharing = SDRC_SHARING; in do_sdrc_init()
162 writel(timings.sharing, &sdrc_base->sharing); in do_sdrc_init()
/rk3399_rockchip-uboot/board/quipos/cairo/
H A Dcairo.c72 timings->sharing = SAMSUNG_SHARING; in get_board_mem_timings()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h26 u32 sharing; member
H A Dcpu.h139 u32 sharing; /* 0x44 */ member
/rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/
H A Drockchip,pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
/rk3399_rockchip-uboot/doc/
H A DREADME.log186 Allow sharing of printf format strings in log records to reduce storage size
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.0.txt80 sharing, because most developers did not use the libraries. We
81 concluded that weaker conditions might promote sharing better.
411 of all derivatives of our free software and of promoting the sharing
H A Dgpl-2.0.txt256 of promoting the sharing and reuse of software generally.
H A Dlgpl-2.1.txt432 of all derivatives of our free software and of promoting the sharing
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.c773 int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int sharing) in yaffs_open_sharing() argument
784 u8 shareRead = (sharing & YAFFS_SHARE_READ) ? 1 : 0; in yaffs_open_sharing()
785 u8 shareWrite = (sharing & YAFFS_SHARE_WRITE) ? 1 : 0; in yaffs_open_sharing()