Home
last modified time | relevance | path

Searched refs:bitmap_from_arr32 (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/firmware/smccc/
H A Dkvm_guest.c38 bitmap_from_arr32(__kvm_arm_hyp_services, val, ARM_SMCCC_KVM_NUM_FUNCS); in kvm_init_hyp_services()
/openbmc/linux/drivers/mux/
H A Dgpio.c29 bitmap_from_arr32(values, &value, BITS_PER_TYPE(value)); in mux_gpio_set()
/openbmc/linux/net/ethtool/
H A Dbitset.c633 bitmap_from_arr32(val, nla_data(tb[ETHTOOL_A_BITSET_VALUE]), in ethnl_parse_bitset()
640 bitmap_from_arr32(mask, in ethnl_parse_bitset()
792 bitmap_from_arr32(bitmap, bitmap32, nbits); in ethnl_update_bitset()
H A Dioctl.c458 bitmap_from_arr32(to->link_modes.supported, in load_link_ksettings_from_user()
461 bitmap_from_arr32(to->link_modes.advertising, in load_link_ksettings_from_user()
464 bitmap_from_arr32(to->link_modes.lp_advertising, in load_link_ksettings_from_user()
2534 bitmap_from_arr32(queue_mask, per_queue_opt->queue_mask, in ethtool_get_per_queue_coalesce()
2568 bitmap_from_arr32(queue_mask, per_queue_opt->queue_mask, MAX_NUM_QUEUE); in ethtool_set_per_queue_coalesce()
/openbmc/linux/include/linux/
H A Dbitmap.h291 void bitmap_from_arr32(unsigned long *bitmap, const u32 *buf,
296 #define bitmap_from_arr32(bitmap, buf, nbits) \ macro
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vlan_mode.c44 bitmap_from_arr32(entry, arr, (u16)ICE_META_INIT_BITS); in ice_pkg_get_supported_vlan_mode()
/openbmc/linux/drivers/gpio/
H A Dgpio-xilinx.c598 bitmap_from_arr32(chip->state, state, 64); in xgpio_probe()
604 bitmap_from_arr32(chip->dir, dir, 64); in xgpio_probe()
/openbmc/linux/drivers/irqchip/
H A Dirq-sun6i-r.c327 bitmap_from_arr32(wake_mux_valid, v->mux_valid, SUN6I_NR_MUX_BITS); in sun6i_r_intc_init()
/openbmc/linux/lib/
H A Dbitmap.c1457 void bitmap_from_arr32(unsigned long *bitmap, const u32 *buf, unsigned int nbits) in bitmap_from_arr32() function
1472 EXPORT_SYMBOL(bitmap_from_arr32);
H A Dtest_bitmap.c619 bitmap_from_arr32(bmap2, arr, nbits); in test_bitmap_arr32()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c204 bitmap_from_arr32(mask_bitmap, (u32 *) key->mask, in mlxsw_sp_acl_erp_master_mask_set()
231 bitmap_from_arr32(mask_bitmap, (u32 *) key->mask, in mlxsw_sp_acl_erp_master_mask_clear()
806 bitmap_from_arr32(erp->mask_bitmap, (u32 *) key->mask, in mlxsw_sp_acl_erp_ctcam_mask_create()
/openbmc/linux/drivers/perf/
H A Darm_pmuv3.c1123 bitmap_from_arr32(cpu_pmu->pmceid_bitmap, in __armv8pmu_probe_pmu()
1129 bitmap_from_arr32(cpu_pmu->pmceid_ext_bitmap, in __armv8pmu_probe_pmu()
H A Darm_dsu_pmu.c683 bitmap_from_arr32(dsu_pmu->cpmceid_bitmap, cpmceid, in dsu_pmu_probe_pmu()
H A Darm_smmuv3_pmu.c897 bitmap_from_arr32(smmu_pmu->supported_events, (u32 *)ceid_64, in smmu_pmu_probe()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c185 bitmap_from_arr32(bitmap, val, in hclge_comm_capability_to_bitmap()
/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c184 bitmap_from_arr32(csk_map, csk32, CSK_BIT_LEN); in show_canceled_csk()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu.c205 bitmap_from_arr32(ssmask->xehp, fuse_val, numregs * 32); in xehp_load_dss_mask()
/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c514 bitmap_from_arr32(bitmap, &value, BITMAP_SIZE); in npcm_video_build_table()
/openbmc/linux/drivers/dma/ti/
H A Domap-dma.c1753 bitmap_from_arr32(od->lch_bitmap, &val, od->lch_count); in omap_dma_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1676 bitmap_from_arr32(&fec_bitmap, &fecparam->fec, sizeof(fecparam->fec) * BITS_PER_BYTE); in mlx5e_set_fecparam()