Home
last modified time | relevance | path

Searched defs:bitmask (Results 1 – 25 of 116) sorted by relevance

12345

/linux/drivers/net/ethernet/brocade/bna/
H A Dbna.h114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument
116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument
118 #define xxx_enable(mode, bitmask, xxx) \ argument
124 #define xxx_disable(mode, bitmask, xxx) \ argument
130 #define xxx_inactive(mode, bitmask, xxx) \ argument
136 #define is_promisc_enable(mode, bitmask) \ argument
139 #define is_promisc_disable(mode, bitmask) \ argument
142 #define promisc_enable(mode, bitmask) \ argument
145 #define promisc_disable(mode, bitmask) \ argument
148 #define promisc_inactive(mode, bitmask) \ argument
[all …]
/linux/drivers/acpi/pmic/
H A Dtps68470_pmic.c21 u32 bitmask; /* bit mask for power, clock */ member
200 int *bitmask) in pmic_get_reg_bit()
218 int bitmask, u64 *value) in tps68470_pmic_get_power()
230 int bitmask, u64 *value) in tps68470_pmic_get_vr_val()
242 int bitmask, u64 *value) in tps68470_pmic_get_clk()
254 int bitmask, u64 *value) in tps68470_pmic_get_clk_freq()
266 int bitmask, u64 value) in ti_tps68470_regmap_update_bits()
284 int reg, ret, bitmask; in tps68470_pmic_common_handler() local
/linux/tools/power/cpupower/utils/helpers/
H A Dbitmask.h11 struct bitmask { struct
16 struct bitmask *bitmask_alloc(unsigned int n); argument
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_cldma.c148 void t7xx_cldma_hw_tx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask) in t7xx_cldma_hw_tx_done()
159 void t7xx_cldma_hw_rx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask) in t7xx_cldma_hw_rx_done()
170 unsigned int t7xx_cldma_hw_int_status(struct t7xx_cldma_hw *hw_info, unsigned int bitmask, in t7xx_cldma_hw_int_status()
/linux/drivers/staging/rtl8712/
H A Drtl871x_mp.c194 static u32 bitshift(u32 bitmask) in bitshift()
204 static u32 get_bb_reg(struct _adapter *pAdapter, u16 offset, u32 bitmask) in get_bb_reg()
215 u32 bitmask, in set_bb_reg()
231 u32 bitmask) in get_rf_reg()
240 static u8 set_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, u32 bitmask, in set_rf_reg()
/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h69 u32 bitmask = ((0x1 << size * BITS_PER_BYTE) - 1) << bitoff; in cmpxchg_small() local
101 u32 bitmask = ((0x1 << size * BITS_PER_BYTE) - 1) << bitoff; in xchg_small() local
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c17 u32 rtl92s_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl92s_phy_query_bb_reg()
36 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, in rtl92s_phy_set_bb_reg()
140 u32 regaddr, u32 bitmask) in rtl92s_phy_query_rf_reg()
166 u32 regaddr, u32 bitmask, u32 data) in rtl92s_phy_set_rf_reg()
635 u32 reg_addr, u32 bitmask, u32 data) in _rtl92s_store_pwrindex_diffrate_offset()
/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c202 u32 bitmask = BIT(bit); in cpg_mstp_clock_endisable() local
626 u32 bitmask = BIT(bit); in cpg_mssr_reset() local
647 u32 bitmask = BIT(bit); in cpg_mssr_assert() local
661 u32 bitmask = BIT(bit); in cpg_mssr_deassert() local
675 u32 bitmask = BIT(bit); in cpg_mssr_status() local
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_mark_m.h13 __u8 bitmask; member
H A Debt_log.h18 __u32 bitmask; member
H A Debt_vlan.h17 __u8 bitmask; /* Args bitmask bit 1=1 - ID arg, member
H A Debt_among.h52 int bitmask; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_mps.c9 u8 bitmask[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in cxgb4_mps_ref_dec_by_mac() local
56 u8 bitmask[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in cxgb4_mps_ref_inc() local
/linux/arch/sh/include/asm/
H A Dcmpxchg-xchg.h27 u32 bitmask = ((0x1 << size * BITS_PER_BYTE) - 1) << bitoff; in __xchg_cmpxchg() local
/linux/drivers/clk/qcom/
H A Dreset.h15 u32 bitmask; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c22 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92c_phy_query_rf_reg()
96 u32 regaddr, u32 bitmask, u32 data) in rtl92ce_phy_set_rf_reg()
/linux/include/uapi/linux/netfilter/
H A Dxt_physdev.h21 __u8 bitmask; member
H A Dxt_ipvs.h28 __u8 bitmask; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dphy_common.c84 u32 regaddr, u32 bitmask) in rtl92d_phy_query_rf_reg()
105 u32 regaddr, u32 bitmask, u32 data) in rtl92d_phy_set_rf_reg()
264 u32 regaddr, u32 bitmask, u32 data) in rtl92d_store_pwrindex_diffrate_offset()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c19 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92cu_phy_query_rf_reg()
45 u32 regaddr, u32 bitmask, u32 data) in rtl92cu_phy_set_rf_reg()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
H A Dphy_common.c12 u32 regaddr, u32 bitmask) in rtl8723_phy_query_bb_reg()
31 u32 bitmask, u32 data) in rtl8723_phy_set_bb_reg()
/linux/net/netlabel/
H A Dnetlabel_kapi.c669 u64 bitmask; in netlbl_catmap_walkrng() local
886 unsigned char bitmask; in netlbl_bitmap_walk() local
927 u8 bitmask; in netlbl_bitmap_setbit() local
/linux/net/bridge/netfilter/
H A Debt_mark_m.c43 uint8_t invert, bitmask; member
/linux/samples/trace_events/
H A Dtrace-events-sample.c24 unsigned long bitmask[1] = {0xdeadbeefUL}; in do_simple_thread_func() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dqos.c76 u32 bitmask = 0; in mlx5_qos_update_node() local

12345