HomeSort by: relevance | last modified time | path
    Searched defs:boundaries (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
arn9285.c 708 int nxpdgains, uint8_t overlap, uint8_t *boundaries, uint8_t *pdadcs)
734 AR9285_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs);
741 uint8_t boundaries[AR_PD_GAINS_IN_MASK]; local
770 ar9285_get_pdadcs(sc, c, nxpdgains, overlap, boundaries, pdadcs);
772 /* Write boundaries. */
774 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_1, boundaries[0]);
775 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_2, boundaries[1]);
776 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_3, boundaries[2]);
777 reg |= SM(AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_4, boundaries[3]);
arn9287.c 264 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries,
293 AR9287_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs);
337 uint8_t boundaries[AR_PD_GAINS_IN_MASK]; local
402 boundaries, pdadcs);
404 /* Write boundaries. */
409 boundaries[0]);
411 boundaries[1]);
413 boundaries[2]);
415 boundaries[3]);
arn5416.c 355 int chain, int nxpdgains, uint8_t overlap, uint8_t *boundaries,
389 AR5416_PD_GAIN_ICEPTS, overlap, boundaries, pdadcs);
400 /* Change the original gain boundaries setting. */
403 boundaries[i] -= delta;
404 if (boundaries[i] > AR_MAX_RATE_POWER - overlap)
405 boundaries[i] = AR_MAX_RATE_POWER - overlap;
421 uint8_t boundaries[AR_PD_GAINS_IN_MASK]; local
470 ar9280_olpc_get_pdadcs(sc, c, i, boundaries,
489 boundaries, pdadcs);
491 /* Write boundaries. *
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c 338 } boundaries[] = { local
362 for (n = 0; n < ARRAY_SIZE(boundaries); n++) {
365 boundaries[n].start,
366 boundaries[n].size))) {
368 n, boundaries[n].name, count, size);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
access-diagram.cc 179 - (1.1) find all of the boundaries of interest
180 - (1.2) use the boundaries to build a bit_table_map, associating bit ranges
646 Boundaries can be soft or hard; hard boundaries are emphasized visually
649 Offsets in the boundaries are all expressed relative to the base
652 class boundaries class in namespace:ana
657 boundaries (const region &base_reg, logger *logger) function in class:ana::boundaries
679 (kind == boundaries::kind::HARD)
717 logger.log ("boundaries:");
1030 void populate (const boundaries &boundaries
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
regexec.c 102 int boundaries, Idx subexp_idx,
1921 check_dst_limits_calc_pos_1 (const re_match_context_t *mctx, int boundaries,
1961 if (boundaries & 1)
1963 else /* if (boundaries & 2) */
1968 check_dst_limits_calc_pos_1 (mctx, boundaries, subexp_idx,
1970 if (cpos == -1 /* && (boundaries & 1) */)
1972 if (cpos == 0 && (boundaries & 2))
1984 if ((boundaries & 1) && subexp_idx == dfa->nodes[node].opr.idx)
1989 if ((boundaries & 2) && subexp_idx == dfa->nodes[node].opr.idx)
1998 return (boundaries & 2) ? 1 : 0
2005 int boundaries; local
    [all...]

Completed in 42 milliseconds