Searched refs:limit (Results 51 - 75 of 75) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c1127 uint16_t limit; local
1138 limit = CSR_READ_2(sc, RL_CURRXBUF) % RL_RXBUFLEN;
1140 if (limit < cur_rx)
1141 max_bytes = (RL_RXBUFLEN - cur_rx) + limit;
1143 max_bytes = limit - cur_rx;
/haiku/src/kits/media/
H A DParameterWeb.cpp903 int limit = fControls->CountItems(); local
904 for (int i = 0; i < limit; i++) {
913 limit = fGroups->CountItems();
914 for (int i = 0; i < limit; i++) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211.h162 extern HAL_BOOL ar5211SetTxPowerLimit(struct ath_hal *, uint32_t limit);
H A Dar5211_reset.c1296 * Set the limit on the overall output power. Used for dynamic
1302 ar5211SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) argument
1305 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
1306 OS_REG_WRITE(ah, AR_PHY_POWER_TX_RATE_MAX, limit);
1622 * this unless specially configured. Then we limit
2034 "%s: Max gain limit.\n", __func__);
2053 "%s: Min gain limit.\n", __func__);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_stub_funcs.h154 extern HAL_BOOL ar9300_Stub_SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
H A Dar9300_freebsd.c61 ar9300_freebsd_set_tx_power_limit(struct ath_hal *ah, uint32_t limit) argument
63 return (ar9300_set_tx_power_limit(ah, limit, 0, 0));
H A Dar9300_stub_funcs.c887 ar9300_Stub_SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) argument
H A Dar9300.h674 * Upper limit after factoring in the regulatory max, antenna gain and
1416 extern HAL_BOOL ar9300_set_tx_power_limit(struct ath_hal *ah, u_int32_t limit,
H A Dar9300_reset.c2736 * Set a limit on the overall output power. Used for dynamic
2739 * NB: limit is in units of 0.5 dbM.
2742 ar9300_set_tx_power_limit(struct ath_hal *ah, u_int32_t limit, argument
2754 ahpriv->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210.h147 extern HAL_BOOL ar5210SetTxPowerLimit(struct ath_hal *, uint32_t limit);
H A Dar5210_reset.c722 ar5210SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) argument
724 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, AR5210_MAX_RATE_POWER);
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.cpp54 the spot defined by base and limit and checks for overflows.
58 \param limit The last (inclusive) addresss of the range to check.
61 is_valid_spot(addr_t base, addr_t alignedBase, addr_t size, addr_t limit) argument
64 && alignedBase + (size - 1) <= limit);
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h48 would not like to put any arbitrary upper limit on the length of your
160 char *limit; /* 1 past end of this chunk */
159 char *limit; /* 1 past end of this chunk */ member in struct:_obstack_chunk
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416.h315 extern HAL_BOOL ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
H A Dar5416_reset.c909 * Set a limit on the overall output power. Used for dynamic
912 * NB: limit is in units of 0.5 dbM.
915 ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) argument
919 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
2066 * Find the maximum conformance test limit for the given channel and CTL info
/haiku/src/system/boot/platform/bios_ia32/
H A Dmmu.cpp574 gdtDescriptor.limit = sizeof(gBootGDT);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bge/
H A Dif_bge.c1935 int i, limit; local
2204 limit = BGE_TX_RINGS_EXTSSRAM_MAX;
2207 limit = 2;
2209 limit = 4;
2211 limit = 1;
2213 for (i = 0; i < limit; i++) {
2244 limit = 16;
2246 limit = BGE_RX_RINGS_MAX;
2250 limit = 4;
2252 limit
[all...]
/haiku/src/system/kernel/
H A Dsignal.cpp181 /*! Creates a counter with the given limit.
182 The limit defines the maximum the counter may reach. Since the
186 \param limit The maximum allowed value the counter may have. When
189 QueuedSignalsCounter::QueuedSignalsCounter(int32 limit) argument
191 fLimit(limit)
196 /*! Increments the counter, if the limit allows that.
202 // no limit => no problem
274 Also enforces the current team's signal queuing limit.
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212.h580 extern HAL_BOOL ar5212SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
H A Dar5212_reset.c1982 * Set a limit on the overall output power. Used for dynamic
1985 * NB: limit is in units of 0.5 dbM.
1988 ar5212SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) argument
1996 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
2159 /* Get conformance test limit maximum for this channel */
2233 * this unless specially configured. Then we limit
2489 * Find the maximum conformance test limit for the given channel and CTL info
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h245 FILE_first_user = 16, /* First user file, used as test limit for
2247 sle64 limit; /* Hard quota (-1 if not limited). */ member in struct:__anon84
/haiku/src/apps/terminal/
H A DTermView.cpp3162 const int32 &limit = string.CountChars(); local
3166 for (int32 i = 0; i < limit; i++) {
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c108 int limit, int subexp_idx,
2003 check_dst_limits_calc_pos (const re_match_context_t *mctx, int limit,
2007 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;
2000 check_dst_limits_calc_pos(const re_match_context_t *mctx, int limit, int subexp_idx, int from_node, int str_idx, int bkref_idx) argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c2274 /* XXX per-vap tx power limit? */
2275 int8_t limit = vap->iv_ic->ic_txpowlimit / 2; local
2279 frm[2] = c->ic_maxregpower > limit ? c->ic_maxregpower - limit : 0;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1853 * FIXME: Introduced arbitrary limit of mft record allocated size - 512.
2634 idx_entry_q1_data->limit = cpu_to_sle64(-1);
2661 idx_entry_q2_data->limit = cpu_to_sle64(-1);
3407 * maximum limit of 64kiB.
3762 * FIXME: The 256kiB limit is arbitrary. Should find out what the real
4024 * last sector, but limit that to 8192 bytes of written data since that

Completed in 312 milliseconds

123