| /linux-6.15/drivers/platform/cznic/ |
| H A D | turris-omnia-mcu-gpio.c | 105 __bf_shf(OMNIA_STS_ ## _name), __bf_shf(OMNIA_CTL_ ## _name), \ 111 __bf_shf(OMNIA_INT_ ## _name), \ 118 __bf_shf(OMNIA_INT_ ## _name), \ 125 __bf_shf(OMNIA_INT_ ## _name), \ 130 __bf_shf(OMNIA_EXT_CTL_ ## _name), \ 199 [__bf_shf(OMNIA_INT_CARD_DET)] = 4, 200 [__bf_shf(OMNIA_INT_MSATA_IND)] = 5, 201 [__bf_shf(OMNIA_INT_USB30_OVC)] = 6, 202 [__bf_shf(OMNIA_INT_USB31_OVC)] = 7, 204 [__bf_shf(OMNIA_INT_TRNG)] = 13, [all …]
|
| H A D | turris-omnia-mcu-trng.c | 71 irq_idx = omnia_int_to_gpio_idx[__bf_shf(OMNIA_INT_TRNG)]; in omnia_mcu_register_trng()
|
| /linux-6.15/include/linux/ |
| H A D | bitfield.h | 45 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro 69 ~((_mask) >> __bf_shf(_mask)) & \ 76 (1ULL << __bf_shf(_mask))); \ 89 (typeof(_mask))((_mask) >> __bf_shf(_mask)); \ 102 !((((typeof(_mask))_val) << __bf_shf(_mask)) & ~(_mask)); \ 116 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \ 138 BUILD_BUG_ON_ZERO(~((_mask) >> __bf_shf(_mask)) & (_val)) + \ 140 __BF_CHECK_POW2((_mask) + (1ULL << __bf_shf(_mask))) + \ 142 (((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask)) \ 156 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_reg_defs.h | 99 ((u32)((((typeof(__mask))(__val) << __bf_shf(__mask)) & (__mask)) + \ 102 BUILD_BUG_ON_ZERO(!IS_POWER_OF_2((__mask) + (1ULL << __bf_shf(__mask)))) + \ 103 …BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & … 116 ((u8)((((typeof(__mask))(__val) << __bf_shf(__mask)) & (__mask)) + \ 119 BUILD_BUG_ON_ZERO(!IS_POWER_OF_2((__mask) + (1ULL << __bf_shf(__mask)))) + \ 120 …BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & … 188 ((u16)((((typeof(__mask))(__val) << __bf_shf(__mask)) & (__mask)) + \ 191 BUILD_BUG_ON_ZERO(!IS_POWER_OF_2((__mask) + (1ULL << __bf_shf(__mask)))) + \ 192 …BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & …
|
| /linux-6.15/tools/include/linux/ |
| H A D | bitfield.h | 42 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro 66 ~((_mask) >> __bf_shf(_mask)) & (_val) : 0, \ 72 (1ULL << __bf_shf(_mask))); \ 85 (typeof(_mask))((_mask) >> __bf_shf(_mask)); \ 98 !((((typeof(_mask))_val) << __bf_shf(_mask)) & ~(_mask)); \ 112 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \ 126 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | global1.c | 62 int bit = __bf_shf(MV88E6352_G1_STS_PPU_STATE); in mv88e6352_g1_wait_ppu_polling() 69 int bit = __bf_shf(MV88E6XXX_G1_STS_INIT_READY); in mv88e6xxx_g1_wait_init_ready() 81 int bit = __bf_shf(MV88E6185_G1_CTL1_RELOAD_EEPROM); in mv88e6250_g1_eeprom_reload() 389 __bf_shf(MV88E6185_G1_MONITOR_CTL_INGRESS_DEST_MASK); in mv88e6095_g1_set_egress_port() 394 __bf_shf(MV88E6185_G1_MONITOR_CTL_EGRESS_DEST_MASK); in mv88e6095_g1_set_egress_port() 417 reg |= port << __bf_shf(MV88E6185_G1_MONITOR_CTL_ARP_DEST_MASK); in mv88e6095_g1_set_cpu_port() 530 return mv88e6xxx_g1_ctl2_mask(chip, mask, port << __bf_shf(mask)); in mv88e6185_g1_set_cascade_port() 568 int bit = __bf_shf(MV88E6XXX_G1_STATS_OP_BUSY); in mv88e6xxx_g1_stats_wait()
|
| H A D | port.c | 1508 int bit = __bf_shf(MV88E6393X_PORT_EPC_CMD_BUSY); in mv88e6393x_port_epc_wait_ready() 1570 (ptr << __bf_shf(MV88E6390_PORT_IEEE_PRIO_MAP_TABLE_PTR_MASK)) | in mv88e6xxx_port_ieeepmt_write() 1617 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_DA_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1621 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_SA_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1625 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_VTU_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1629 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_ETYPE_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1633 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_PPPOE_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1637 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_VBAS_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1641 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_OPT82_MASK); in mv88e6xxx_port_policy_mapping_get_pos() 1645 *shift = __bf_shf(MV88E6XXX_PORT_POLICY_CTL_UDP_MASK); in mv88e6xxx_port_policy_mapping_get_pos()
|
| H A D | port_hidden.c | 41 int bit = __bf_shf(MV88E6XXX_PORT_RESERVED_1A_BUSY); in mv88e6xxx_port_hidden_wait()
|
| H A D | global2.c | 181 int bit = __bf_shf(MV88E6XXX_G2_IRL_CMD_BUSY); in mv88e6xxx_g2_irl_wait() 218 int bit = __bf_shf(MV88E6XXX_G2_PVT_ADDR_BUSY); in mv88e6xxx_g2_pvt_op_wait() 345 int bit = __bf_shf(MV88E6XXX_G2_EEPROM_CMD_BUSY); in mv88e6xxx_g2_eeprom_wait() 352 bit = __bf_shf(MV88E6XXX_G2_EEPROM_CMD_RUNNING); in mv88e6xxx_g2_eeprom_wait() 616 int bit = __bf_shf(MV88E6XXX_G2_SMI_PHY_CMD_BUSY); in mv88e6xxx_g2_smi_phy_wait() 649 dev <<= __bf_shf(MV88E6XXX_G2_SMI_PHY_CMD_DEV_ADDR_MASK); in mv88e6xxx_g2_smi_phy_access()
|
| H A D | global2_avb.c | 34 int bit = __bf_shf(MV88E6352_G2_AVB_CMD_BUSY); in mv88e6xxx_g2_avb_wait()
|
| H A D | global1_atu.c | 114 int bit = __bf_shf(MV88E6XXX_G1_ATU_OP_BUSY); in mv88e6xxx_g1_atu_op_wait()
|
| H A D | global1_vtu.c | 73 int bit = __bf_shf(MV88E6XXX_G1_VTU_OP_BUSY); in mv88e6xxx_g1_vtu_op_wait()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | ssm3515.c | 111 __bf_shf(SSM3515_GEC_ANA_GAIN), 118 __bf_shf(SSM3515_GEC_EDGE), 1, 0), 120 __bf_shf(SSM3515_DAC_HV), 1, 1), 122 __bf_shf(SSM3515_DAC_HPF), 1, 0), 124 __bf_shf(SSM3515_SAI1_DAC_POL), 1, 0),
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_asm.c | 37 return (addr_hi * ((OP_BR_ADDR_LO >> __bf_shf(OP_BR_ADDR_LO)) + 1)) | in br_get_offset() 45 addr_lo = offset & (OP_BR_ADDR_LO >> __bf_shf(OP_BR_ADDR_LO)); in br_set_offset()
|
| /linux-6.15/drivers/net/dsa/microchip/ |
| H A D | ksz_dcb.c | 100 *shift = __bf_shf(KSZ8_PORT_BASED_PRIO_M); in ksz_get_default_port_prio_reg() 104 *shift = __bf_shf(KSZ9477_PORT_BASED_PRIO_M); in ksz_get_default_port_prio_reg()
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x-sysfs.c | 352 config->cfg |= mode << __bf_shf(TRCCONFIGR_COND_MASK); in mode_store() 744 val &= TRCVICTLR_EVENT_MASK >> __bf_shf(TRCVICTLR_EVENT_MASK); in event_vinst_store() 780 config->vinst_ctrl |= val << __bf_shf(TRCVICTLR_EXLEVEL_S_MASK); in s_exlevel_vinst_store() 815 config->vinst_ctrl |= val << __bf_shf(TRCVICTLR_EXLEVEL_NS_MASK); in ns_exlevel_vinst_store() 1246 config->addr_acc[idx] |= val << __bf_shf(TRCACATRn_CONTEXT_MASK); in addr_context_store() 1280 if (val & ~(TRCACATRn_EXLEVEL_MASK >> __bf_shf(TRCACATRn_EXLEVEL_MASK))) in addr_exlevel_s_ns_store() 1287 config->addr_acc[idx] |= val << __bf_shf(TRCACATRn_EXLEVEL_MASK); in addr_exlevel_s_ns_store()
|
| H A D | coresight-etm4x-core.c | 1381 return etm4_get_access_type(config) << __bf_shf(TRCVICTLR_EXLEVEL_MASK); in etm4_get_victlr_access_type()
|
| /linux-6.15/drivers/usb/typec/tipd/ |
| H A D | tps6598x.h | 15 #define TPS_FIELD_GET(_mask, _reg) ((typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)))
|
| /linux-6.15/drivers/net/phy/qcom/ |
| H A D | qcom-phy-lib.c | 339 ss_mask.speed_shift = __bf_shf(AT803X_SS_SPEED_MASK); in at803x_read_status()
|
| H A D | qca808x.c | 270 ss_mask.speed_shift = __bf_shf(QCA808X_SS_SPEED_MASK); in qca808x_read_status()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_nsp_eth.c | 577 nfp_eth_set_bit_config(nsp, raw_idx, mask, __bf_shf(mask), \
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-dw-core.c | 885 dws->dfs_offset = __bf_shf(DW_PSSI_CTRLR0_DFS32_MASK); in dw_spi_hw_init()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mac80211.c | 88 __bf_shf(IEEE80211_EML_CAP_EMLSR_PADDING_DELAY) | \ 90 __bf_shf(IEEE80211_EML_CAP_EMLSR_TRANSITION_DELAY))
|
| /linux-6.15/drivers/leds/ |
| H A D | leds-lp55xx-common.c | 904 val = (buf[i] - '0') << __bf_shf(LP55xx_FADER_MAPPING_MASK); in lp55xx_store_master_fader_leds()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 147 addr_lo = addr & (OP_BR_ADDR_LO >> __bf_shf(OP_BR_ADDR_LO)); in __emit_br() 192 addr_lo = addr & (OP_BR_BIT_ADDR_LO >> __bf_shf(OP_BR_BIT_ADDR_LO)); in __emit_br_bit()
|