Searched refs:bm (Results 51 - 75 of 76) sorted by relevance

1234

/linux-master/sound/pci/ctxfi/
H A Dcthardware.h89 int (*src_set_bm)(void *blk, unsigned int bm);
H A Dctsrc.c44 static int src_set_bm(struct src *src, unsigned int bm) argument
49 hw->src_set_bm(src->rsc.ctrl_blk, bm);
H A Dcthw20k2.c185 static int src_set_bm(void *blk, unsigned int bm) argument
189 set_field(&ctl->ctl, SRCCTL_BM, bm);
H A Dcthw20k1.c185 static int src_set_bm(void *blk, unsigned int bm) argument
189 set_field(&ctl->ctl, SRCCTL_BM, bm);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vlan_mode.c42 arr[i] = le32_to_cpu(sect->entry.bm[i]);
H A Dice_flex_type.h384 __le32 bm[ICE_META_INIT_DW_CNT]; member in struct:ice_meta_init_entry
H A Dice_ddp.c769 * @bm: pointer to memory for returning the bitmap of field vectors
772 unsigned long *bm)
779 bitmap_set(bm, 0, ICE_MAX_NUM_PROFILES);
784 bitmap_zero(bm, ICE_MAX_NUM_PROFILES);
799 set_bit((u16)offset, bm);
808 * @bm: bitmap of field vectors to consider
819 unsigned long *bm, struct list_head *fv_list)
846 if (!test_bit((u16)offset, bm))
771 ice_get_sw_fv_bitmap(struct ice_hw *hw, enum ice_prof_type req_profs, unsigned long *bm) argument
818 ice_get_sw_fv_list(struct ice_hw *hw, struct ice_prot_lkup_ext *lkups, unsigned long *bm, struct list_head *fv_list) argument
H A Dice_switch.c5409 * @bm: pointer to memory for returning the bitmap of field vectors
5413 unsigned long *bm)
5417 bitmap_zero(bm, ICE_MAX_NUM_PROFILES);
5448 ice_get_sw_fv_bitmap(hw, prof_type, bm);
5412 ice_get_compat_fv_bitmap(struct ice_hw *hw, struct ice_adv_rule_info *rinfo, unsigned long *bm) argument
/linux-master/drivers/gpu/drm/armada/
H A Darmada_crtc.c335 uint32_t lm, rm, tm, bm, val, sclk; local
343 bm = adj->crtc_vsync_start - adj->crtc_vdisplay;
348 DRM_DEBUG_KMS("lm %d rm %d tm %d bm %d\n", lm, rm, tm, bm);
361 dcrtc->v[1].spu_v_porch = tm << 16 | bm;
/linux-master/net/bridge/
H A Dbr_netlink.c1539 struct br_boolopt_multi *bm; local
1541 bm = nla_data(data[IFLA_BR_MULTI_BOOLOPT]);
1542 err = br_boolopt_multi_toggle(br, bm, extack);
1648 struct br_boolopt_multi bm; local
1665 br_boolopt_multi_get(br, &bm);
1684 nla_put(skb, IFLA_BR_MULTI_BOOLOPT, sizeof(bm), &bm) ||
H A Dbr_private.h762 struct br_boolopt_multi *bm,
765 struct br_boolopt_multi *bm);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c229 u_int32_t bm; local
232 bm = 0x220;
234 bm = 0x020;
243 mga_outl(M_ICLEAR, bm);
244 mga_outl(M_IEN, mga_inl(M_IEN) | bm);
249 if ((ien & bm) != bm) {
251 mga_outl(M_IEN, ien | bm);
/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c299 u32 bm; local
302 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S;
304 lantiq_ssc_maskl(spi, LTQ_SPI_CON_BM_M, bm, LTQ_SPI_CON);
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1241 u32 bm; local
1243 bm = mask->control[i].legacy | (mask->control[i].ht_mcs[0] << mcs_offset);
1244 if (hweight32(bm) == 1) { /* single rate */
1245 int rate_index = ffs(bm) - 1;
1253 cfg->configured_mask = bm;
/linux-master/drivers/hid/
H A Dhid-wiimote-modules.c1997 __u8 o, r, y, g, b, bass, bm, bp; local
2042 bm = !(ext[4] & 0x10);
2079 input_report_key(wdata->extension.input, BTN_SELECT, bm);
2225 __u8 sx, sy, tb, wb, bd, bm, bp, bo, br, bb, bg, by, bu; local
2263 bm = !(ext[4] & 0x10);
2309 bm);
2441 __u8 be, cs, sx, sy, ed, rtt, rbg, rbr, rbb, ltt, lbg, lbr, lbb, bp, bm; local
2487 bm = !(ext[4] & 0x10);
2528 bm);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.c200 struct dm_block_manager *bm = dm_tm_get_bm(s->tm); local
203 dm_bm_prefetch(bm, value64(f->n, i));
1473 struct dm_block_manager *bm = dm_tm_get_bm(c->info->tm); local
1480 dm_bm_prefetch(bm, le64_to_cpu(value_le));
/linux-master/drivers/input/misc/
H A Dyealink.c61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \
63 .u = { .s = { _LOC(a, am), _LOC(b, bm), _LOC(c, cm), \
/linux-master/drivers/md/
H A Dmd-bitmap.c652 pr_debug("%s:%d bm slot: %d offset: %llu\n", __func__, __LINE__,
1887 struct kernfs_node *bm = NULL; local
1913 bm = sysfs_get_dirent(mddev->kobj.sd, "bitmap");
1914 if (bm) {
1915 bitmap->sysfs_can_clear = sysfs_get_dirent(bm, "can_clear");
1916 sysfs_put(bm);
/linux-master/fs/ext4/
H A Dmballoc.c1764 static void mb_clear_bits(void *bm, int cur, int len) argument
1772 addr = bm + (cur >> 3);
1777 mb_clear_bit(cur, bm);
1785 static int mb_test_and_clear_bits(void *bm, int cur, int len) argument
1794 addr = bm + (cur >> 3);
1801 if (!mb_test_and_clear_bit(cur, bm) && zero_bit == -1)
1809 void mb_set_bits(void *bm, int cur, int len) argument
1817 addr = bm + (cur >> 3);
1822 mb_set_bit(cur, bm);
/linux-master/fs/nfs/
H A Dpnfs.c1860 dprintk("%s bm=0x%x rd_sz=%llu wr_sz=%llu rd_io=%llu wr_io=%llu\n",
1861 __func__, t->bm, t->rd_sz, t->wr_sz, t->rd_io_sz, t->wr_io_sz);
1865 if (t->bm & THRESHOLD_RD) {
1871 if (t->bm & THRESHOLD_RD_IO) {
1880 if (t->bm & THRESHOLD_WR) {
1886 if (t->bm & THRESHOLD_WR_IO) {
H A Dpnfs.h623 return (dst && src && src->bm != 0 && nfss->pnfs_curr_ld &&
H A Dnfs4xdr.c4604 res->bm = bitmap[0];
4606 dprintk("%s bm=0x%x rd_sz=%llu wr_sz=%llu rd_io=%llu wr_io=%llu\n",
4607 __func__, res->bm, res->rd_sz, res->wr_sz, res->rd_io_sz,
/linux-master/fs/udf/
H A Dsuper.c2420 struct spaceBitmapDesc *bm; local
2435 bm = (struct spaceBitmapDesc *)bh->b_data;
2436 bytes = le32_to_cpu(bm->numOfBytes);
/linux-master/fs/ntfs3/
H A Dindex.c2066 const unsigned long *bm = resident_data(b); local
2073 pos = find_next_bit_le(bm, nbits, bit);
/linux-master/include/linux/
H A Dnfs_xdr.h39 __u32 bm; member in struct:nfs4_threshold

Completed in 582 milliseconds

1234