Searched refs:sharing (Results 1 – 10 of 10) sorted by relevance
139 timings.sharing = SDRC_SHARING; in do_sdrc_init()162 writel(timings.sharing, &sdrc_base->sharing); in do_sdrc_init()
72 timings->sharing = SAMSUNG_SHARING; in get_board_mem_timings()
26 u32 sharing; member
139 u32 sharing; /* 0x44 */ member
4 to share one PAD to several functional blocks. The sharing is done by
186 Allow sharing of printf format strings in log records to reduce storage size
80 sharing, because most developers did not use the libraries. We81 concluded that weaker conditions might promote sharing better.411 of all derivatives of our free software and of promoting the sharing
256 of promoting the sharing and reuse of software generally.
432 of all derivatives of our free software and of promoting the sharing
773 int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int sharing) in yaffs_open_sharing() argument784 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()