Searched refs:word_num (Results 1 – 3 of 3) sorted by relevance
804 uint word_num; in xfs_buf_item_log_segment() local825 word_num = first_bit >> BIT_TO_WORD_SHIFT; in xfs_buf_item_log_segment()826 wordp = &map[word_num]; in xfs_buf_item_log_segment()
3902 int word_num; in hclge_update_desc_vfid() local3909 word_num = vfid / 32; in hclge_update_desc_vfid()3912 desc[1].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()3914 desc[1].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()3916 word_num = (vfid - 192) / 32; in hclge_update_desc_vfid()3919 desc[2].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()3921 desc[2].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
27896 u8 word_num, nibble_num; in wlc_phy_txpwr_nphy_srom_convert() local27900 word_num = (rate - rate_start) >> 2; in wlc_phy_txpwr_nphy_srom_convert()27902 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert()