Home
last modified time | relevance | path

Searched refs:bit_map (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dbitext.h13 struct bit_map { struct
24 int bit_map_string_get(struct bit_map *t, int len, int align); argument
25 void bit_map_clear(struct bit_map *t, int offset, int len);
26 void bit_map_init(struct bit_map *t, unsigned long *map, int size);
H A Diommu_32.h109 struct bit_map usemap;
/openbmc/linux/arch/sparc/lib/
H A Dbitext.c28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get()
103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear()
121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/openbmc/linux/drivers/edac/
H A Damd64_edac.h232 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)
235 BIT(16) | inj.bit_map)
280 u32 bit_map; member
H A Damd64_edac.c676 return sprintf(buf, "0x%x\n", pvt->injection.bit_map); in inject_ecc_vector_show()
702 pvt->injection.bit_map = (u32) value; in inject_ecc_vector_store()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1645 u32 bit_map = 0; in rtw89_btc_fw_rpt_ver() local
1649 bit_map = BIT(0); in rtw89_btc_fw_rpt_ver()
1652 bit_map = BIT(1); in rtw89_btc_fw_rpt_ver()
1655 bit_map = BIT(2); in rtw89_btc_fw_rpt_ver()
1658 bit_map = BIT(3); in rtw89_btc_fw_rpt_ver()
1661 bit_map = BIT(4); in rtw89_btc_fw_rpt_ver()
1668 bit_map = BIT(6); in rtw89_btc_fw_rpt_ver()
1671 bit_map = BIT(5); in rtw89_btc_fw_rpt_ver()
1682 bit_map = BIT(5); in rtw89_btc_fw_rpt_ver()
1685 bit_map = BIT(6); in rtw89_btc_fw_rpt_ver()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c570 u32 bit_map) in hclge_tm_qs_bp_cfg() argument
582 bp_to_qs_map_cmd->qs_bit_map = cpu_to_le32(bit_map); in hclge_tm_qs_bp_cfg()
1653 u8 bit_map = 0; in hclge_tm_schd_info_update() local
1659 bit_map |= BIT(i); in hclge_tm_schd_info_update()
1661 if (!bit_map) { in hclge_tm_schd_info_update()
1662 bit_map = 1; in hclge_tm_schd_info_update()
1666 hdev->hw_tc_map = bit_map; in hclge_tm_schd_info_update()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c1228 u8 bit_op, u32 bit_map) in mt7921_mcu_set_rxfilter() argument
1235 __le32 bit_map; /* bit_* for bitmap update */ in mt7921_mcu_set_rxfilter() member
1241 .bit_map = cpu_to_le32(bit_map), in mt7921_mcu_set_rxfilter()
H A Dmt7921.h199 u8 bit_op, u32 bit_map);
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c104 static struct bit_map srmmu_nocache_map;