Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c107 u32 word_num = (reg >> 1) & 1; in bcm2835_sdhci_writew() local
108 u32 word_shift = word_num * 16; in bcm2835_sdhci_writew()
139 u32 word_num = (reg >> 1) & 1; in bcm2835_sdhci_readw() local
140 u32 word_shift = word_num * 16; in bcm2835_sdhci_readw()
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item.c937 uint word_num; in xfs_buf_item_log_segment() local
961 word_num = first_bit >> BIT_TO_WORD_SHIFT; in xfs_buf_item_log_segment()
962 wordp = &map[word_num]; in xfs_buf_item_log_segment()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8133 unsigned int word_num; in hclge_update_desc_vfid() local
8140 word_num = vfid / 32; in hclge_update_desc_vfid()
8143 desc[1].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()
8145 desc[1].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
8147 word_num = (vfid - HCLGE_VF_NUM_IN_FIRST_DESC) / 32; in hclge_update_desc_vfid()
8150 desc[2].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()
8152 desc[2].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27857 u8 word_num, nibble_num; in wlc_phy_txpwr_nphy_srom_convert() local
27861 word_num = (rate - rate_start) >> 2; in wlc_phy_txpwr_nphy_srom_convert()
27863 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert()