Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 16 of 16) sorted by relevance

/u-boot/arch/x86/dts/
A Dedison.dts65 compatible = "intel,mid-uart";
73 compatible = "intel,mid-uart";
81 compatible = "intel,mid-uart";
99 compatible = "intel,pmu-mid";
/u-boot/fs/ubifs/
A Dtnc_misc.c132 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch()
139 mid = (beg + end) >> 1; in ubifs_search_zbranch()
140 cmp = keys_cmp(c, key, &zbr[mid].key); in ubifs_search_zbranch()
142 beg = mid + 1; in ubifs_search_zbranch()
144 end = mid; in ubifs_search_zbranch()
146 *n = mid; in ubifs_search_zbranch()
/u-boot/tools/
A Dproftool.c193 int mid = (low + high) / 2; in find_caller_by_offset() local
196 result = h_cmp_offset(&key, &func_list[mid]); in find_caller_by_offset()
198 low = mid; in find_caller_by_offset()
200 high = mid; in find_caller_by_offset()
202 return &func_list[mid]; in find_caller_by_offset()
/u-boot/include/
A Dspd.h65 unsigned char mid[8]; /* 64 Mfr's JEDEC ID code per JEP-108E */ member
A Dddr_spd.h62 unsigned char mid[8]; /* 64-71 Mfr's JEDEC ID code per JEP-106 */ member
165 unsigned char mid[8]; /* 64 Mfr's JEDEC ID code per JEP-106 */ member
A Dmmc.h402 unsigned char mid; member
/u-boot/drivers/video/
A Dconsole_truetype.c54 double mid = lo + (hi - lo) / 2; in tt_sqrt() local
56 if (mid * mid - value > 0.00001) in tt_sqrt()
57 hi = mid; in tt_sqrt()
59 lo = mid; in tt_sqrt()
A Dstb_truetype.h1149 stbtt_int32 mid = low + ((high-low) >> 1); // rounds down, so low <= mid < high in stbtt_FindGlyphIndex() local
1150 stbtt_uint32 start_char = ttULONG(data+index_map+16+mid*12); in stbtt_FindGlyphIndex()
1151 stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4); in stbtt_FindGlyphIndex()
1153 high = mid; in stbtt_FindGlyphIndex()
1155 low = mid+1; in stbtt_FindGlyphIndex()
1157 stbtt_uint32 start_glyph = ttULONG(data+index_map+16+mid*12+8); in stbtt_FindGlyphIndex()
/u-boot/fs/btrfs/
A Dctree.c253 int mid; in generic_bin_search() local
259 mid = (low + high) / 2; in generic_bin_search()
260 offset = p + mid * item_size; in generic_bin_search()
266 low = mid + 1; in generic_bin_search()
268 high = mid; in generic_bin_search()
270 *slot = mid; in generic_bin_search()
/u-boot/board/esd/vme8349/
A Dvme8349.c188 if (memcmp(&buffer[64], &default_spd_eeprom.mid[0], 8) == 0) { in vme8349_read_spd()
/u-boot/api/
A DREADME55 - calls directly, or leverages the provided glue mid-layer
/u-boot/drivers/ddr/altera/
A Dsequencer.c2423 int i, mid, min_index; in get_window_mid_index() local
2429 mid = left_edge[i] - right_edge[i]; in get_window_mid_index()
2430 if (mid < *mid_min) { in get_window_mid_index()
2431 *mid_min = mid; in get_window_mid_index()
3134 int mid; in rw_mgr_mem_calibrate_writes_center() local
3239 mid = (left_edge[0] - right_edge[0]) / 2; in rw_mgr_mem_calibrate_writes_center()
3242 if (mid < 0) in rw_mgr_mem_calibrate_writes_center()
3243 mid = 0; in rw_mgr_mem_calibrate_writes_center()
3249 dm_margin = left_edge[0] - mid; in rw_mgr_mem_calibrate_writes_center()
3251 scc_mgr_apply_group_dm_out1_delay(seq, mid); in rw_mgr_mem_calibrate_writes_center()
[all …]
/u-boot/lib/bzip2/
A Dbzlib.c728 Int32 nb, na, mid; in BZ2_indexIntoF() local
732 mid = (nb + na) >> 1; in BZ2_indexIntoF()
733 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
/u-boot/doc/driver-model/
A Dmigration.rst82 The PCI subsystem has supported driver model since mid 2015. Maintainers should
/u-boot/doc/
A DREADME.generic-board15 All boards and architectures have moved to this as of mid 2016.
/u-boot/drivers/ddr/fsl/
A Dinteractive.c1010 printf("%02x", spd->mid[i]); in ddr1_spd_dump()
1201 printf("%02x", spd->mid[i]); in ddr2_spd_dump()

Completed in 58 milliseconds