Home
last modified time | relevance | path

Searched refs:newVal (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.c144 t_Error FM_MAC_ConfigLoopback (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigLoopback() argument
151 return p_FmMacControllerDriver->f_FM_MAC_ConfigLoopback(h_FmMac, newVal); in FM_MAC_ConfigLoopback()
158 t_Error FM_MAC_ConfigMaxFrameLength (t_Handle h_FmMac, uint16_t newVal) in FM_MAC_ConfigMaxFrameLength() argument
165 return p_FmMacControllerDriver->f_FM_MAC_ConfigMaxFrameLength(h_FmMac, newVal); in FM_MAC_ConfigMaxFrameLength()
185 t_Error FM_MAC_ConfigPadAndCrc (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigPadAndCrc() argument
192 return p_FmMacControllerDriver->f_FM_MAC_ConfigPadAndCrc(h_FmMac, newVal); in FM_MAC_ConfigPadAndCrc()
199 t_Error FM_MAC_ConfigHalfDuplex (t_Handle h_FmMac, bool newVal) in FM_MAC_ConfigHalfDuplex() argument
206 return p_FmMacControllerDriver->f_FM_MAC_ConfigHalfDuplex(h_FmMac,newVal); in FM_MAC_ConfigHalfDuplex()
213 t_Error FM_MAC_ConfigTbiPhyAddr (t_Handle h_FmMac, uint8_t newVal) in FM_MAC_ConfigTbiPhyAddr() argument
220 return p_FmMacControllerDriver->f_FM_MAC_ConfigTbiPhyAddr(h_FmMac,newVal); in FM_MAC_ConfigTbiPhyAddr()
[all …]
H A Dfm_mac.h77 t_Error (*f_FM_MAC_ConfigLoopback) (t_Handle h_FmMac, bool newVal);
78 t_Error (*f_FM_MAC_ConfigMaxFrameLength) (t_Handle h_FmMac, uint16_t newVal);
80 t_Error (*f_FM_MAC_ConfigPadAndCrc) (t_Handle h_FmMac, bool newVal);
81 t_Error (*f_FM_MAC_ConfigHalfDuplex) (t_Handle h_FmMac, bool newVal);
82 t_Error (*f_FM_MAC_ConfigLengthCheck) (t_Handle h_FmMac, bool newVal);
83 t_Error (*f_FM_MAC_ConfigTbiPhyAddr) (t_Handle h_FmMac, uint8_t newVal);
116 t_Error (*f_FM_MAC_SetPromiscuous) (t_Handle h_FmMac, bool newVal);
H A Dmemac.c303 static t_Error MemacSetPromiscuous(t_Handle h_Memac, bool newVal) in MemacSetPromiscuous() argument
310 fman_memac_set_promiscuous(p_Memac->p_MemMap, newVal); in MemacSetPromiscuous()
342 static t_Error MemacConfigLoopback(t_Handle h_Memac, bool newVal) in MemacConfigLoopback() argument
349 p_Memac->p_MemacDriverParam->loopback_enable = newVal; in MemacConfigLoopback()
356 static t_Error MemacConfigWan(t_Handle h_Memac, bool newVal) in MemacConfigWan() argument
363 p_Memac->p_MemacDriverParam->wan_mode_enable = newVal; in MemacConfigWan()
370 static t_Error MemacConfigMaxFrameLength(t_Handle h_Memac, uint16_t newVal) in MemacConfigMaxFrameLength() argument
377 p_Memac->p_MemacDriverParam->max_frame_length = newVal; in MemacConfigMaxFrameLength()
384 static t_Error MemacConfigPad(t_Handle h_Memac, bool newVal) in MemacConfigPad() argument
391 p_Memac->p_MemacDriverParam->pad_enable = newVal; in MemacConfigPad()
[all …]
H A Dtgec.c215 static t_Error TgecSetPromiscuous(t_Handle h_Tgec, bool newVal) in TgecSetPromiscuous() argument
222 fman_tgec_set_promiscuous(p_Tgec->p_MemMap, newVal); in TgecSetPromiscuous()
234 static t_Error TgecConfigLoopback(t_Handle h_Tgec, bool newVal) in TgecConfigLoopback() argument
241 p_Tgec->p_TgecDriverParam->loopback_enable = newVal; in TgecConfigLoopback()
248 static t_Error TgecConfigWan(t_Handle h_Tgec, bool newVal) in TgecConfigWan() argument
255 p_Tgec->p_TgecDriverParam->wan_mode_enable = newVal; in TgecConfigWan()
262 static t_Error TgecConfigMaxFrameLength(t_Handle h_Tgec, uint16_t newVal) in TgecConfigMaxFrameLength() argument
269 p_Tgec->p_TgecDriverParam->max_frame_length = newVal; in TgecConfigMaxFrameLength()
276 static t_Error TgecConfigLengthCheck(t_Handle h_Tgec, bool newVal) in TgecConfigLengthCheck() argument
280 UNUSED(newVal); in TgecConfigLengthCheck()
[all …]
H A Ddtsec.c452 static t_Error DtsecConfigLoopback(t_Handle h_Dtsec, bool newVal) in DtsecConfigLoopback() argument
460 p_Dtsec->p_DtsecDriverParam->loopback = newVal; in DtsecConfigLoopback()
467 static t_Error DtsecConfigMaxFrameLength(t_Handle h_Dtsec, uint16_t newVal) in DtsecConfigMaxFrameLength() argument
474 p_Dtsec->p_DtsecDriverParam->maximum_frame = newVal; in DtsecConfigMaxFrameLength()
481 static t_Error DtsecConfigPadAndCrc(t_Handle h_Dtsec, bool newVal) in DtsecConfigPadAndCrc() argument
488 p_Dtsec->p_DtsecDriverParam->tx_pad_crc = newVal; in DtsecConfigPadAndCrc()
495 static t_Error DtsecConfigHalfDuplex(t_Handle h_Dtsec, bool newVal) in DtsecConfigHalfDuplex() argument
502 p_Dtsec->p_DtsecDriverParam->halfdup_on = newVal; in DtsecConfigHalfDuplex()
509 static t_Error DtsecConfigTbiPhyAddr(t_Handle h_Dtsec, uint8_t newVal) in DtsecConfigTbiPhyAddr() argument
516 p_Dtsec->p_DtsecDriverParam->tbi_phy_addr = newVal; in DtsecConfigTbiPhyAddr()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h581 void setMayLoad(bool newVal) { MayLoad = newVal; } in setMayLoad() argument
582 void setMayStore(bool newVal) { MayStore = newVal; } in setMayStore() argument
583 void setHasSideEffects(bool newVal) { HasSideEffects = newVal; } in setHasSideEffects() argument
584 void setBeginGroup(bool newVal) { BeginGroup = newVal; } in setBeginGroup() argument
585 void setEndGroup(bool newVal) { EndGroup = newVal; } in setEndGroup() argument
586 void setRetireOOO(bool newVal) { RetireOOO = newVal; } in setRetireOOO() argument
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c588 int tmp, newVal; in ar9280SpurMitigate() local
659 newVal = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI | in ar9280SpurMitigate()
663 OS_REG_WRITE(ah, AR_PHY_TIMING_CTRL4_CHAIN(0), newVal); in ar9280SpurMitigate()
665 newVal = (AR_PHY_SPUR_REG_MASK_RATE_CNTL | in ar9280SpurMitigate()
670 OS_REG_WRITE(ah, AR_PHY_SPUR_REG, newVal); in ar9280SpurMitigate()
702 newVal = (AR_PHY_TIMING11_USE_SPUR_IN_AGC | in ar9280SpurMitigate()
705 OS_REG_WRITE(ah, AR_PHY_TIMING11, newVal); in ar9280SpurMitigate()
708 newVal = spur_subchannel_sd << AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S; in ar9280SpurMitigate()
709 OS_REG_WRITE(ah, AR_PHY_SFCORR_EXT, newVal); in ar9280SpurMitigate()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h336 t_Error FM_MAC_ConfigMaxFrameLength(t_Handle h_FmMac, uint16_t newVal);
395 t_Error FM_MAC_ConfigTbiPhyAddr(t_Handle h_FmMac, uint8_t newVal);
H A Dfm_port_ext.h1023 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal);
1039 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal);
1055 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c497 t_Error FM_PORT_ConfigIMMaxRxBufLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMMaxRxBufLength() argument
505 p_FmPort->im.mrblr = newVal; in FM_PORT_ConfigIMMaxRxBufLength()
510 t_Error FM_PORT_ConfigIMRxBdRingLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMRxBdRingLength() argument
518 p_FmPort->im.bdRingSize = newVal; in FM_PORT_ConfigIMRxBdRingLength()
523 t_Error FM_PORT_ConfigIMTxBdRingLength(t_Handle h_FmPort, uint16_t newVal) in FM_PORT_ConfigIMTxBdRingLength() argument
531 p_FmPort->im.bdRingSize = newVal; in FM_PORT_ConfigIMTxBdRingLength()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2334 U32 newVal; in ZSTD_reduceTable_internal() local
2338 newVal = ZSTD_DUBT_UNSORTED_MARK; in ZSTD_reduceTable_internal()
2340 newVal = 0; in ZSTD_reduceTable_internal()
2342 newVal = table[cellNb] - reducerValue; in ZSTD_reduceTable_internal()
2344 table[cellNb] = newVal; in ZSTD_reduceTable_internal()
/freebsd/contrib/sqlite3/
H A Dsqlite3.h4084 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
H A Dsqlite3.c4397 SQLITE_API int sqlite3_limit(sqlite3*, int id, int newVal);
184037 unsigned int newVal = va_arg(ap, unsigned int);
184038 if( newVal ) sqlite3PendingByte = newVal;