Searched refs:reset_mask (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.h | 168 u64 reset_mask = ~0ull; in Lock() local 175 new_state = (state | kWriterLock) & reset_mask; in Lock() 179 new_state = (state + kWaitingWriterInc) & reset_mask; in Lock() 205 reset_mask = ~kWriterSpinWait; in Lock() 255 u64 reset_mask = ~0ull; in ReadLock() local 261 new_state = (state + kReaderLockInc) & reset_mask; in ReadLock() 263 new_state = (state + kWaitingReaderInc) & reset_mask; in ReadLock() 285 reset_mask = ~kReaderSpinWait; in ReadLock()
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_serdes_25g.c | 983 uint32_t reset_mask; in al_serdes_25g_rx_equalization() local 991 reset_mask = SERDES_C_GEN_RST_LN0_RST_N; in al_serdes_25g_rx_equalization() 994 reset_mask = SERDES_C_GEN_RST_LN1_RST_N; in al_serdes_25g_rx_equalization() 1001 al_reg_write32_masked(®s_base->gen.rst, reset_mask, 0); in al_serdes_25g_rx_equalization() 1028 al_reg_write32_masked(®s_base->gen.rst, reset_mask, reset_mask); in al_serdes_25g_rx_equalization()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.h | 335 ITT_STUBV(ITTAPI, void, heap_reset_detection, (unsigned int reset_mask), 336 (ITT_FORMAT reset_mask), heap_reset_detection, __itt_group_heap, "%u")
|
H A D | ittnotify.h | 1813 void ITTAPI __itt_heap_reset_detection(unsigned int reset_mask); 1818 ITT_STUBV(ITTAPI, void, heap_reset_detection, (unsigned int reset_mask))
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | hw.h | 297 u32 reset_mask; member
|
H A D | hw.c | 373 .reset_mask = 0xffffffff,
|
H A D | htt_tx.c | 631 int ath10k_htt_h2t_stats_req(struct ath10k_htt *htt, u32 mask, u32 reset_mask, in ath10k_htt_h2t_stats_req() argument 659 memcpy(req->reset_types, &reset_mask, 3); in ath10k_htt_h2t_stats_req()
|
H A D | htt.h | 2450 int ath10k_htt_h2t_stats_req(struct ath10k_htt *htt, u32 mask, u32 reset_mask,
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 3784 u_int32_t status, reset_mask, waitCount, max_msix_orig; in aac_reset_adapter() local 3853 0, 0, 0, 0, &status, &reset_mask); in aac_reset_adapter() 3885 reset_mask = sc->doorbell_mask; in aac_reset_adapter() 3889 AAC_MEM0_SETREG4(sc, AAC_SRC_IDBR, reset_mask); in aac_reset_adapter()
|