Searched refs:__BIT (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwireg.h48 #define BWI_IMSTATE_INBAND_ERR __BIT(17)
49 #define BWI_IMSTATE_TIMEOUT __BIT(18)
54 #define BWI_STATE_LO_RESET __BIT(0)
55 #define BWI_STATE_LO_DISABLE1 __BIT(1)
56 #define BWI_STATE_LO_DISABLE2 __BIT(2)
57 #define BWI_STATE_LO_CLOCK __BIT(16)
58 #define BWI_STATE_LO_GATED_CLOCK __BIT(17)
59 #define BWI_STATE_LO_FLAG_PHYCLKEN __BIT(0)
60 #define BWI_STATE_LO_FLAG_PHYRST __BIT(1)
61 #define BWI_STATE_LO_FLAG_PHYLNK __BIT(1
[all...]
H A Dbitops.h39 * __BIT(n): Return a bitmask with bit m set, where the least
67 /* __BIT(n): nth bit, where __BIT(0) == 0x1. */
68 #define __BIT(__n) (((__n) == 32) ? 0 : ((uint32_t)1 << (__n))) macro
72 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
H A Dif_bwivar.h133 #define BWI_DESC32_C_EOR __BIT(28)
134 #define BWI_DESC32_C_INTR __BIT(29)
135 #define BWI_DESC32_C_FRAME_END __BIT(30)
136 #define BWI_DESC32_C_FRAME_START __BIT(31)
160 #define BWI_RXH_F1_BCM2053_RSSI __BIT(14)
161 #define BWI_RXH_F1_SHPREAMBLE __BIT(7)
162 #define BWI_RXH_F1_OFDM __BIT(0)
164 #define BWI_RXH_F2_TYPE2FRAME __BIT(2)
166 #define BWI_RXH_F3_BCM2050_RSSI __BIT(10)
198 #define BWI_TXH_PHY_C_OFDM __BIT(
[all...]
H A Dbwirf.h127 #define BWI_RFR_BBP_ATTEN_CALIB_BIT __BIT(0)
/freebsd-10.2-release/sys/mips/adm5120/
H A Dadm5120reg.h40 /* __BIT(n): nth bit, where __BIT(0) == 0x1. */
41 #define __BIT(__n) \ macro
46 ((__BIT(MAX((__m), (__n)) + 1) - 1) ^ (__BIT(MIN((__m), (__n))) - 1))
116 #define ADM5120_WDOG0_WTTR __BIT(31) /* 0: do not reset,
119 #define ADM5120_WDOG1_WDE __BIT(31) /* 0: deactivate,
129 #define ADM5120_WDOG_RSVD __BIT(15)
146 #define ADM5120_GPIO2_EW __BIT(6) /* 1: enable wait state pin,
152 #define ADM5120_GPIO2_CSX1 __BIT(
[all...]
H A Dif_admswreg.h39 #define ADMSW_BOOT_DONE_BO __BIT(0)
46 #define ADMSW_INTR_CPUH __BIT(24)
47 #define ADMSW_INTR_SDE __BIT(23)
48 #define ADMSW_INTR_RDE __BIT(22)
49 #define ADMSW_INTR_W1TE __BIT(21)
50 #define ADMSW_INTR_W0TE __BIT(20)
51 #define ADMSW_INTR_MI __BIT(19)
52 #define ADMSW_INTR_PSC __BIT(18)
53 #define ADMSW_INTR_BCS __BIT(16)
54 #define ADMSW_INTR_MD __BIT(1
[all...]
H A Dadmpci.c109 #define ADMPCI_TAG_DEVICE_BRIDGE __BIT(11)
/freebsd-10.2-release/contrib/netbsd-tests/include/
H A Dt_paths.c46 #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 */
/freebsd-10.2-release/sys/arm/freescale/imx/
H A Dimx51_ipuv3reg.h157 #define CM_GPR_IPU_GP(n) __BIT((n))
632 #define DMFC_STAT_FIFO_EMPTY(n) __BIT(12 + (n))
633 #define DMFC_STAT_FIFO_FULL(n) __BIT((n))

Completed in 185 milliseconds