Searched refs:newVal (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c588 int tmp, newVal; local
659 newVal = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI |
663 OS_REG_WRITE(ah, AR_PHY_TIMING_CTRL4_CHAIN(0), newVal);
665 newVal = (AR_PHY_SPUR_REG_MASK_RATE_CNTL |
670 OS_REG_WRITE(ah, AR_PHY_SPUR_REG, newVal);
702 newVal = (AR_PHY_TIMING11_USE_SPUR_IN_AGC |
705 OS_REG_WRITE(ah, AR_PHY_TIMING11, newVal);
708 newVal = spur_subchannel_sd << AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S;
709 OS_REG_WRITE(ah, AR_PHY_SFCORR_EXT, newVal);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h116 void setArgument(unsigned ArgNo, Value* newVal) {
119 getInstruction()->setOperand(ArgNo, newVal);
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h2952 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
H A Dsqlite3.c3523 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
117883 unsigned int newVal = va_arg(ap, unsigned int); local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2712 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
H A Dsqlite3.c3265 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
112928 unsigned int newVal = va_arg(ap, unsigned int); local
[all...]

Completed in 593 milliseconds