Home
last modified time | relevance | path

Searched refs:word_num (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf_item.c929 uint word_num; in xfs_buf_item_log_segment() local
953 word_num = first_bit >> BIT_TO_WORD_SHIFT; in xfs_buf_item_log_segment()
954 wordp = &map[word_num]; in xfs_buf_item_log_segment()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8221 unsigned int word_num; in hclge_update_desc_vfid() local
8228 word_num = vfid / 32; in hclge_update_desc_vfid()
8231 desc[1].data[word_num] &= cpu_to_le32(~(1U << bit_num)); in hclge_update_desc_vfid()
8233 desc[1].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
8235 word_num = (vfid - HCLGE_VF_NUM_IN_FIRST_DESC) / 32; in hclge_update_desc_vfid()
8238 desc[2].data[word_num] &= cpu_to_le32(~(1U << bit_num)); in hclge_update_desc_vfid()
8240 desc[2].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27845 u8 word_num, nibble_num; in wlc_phy_txpwr_nphy_srom_convert() local
27849 word_num = (rate - rate_start) >> 2; in wlc_phy_txpwr_nphy_srom_convert()
27851 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert()