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

/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmemcpy.c42 uint32_t newAddr, newVal; local
47 newVal = GET_UINT32(*(uint32_t*)newAddr);
48 newVal = (newVal & 0x00ffffff) | (((uint32_t)val)<<24);
49 WRITE_UINT32(*(uint32_t*)newAddr, newVal);
52 newVal = GET_UINT32(*(uint32_t*)newAddr);
53 newVal = (newVal & 0xff00ffff) | (((uint32_t)val)<<16);
54 WRITE_UINT32(*(uint32_t*)newAddr, newVal);
57 newVal
71 uint32_t newAddr, newVal=0; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c123 t_Error FM_MAC_ConfigLoopback (t_Handle h_FmMac, bool newVal) argument
130 return p_FmMacControllerDriver->f_FM_MAC_ConfigLoopback(h_FmMac, newVal);
137 t_Error FM_MAC_ConfigMaxFrameLength (t_Handle h_FmMac, uint16_t newVal) argument
144 return p_FmMacControllerDriver->f_FM_MAC_ConfigMaxFrameLength(h_FmMac, newVal);
164 t_Error FM_MAC_ConfigPadAndCrc (t_Handle h_FmMac, bool newVal) argument
171 return p_FmMacControllerDriver->f_FM_MAC_ConfigPadAndCrc(h_FmMac, newVal);
178 t_Error FM_MAC_ConfigHalfDuplex (t_Handle h_FmMac, bool newVal) argument
185 return p_FmMacControllerDriver->f_FM_MAC_ConfigHalfDuplex(h_FmMac,newVal);
192 t_Error FM_MAC_ConfigLengthCheck (t_Handle h_FmMac, bool newVal) argument
199 return p_FmMacControllerDriver->f_FM_MAC_ConfigLengthCheck(h_FmMac,newVal);
479 FM_MAC_SetPromiscuous(t_Handle h_FmMac, bool newVal) argument
[all...]
H A Dfm_mac.h69 t_Error (*f_FM_MAC_ConfigLoopback) (t_Handle h_FmMac, bool newVal);
70 t_Error (*f_FM_MAC_ConfigMaxFrameLength) (t_Handle h_FmMac, uint16_t newVal);
72 t_Error (*f_FM_MAC_ConfigPadAndCrc) (t_Handle h_FmMac, bool newVal);
73 t_Error (*f_FM_MAC_ConfigHalfDuplex) (t_Handle h_FmMac, bool newVal);
74 t_Error (*f_FM_MAC_ConfigLengthCheck) (t_Handle h_FmMac, bool newVal);
100 t_Error (*f_FM_MAC_SetPromiscuous) (t_Handle h_FmMac, bool newVal);
H A Dtgec.c300 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) argument
314 if (newVal)
331 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal) argument
347 p_Tgec->p_TgecDriverParam->loopbackEnable = newVal;
354 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal) argument
361 p_Tgec->p_TgecDriverParam->wanModeEnable = newVal;
368 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) argument
375 p_Tgec->p_TgecDriverParam->maxFrameLength = newVal;
382 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) argument
391 UNUSED(newVal);
[all...]
H A Ddtsec.c569 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) argument
577 p_Dtsec->p_DtsecDriverParam->loopback = newVal;
584 static t_Error DtsecConfigMaxFrameLength(t_Handle h_Dtsec, uint16_t newVal) argument
591 p_Dtsec->p_DtsecDriverParam->maxFrameLength = newVal;
598 static t_Error DtsecConfigPadAndCrc(t_Handle h_Dtsec, bool newVal) argument
605 p_Dtsec->p_DtsecDriverParam->padAndCrcEnable = newVal;
612 static t_Error DtsecConfigHalfDuplex(t_Handle h_Dtsec, bool newVal) argument
619 p_Dtsec->p_DtsecDriverParam->halfDuplex = newVal;
626 static t_Error DtsecConfigLengthCheck(t_Handle h_Dtsec, bool newVal) argument
638 p_Dtsec->p_DtsecDriverParam->lengthCheckEnable = newVal;
1185 DtsecSetPromiscuous(t_Handle h_Dtsec, bool newVal) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c589 int tmp, newVal; local
660 newVal = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI |
664 OS_REG_WRITE(ah, AR_PHY_TIMING_CTRL4_CHAIN(0), newVal);
666 newVal = (AR_PHY_SPUR_REG_MASK_RATE_CNTL |
671 OS_REG_WRITE(ah, AR_PHY_SPUR_REG, newVal);
703 newVal = (AR_PHY_TIMING11_USE_SPUR_IN_AGC |
706 OS_REG_WRITE(ah, AR_PHY_TIMING11, newVal);
709 newVal = spur_subchannel_sd << AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S;
710 OS_REG_WRITE(ah, AR_PHY_SFCORR_EXT, newVal);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c79 uint32_t newAddr, newVal; local
84 newVal = GET_UINT32(*(uint32_t*)newAddr);
85 newVal = (newVal & 0x00ffffff) | (((uint32_t)val)<<24);
86 WRITE_UINT32(*(uint32_t*)newAddr, newVal);
89 newVal = GET_UINT32(*(uint32_t*)newAddr);
90 newVal = (newVal & 0xff00ffff) | (((uint32_t)val)<<16);
91 WRITE_UINT32(*(uint32_t*)newAddr, newVal);
94 newVal
108 uint32_t newAddr, newVal=0; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1074 @Param[in] newVal Maximum receive buffer length (in bytes).
1081 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal);
1090 @Param[in] newVal The desired BD ring length.
1097 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal);
1106 @Param[in] newVal The desired BD ring length.
1113 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal);
H A Dfm_mac_ext.h288 @Param[in] newVal MAX Frame length
294 t_Error FM_MAC_ConfigMaxFrameLength (t_Handle h_FmMac, uint16_t newVal);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c533 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal) argument
541 p_FmPort->im.mrblr = newVal;
546 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal) argument
554 p_FmPort->im.bdRingSize = newVal;
559 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal) argument
567 p_FmPort->im.bdRingSize = newVal;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp815 Value *newVal = VMap.lookup(Phi->getIncomingValue(i)); local
816 // newVal can be a constant or derived from values outside the loop, and
820 if (!newVal) {
821 newVal = Phi->getIncomingValue(i);
824 Phi->addIncoming(newVal,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallSite.h198 void setArgument(unsigned ArgNo, Value* newVal) {
201 getInstruction()->setOperand(ArgNo, newVal);
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h3852 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
H A Dsqlite3.c4915 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
168054 unsigned int newVal = va_arg(ap, unsigned int); local
[all...]

Completed in 829 milliseconds