Home
last modified time | relevance | path

Searched refs:_BIT (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/arch/arm/mach-lpc32xx/
H A Dlpc32xx.h14 #define _BIT(n) _SBF(n, 1) macro
175 #define LPC32XX_CLKPWR_VFP_CLOCK_ENABLE_BIT _BIT(4)
180 #define LPC32XX_CLKPWR_BOOTMAP_SEL_BIT _BIT(1)
185 #define LPC32XX_CLKPWR_GPIOSRC_P1IO23_BIT _BIT(31)
186 #define LPC32XX_CLKPWR_GPIOSRC_P1IO22_BIT _BIT(30)
187 #define LPC32XX_CLKPWR_GPIOSRC_P1IO21_BIT _BIT(29)
188 #define LPC32XX_CLKPWR_GPIOSRC_P1IO20_BIT _BIT(28)
189 #define LPC32XX_CLKPWR_GPIOSRC_P1IO19_BIT _BIT(27)
190 #define LPC32XX_CLKPWR_GPIOSRC_P1IO18_BIT _BIT(26)
191 #define LPC32XX_CLKPWR_GPIOSRC_P1IO17_BIT _BIT(25)
[all …]
/openbmc/u-boot/board/buffalo/lsxl/
H A Dlsxl.h24 #define _BIT(x) (1<<(x)) macro
26 #define LSXL_OE_LOW (~(_BIT(GPIO_HDD_POWER) \
27 | _BIT(GPIO_USB_VBUS) \
28 | _BIT(GPIO_FAN_HIGH) \
29 | _BIT(GPIO_FAN_LOW)))
31 #define LSXL_OE_HIGH (~(_BIT(GPIO_FUNC_LED - 32) \
32 | _BIT(GPIO_ALARM_LED - 32) \
33 | _BIT(GPIO_INFO_LED - 32) \
34 | _BIT(GPIO_POWER_LED - 32) \
35 | _BIT(GPIO_FUNC_RED_LED - 32)))
[all …]
/openbmc/linux/fs/btrfs/
H A Dmisc.h15 __ ## name ## _BIT, \
16 name = (1U << __ ## name ## _BIT), \
17 __ ## name ## _SEQ = __ ## name ## _BIT
/openbmc/linux/include/linux/
H A Dethtool.h108 #define __ETH_RSS_HASH(name) __ETH_RSS_HASH_BIT(ETH_RSS_HASH_##name##_BIT)
194 __set_bit(ETHTOOL_LINK_MODE_ ## mode ## _BIT, (ptr)->link_modes.name)
205 __clear_bit(ETHTOOL_LINK_MODE_ ## mode ## _BIT, (ptr)->link_modes.name)
217 test_bit(ETHTOOL_LINK_MODE_ ## mode ## _BIT, (ptr)->link_modes.name)
H A Dnetdev_features.h106 #define __NETIF_F(name) __NETIF_F_BIT(NETIF_F_##name##_BIT)
H A Dphylink.h696 op(ETHTOOL_LINK_MODE_ ## mode ## _BIT, bm)
/openbmc/qemu/target/s390x/
H A Dcpu_features.c21 #define DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC) \ argument
25 .bit = _BIT, \
H A Dcpu_features_def.h.inc4 * DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC):
8 * - _BIT: Feature bit number within feature type block (unused for MISC).
/openbmc/linux/net/ethtool/
H A Dcommon.h13 ETHTOOL_LINK_MODE_ ## speed ## base ## type ## _ ## duplex ## _BIT
H A Dcommon.c109 [ETHTOOL_LINK_MODE_ ## _mode ## _BIT] = _name
264 [ETHTOOL_LINK_MODE_ ## _mode ## _BIT] = { \
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.h17 .link_mode = ETHTOOL_LINK_MODE_##ETHTOOL_LINK_MODE##_BIT, \
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1413 [SMU_FEATURE_##fea##_BIT] = {1, FEATURE_##fea##_BIT}
1416 [SMU_FEATURE_DPM_##fea##_BIT] = {1, FEATURE_##fea##_DPM_BIT}
H A Dsmu_types.h410 #define __SMU_DUMMY_MAP(feature) SMU_FEATURE_##feature##_BIT
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h184 #define MLX5_TC_FLAG(flag) BIT(MLX5E_TC_FLAG_##flag##_BIT)
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h447 #define BE_WRB_F_BIT(name) BE_WRB_F_##name##_BIT
448 #define BE_WRB_F_MASK(name) BIT_MASK(BE_WRB_F_##name##_BIT)
/openbmc/linux/arch/arm64/tools/
H A Dsysreg1408 0b0011 52_BIT
1419 0b0011 52_BIT
1423 0b0001 52_BIT
1433 0b0010 52_BIT
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c114 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset()
191 #define TEST_BIT(name) test_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in ethtool_linkset_to_mcdi_cap()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c115 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset()
192 #define TEST_BIT(name) test_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in ethtool_linkset_to_mcdi_cap()
/openbmc/linux/kernel/trace/
H A Dtrace.h1257 #define C(a, b) TRACE_ITER_##a##_BIT
1270 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT)
/openbmc/linux/drivers/net/phy/
H A Dphy-core.c161 .bit = ETHTOOL_LINK_MODE_ ## b ## _BIT}
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h2064 (1UL << (ETHTOOL_LINK_MODE_ ## base_name ## _BIT))
/openbmc/linux/include/uapi/linux/
H A Dethtool.h1796 (1UL << (ETHTOOL_LINK_MODE_ ## base_name ## _BIT))
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c508 __set_bit(ETHTOOL_LINK_MODE_ ## __lmm_name ## _BIT, \ in fw_caps_to_lmm()
644 if (test_bit(ETHTOOL_LINK_MODE_ ## __lmm_name ## _BIT, \ in lmm_to_fw_caps()
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c202 __xpcs_linkmode_supported(compat, ETHTOOL_LINK_MODE_ ## mode ## _BIT)
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c125 __set_bit(ETHTOOL_LINK_MODE_ ## mode ## _BIT, ethtool_modes_map) in fun_link_modes_to_ethtool()

12