Home
last modified time | relevance | path

Searched refs:shift_bits (Results 1 – 7 of 7) sorted by relevance

/linux/net/netfilter/
H A Dxt_connmark.c44 newmark >>= info->shift_bits; in connmark_tg_shift()
46 newmark <<= info->shift_bits; in connmark_tg_shift()
56 new_targetmark >>= info->shift_bits; in connmark_tg_shift()
58 new_targetmark <<= info->shift_bits; in connmark_tg_shift()
70 new_targetmark >>= info->shift_bits; in connmark_tg_shift()
72 new_targetmark <<= info->shift_bits; in connmark_tg_shift()
/linux/sound/pci/oxygen/
H A Dxonar_dg.c231 static inline unsigned int shift_bits(unsigned int value, in shift_bits() function
260 shift_bits(play_routing, in adjust_dg_dac_routing()
264 shift_bits(play_routing, in adjust_dg_dac_routing()
268 shift_bits(play_routing, in adjust_dg_dac_routing()
/linux/fs/nilfs2/
H A Dthe_nilfs.c211 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_get_blocksize() local
213 if (unlikely(shift_bits > in nilfs_get_blocksize()
216 shift_bits); in nilfs_get_blocksize()
219 *blocksize = BLOCK_SIZE << shift_bits; in nilfs_get_blocksize()
558 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_sb2_bad_offset() local
564 shift_bits > ilog2(NILFS_MAX_BLOCK_SIZE) - BLOCK_SIZE_BITS) in nilfs_sb2_bad_offset()
567 index = offset >> (shift_bits + BLOCK_SIZE_BITS); in nilfs_sb2_bad_offset()
/linux/drivers/leds/blink/
H A Dleds-bcm63138.c261 u32 shift_bits; in bcm63138_leds_probe() local
276 if (!of_property_read_u32(np, "brcm,serial-shift-bits", &shift_bits)) { in bcm63138_leds_probe()
278 GENMASK(shift_bits - 1, 0)); in bcm63138_leds_probe()
/linux/include/uapi/linux/netfilter/
H A Dxt_connmark.h29 __u8 shift_dir, shift_bits, mode; member
/linux/drivers/phy/realtek/
H A Dphy-rtk-usb2.c193 int shift_bits = phy_reg->vstatus_index * 8; in rtk_phy_write() local
197 writel((u32)data << shift_bits, reg_wrap_vstatus); in rtk_phy_write()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5789 u8 cur_pos = 0, tuple_size, shift_bits; in hclge_fd_convert_meta_data() local
5816 shift_bits = sizeof(meta_data) * 8 - cur_pos; in hclge_fd_convert_meta_data()
5818 *key_x = cpu_to_le32(tmp_x << shift_bits); in hclge_fd_convert_meta_data()
5819 *key_y = cpu_to_le32(tmp_y << shift_bits); in hclge_fd_convert_meta_data()