Home
last modified time | relevance | path

Searched refs:max_end (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c182 __s32 min_start, max_start, max_end, f2_offset; in try_fmt() local
193 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
199 WARN_ON(max_start >= max_end); in try_fmt()
222 max_end - start); in try_fmt()
227 max_end += f2_offset; in try_fmt()
316 __s32 max_end; in bttv_g_fmt_vbi_cap() local
323 max_end = (tvnorm->cropcap.bounds.top in bttv_g_fmt_vbi_cap()
334 frt->fmt.vbi.start[i] = min(new_start, max_end - 1); in bttv_g_fmt_vbi_cap()
337 max_end - frt->fmt.vbi.start[i]); in bttv_g_fmt_vbi_cap()
339 max_end += tvnorm->vbistart[1] in bttv_g_fmt_vbi_cap()
/openbmc/qemu/hw/remote/
H A Dproxy-memory-listener.c124 uint64_t max_end = MAX(prev_host_end, mrs_host + mrs_size); in try_merge() local
131 prev_sec->size = int128_make64(max_end - MIN(prev_host_start, in try_merge()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dmain.c592 unsigned int max_end = 0; in fsl_ddr_compute() local
606 if (end > max_end) { in fsl_ddr_compute()
607 max_end = end; in fsl_ddr_compute()
613 total_mem = 1 + (((unsigned long long)max_end << 24ULL) | in fsl_ddr_compute()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c539 u64 max_end = 0; in fastrpc_get_buff_overlaps() local
552 if (ctx->olaps[i].start < max_end) { in fastrpc_get_buff_overlaps()
553 ctx->olaps[i].mstart = max_end; in fastrpc_get_buff_overlaps()
555 ctx->olaps[i].offset = max_end - ctx->olaps[i].start; in fastrpc_get_buff_overlaps()
557 if (ctx->olaps[i].end > max_end) { in fastrpc_get_buff_overlaps()
558 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
568 max_end = ctx->olaps[i].end; in fastrpc_get_buff_overlaps()
/openbmc/qemu/hw/virtio/
H A Dvhost.c809 uint64_t max_end = MAX(prev_host_end, mrs_host + mrs_size); in vhost_region_add_section() local
816 prev_sec->size = int128_make64(max_end - MIN(prev_host_start, in vhost_region_add_section()