Searched refs:max (Results 151 - 175 of 193) sorted by relevance

12345678

/u-boot/tools/binman/
H A Dcbfs_util.py468 self._base_address = self._size - max(self._bootblock_size,
H A Dentry.py530 needed = max(needed, self.min_size)
/u-boot/drivers/mtd/nand/raw/
H A Dsand_nand.c393 to_copy = max(min(len, src_len - chip->column), 0);
H A Dvf610_nfc.c362 nfc->buf_offset = max(column, 0);
695 /* Single buffer only, max 256 OOB minus ECC status */
H A Dfsl_ifc_nand.c729 bitflips = max(res, bitflips);
/u-boot/tools/buildman/
H A Dboards.py808 max_length[field] = max(max_length[field], len(params[field]))
/u-boot/tools/dtoc/
H A Dsrc_scan.py757 start = max(uclass.alias_num_to_node.keys())
/u-boot/test/cmd/
H A Dmbr.c252 max(strlen(mbr_parts_p4), strlen(mbr_parts_p5)) +
/u-boot/lib/efi_loader/
H A Defi_memory.c215 carve_start = max(carve_start, map_start);
450 * Prealign input max address, so we simplify our matching
830 * @ram_top: max address to be used as conventional memory
H A Defi_boottime.c180 const int max = strlen(indent); local
182 level = min(max, level * 2);
183 return &indent[max - level];
H A Defi_capsule.c92 * get_max_capsule - get the max capsule index
94 * Retrieve the max capsule index value from "CapsuleMax" variable.
97 * * > 0 - the max capsule index
358 regs->max = 2;
/u-boot/drivers/crypto/nuvoton/
H A Dnpcm_sha.c574 u8 hashdigest[max(SHA_1_HASH_LENGTH, SHA_2_HASH_LENGTH)];
/u-boot/drivers/spi/
H A Diproc_qspi.c479 writel(max(min(spbr, SPBR_MAX), SPBR_MIN), priv->mspi + MSPI_SPCR0_LSB_REG);
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1303 tbytes = max(0, tbytes - (int)ctrl->max_oob);
1326 tbytes = max(0, tbytes - (int)ctrl->max_oob);
1880 bitflips = max(bitflips, ret);
1968 return max(mtd->bitflip_threshold, corrected);
/u-boot/drivers/usb/host/
H A Dxhci-mem.c210 size_t cacheline_size = max(XHCI_ALIGNMENT, CACHELINE_SIZE);
857 /* USB core guesses at a 64-byte max packet first for FS devices */
/u-boot/drivers/usb/dwc3/
H A Dgadget.c837 u32 max; local
846 max = DWC3_TRB_NUM - (dep->free_slot & DWC3_TRB_MASK);
847 if (trbs_left > max)
848 trbs_left = max;
H A Dcore.c1148 dwc->incrx_size = max(dwc->incrx_size, val);
/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c683 u32 max = hck * 54; local
740 if (temp > max || temp < min)
/u-boot/fs/ubifs/
H A Ddebug.c1353 const union ubifs_key *min, *max; local
1395 max = &zp->zbranch[n + 1].key;
1402 cmp = keys_cmp(c, max,
1892 ubifs_err(c, "too high inode number, max. is %lu",
2100 ubifs_err(c, "too high sequence number, max. is %llu",
2632 /* Corruption span max to end of write unit */
/u-boot/drivers/ram/octeon/
H A Docteon_ddr.c715 /* Init to max error */
1601 * Start with the max range to try to find the largest mask
1689 delay = max((int)mstart,
1694 delay = max(mstart + rlevel_ctl.s.offset, mstart + 1);
/u-boot/common/
H A Ddlmalloc.c167 gAllocatedSize = max (RESERVED_SIZE, AlignPage (size));
174 long new_size = max (NEXT_SIZE, AlignPage (size));
2493 printf("max system bytes = %10u\n",
2500 printf("max mmap regions = %10u\n",
/u-boot/scripts/kconfig/
H A Dnconf.c937 toprow = max(selected_index-mwin_max_lines/2, 0);
/u-boot/drivers/mtd/ubi/
H A Dbuild.c957 ubi->fm_pool.max_size = max(ubi->fm_pool.max_size,
1035 ubi_msg(ubi, "min./max. I/O unit sizes: %d/%d, sub-page size %d",
1041 ubi_msg(ubi, "user volume: %d, internal volumes: %d, max. volumes count: %d",
1044 ubi_msg(ubi, "max/mean erase counter: %d/%d, WL threshold: %d, image sequence number: %u",
1457 pr_err("UBI error: too many parameters, max. is %d\n",
1464 pr_err("UBI error: parameter \"%s\" is too long, max. is %d\n",
/u-boot/drivers/video/bridge/
H A Dtc358768.c361 diff = max(pll, target_pll) - min(pll, target_pll);
654 /* Clamp to the register max */
737 /* max(60ns + 4*UI, 8*UI) < THS_TRAILCNT < 105ns + 12*UI */
/u-boot/include/
H A Defi_loader.h251 /* max bootmenu title size for volume selection */
962 * @max: Maximum number of regions
967 int max; member in struct:efi_image_regions

Completed in 227 milliseconds

12345678