Searched refs:ROUND_UP (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c143 p_TmpCode = (uint32_t *)XX_MallocSmart(ROUND_UP(sizeof(swPrsPatch),4), 0, sizeof(uint32_t));
146 memset((uint8_t *)p_TmpCode, 0, ROUND_UP(sizeof(swPrsPatch),4));
377 p_TmpCode = (uint32_t *)XX_MallocSmart(ROUND_UP(p_SwPrs->size,4), 0, sizeof(uint32_t));
380 memset((uint8_t *)p_TmpCode, 0, ROUND_UP(p_SwPrs->size,4));
396 p_FmPcd->p_FmPcdPrs->p_SwPrsCode + p_SwPrs->base*2/4 + ROUND_UP(p_SwPrs->size,4);
H A Dfm_manip.c2100 waySize = ROUND_UP(keySize, 8);
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c212 #define ROUND_UP(val, div) roundup(val, div) macro
246 uv = ROUND_UP(uv, step_uvolt);
249 min_uvolt = ROUND_UP(sc->cpu_def->min_uvolt, step_uvolt);
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c169 #define ROUND_UP(val, div) roundup(val, div) macro
204 uv = ROUND_UP(uv, step_uvolt);
207 min_uvolt = ROUND_UP(sc->cpu_def->min_uvolt, step_uvolt);
/freebsd-current/sys/contrib/ncsw/inc/
H A Dncsw_ext.h148 #define ROUND_UP(x,y) ((((x) + (y) - 1) / (y)) * (y)) macro
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c427 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
455 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
473 (uint32_t)(ROUND_UP(p_FmPort->rxPoolsParams.secondLargestBufSize, BMI_FIFO_UNITS)
480 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
485 (ROUND_UP(MIN(p_FmPort->maxFrameLength, p_FmPort->rxPoolsParams.largestBufSize), BMI_FIFO_UNITS)
509 (uint32_t)(ROUND_UP(p_FmPort->maxFrameLength, BMI_FIFO_UNITS)
5616 size = ROUND_UP(size,4);
5621 size = ROUND_UP(size,4);
5626 size = ROUND_UP(size,4);
5631 size = ROUND_UP(siz
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_osdep.h83 #define ROUND_UP roundup macro
H A Dice_nvm.c642 hdr_len = ROUND_UP(hdr_len, 32);
/freebsd-current/contrib/ofed/libcxgb4/
H A Dqp.c122 len = ROUND_UP(plen + 8, 16) - (plen + 8);
H A Dt4.h54 #define ROUND_UP(x, n) (((x) + (n) - 1u) & ~((n) - 1u)) macro
/freebsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c2037 ROUND_UP, enumerator in enum:__anon66
2090 case ROUND_UP:
2561 roundingMode = ROUND_UP;
/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c213 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro
2647 rawNameLen = ROUND_UP(tag->rawNameLength, sizeof(XML_Char));

Completed in 330 milliseconds