Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c7171 unsigned int word_num; in hclge_update_desc_vfid() local
7178 word_num = vfid / 32; in hclge_update_desc_vfid()
7181 desc[1].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()
7183 desc[1].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
7185 word_num = (vfid - HCLGE_VF_NUM_IN_FIRST_DESC) / 32; in hclge_update_desc_vfid()
7188 desc[2].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()
7190 desc[2].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c27854 u8 word_num, nibble_num; in wlc_phy_txpwr_nphy_srom_convert() local
27858 word_num = (rate - rate_start) >> 2; in wlc_phy_txpwr_nphy_srom_convert()
27860 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert()