Searched refs:__BIT (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/bwi/ |
H A D | if_bwireg.h | 49 #define BWI_IMSTATE_INBAND_ERR __BIT(17) 50 #define BWI_IMSTATE_TIMEOUT __BIT(18) 55 #define BWI_STATE_LO_RESET __BIT(0) 56 #define BWI_STATE_LO_DISABLE1 __BIT(1) 57 #define BWI_STATE_LO_DISABLE2 __BIT(2) 58 #define BWI_STATE_LO_CLOCK __BIT(16) 59 #define BWI_STATE_LO_GATED_CLOCK __BIT(17) 60 #define BWI_STATE_LO_FLAG_PHYCLKEN __BIT(0) 61 #define BWI_STATE_LO_FLAG_PHYRST __BIT(1) 62 #define BWI_STATE_LO_FLAG_PHYLNK __BIT(11) [all …]
|
H A D | if_bwivar.h | 134 #define BWI_DESC32_C_EOR __BIT(28) 135 #define BWI_DESC32_C_INTR __BIT(29) 136 #define BWI_DESC32_C_FRAME_END __BIT(30) 137 #define BWI_DESC32_C_FRAME_START __BIT(31) 161 #define BWI_RXH_F1_BCM2053_RSSI __BIT(14) 162 #define BWI_RXH_F1_SHPREAMBLE __BIT(7) 163 #define BWI_RXH_F1_OFDM __BIT(0) 165 #define BWI_RXH_F2_TYPE2FRAME __BIT(2) 167 #define BWI_RXH_F3_BCM2050_RSSI __BIT(10) 199 #define BWI_TXH_PHY_C_OFDM __BIT(0) [all …]
|
H A D | bitops.h | 69 #define __BIT(__n) (((__n) == 32) ? 0 : ((uint32_t)1 << (__n))) macro 73 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
|
H A D | bwirf.h | 128 #define BWI_RFR_BBP_ATTEN_CALIB_BIT __BIT(0)
|
/freebsd/sys/arm64/broadcom/genet/ |
H A D | if_genetreg.h | 50 #define GENET_SYS_RBUF_FLUSH_RESET __BIT(1) 53 #define GENET_EXT_RGMII_OOB_ID_MODE_DISABLE __BIT(16) 54 #define GENET_EXT_RGMII_OOB_RGMII_MODE_EN __BIT(6) 55 #define GENET_EXT_RGMII_OOB_OOB_DISABLE __BIT(5) 56 #define GENET_EXT_RGMII_OOB_RGMII_LINK __BIT(4) 62 #define GENET_IRQ_MDIO_ERROR __BIT(24) 63 #define GENET_IRQ_MDIO_DONE __BIT(23) 64 #define GENET_IRQ_TXDMA_DONE __BIT(16) 65 #define GENET_IRQ_RXDMA_DONE __BIT(13) 67 #define GENET_RBUF_BAD_DIS __BIT(2) [all …]
|
H A D | if_genet.c | 65 #define __BIT(_x) (1 << (_x)) macro 723 WR4(sc, GENET_TX_DMA_RING_CFG, __BIT(qid)); /* enable */ in gen_init_txring() 769 WR4(sc, GENET_RX_DMA_RING_CFG, __BIT(qid)); /* enable */ in gen_init_rxring() 973 mdf_ctrl = (__BIT(GENET_MAX_MDF_FILTER) - 1) &~ in gen_setup_rxfilter() 974 (__BIT(GENET_MAX_MDF_FILTER - n) - 1); in gen_setup_rxfilter()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qatreg.h | 64 #define __BIT(__n) \ macro 68 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1)) 112 #define FUSECTL_MASK __BIT(31) 115 #define LEGFUSE_ACCEL_MASK_CIPHER_SLICE __BIT(0) 116 #define LEGFUSE_ACCEL_MASK_AUTH_SLICE __BIT(1) 117 #define LEGFUSE_ACCEL_MASK_PKE_SLICE __BIT(2) 118 #define LEGFUSE_ACCEL_MASK_COMPRESS_SLICE __BIT(3) 119 #define LEGFUSE_ACCEL_MASK_LZS_SLICE __BIT(4) 120 #define LEGFUSE_ACCEL_MASK_EIA3_SLICE __BIT(5) 121 #define LEGFUSE_ACCEL_MASK_SHA3_SLICE __BIT(6) [all …]
|
H A D | qat_hw15reg.h | 75 #define ARCH_IF_FLAGS_VALID_FLAG __BIT(7) 407 #define COMN_RESP_CRYPTO_STATUS __BIT(7) 408 #define COMN_RESP_PKE_STATUS __BIT(6) 409 #define COMN_RESP_CMP_STATUS __BIT(5) 410 #define COMN_RESP_XLAT_STATUS __BIT(4) 411 #define COMN_RESP_PM_STATUS __BIT(3) 412 #define COMN_RESP_INIT_ADMIN_STATUS __BIT(2) 536 #define LA_FLAGS_GCM_IV_LEN_FLAG __BIT(9) 542 #define LA_FLAGS_DIGEST_IN_BUFFER __BIT(5) 543 #define LA_FLAGS_CMP_AUTH_RES __BIT(4) [all …]
|
/freebsd/lib/libnetbsd/sys/ |
H A D | cdefs.h | 76 #define __BIT(__n) \ macro 82 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_paths.c | 46 #define PATH_DEV __BIT(0) /* A device node */ 47 #define PATH_DIR __BIT(1) /* A directory */ 48 #define PATH_FILE __BIT(2) /* A file */ 49 #define PATH_ROOT __BIT(3) /* Access for root only */ 50 #define PATH_OPT __BIT(3) /* Optional, ENODEV if not supported */
|
/freebsd/sys/kern/ |
H A D | kern_ubsan.c | 58 #define __BIT(x) ((uintmax_t)1 << (uintmax_t)(x)) macro 95 #define ACK_REPORTED __BIT(31) 133 #define UBSAN_ABORT __BIT(0) 134 #define UBSAN_STDOUT __BIT(1) 135 #define UBSAN_STDERR __BIT(2) 136 #define UBSAN_SYSLOG __BIT(3) 1126 …HandleTypeMismatch(false, &pData->mLocation, pData->mType, __BIT(pData->mLogAlignment), pData->mTy… in __ubsan_handle_type_mismatch_v1() 1135 …HandleTypeMismatch(true, &pData->mLocation, pData->mType, __BIT(pData->mLogAlignment), pData->mTyp… in __ubsan_handle_type_mismatch_v1_abort() 1297 zWidth = __BIT(__SHIFTOUT(pType->mTypeInfo, ~NUMBER_SIGNED_BIT)); in zDeserializeTypeWidth()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_wait_noproc.c | 161 if (pos & __BIT(n)) in get_options6() 210 if (pos & __BIT(n)) in get_options4()
|