/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | bitmask.h | 10 struct bitmask { struct 15 struct bitmask *bitmask_alloc(unsigned int n); argument 16 void bitmask_free(struct bitmask *bmp); 18 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i); 19 struct bitmask *bitmask_setall(struct bitmask *bmp); 20 struct bitmask *bitmask_clearall(struct bitmask *bmp); 22 unsigned int bitmask_first(const struct bitmask *bmp); 23 unsigned int bitmask_next(const struct bitmask *bmp, unsigned int i); 24 unsigned int bitmask_last(const struct bitmask *bmp); 25 int bitmask_isallclear(const struct bitmask *bmp); [all …]
|
D | bitmask.c | 23 struct bitmask *bitmask_alloc(unsigned int n) in bitmask_alloc() 25 struct bitmask *bmp; in bitmask_alloc() 40 void bitmask_free(struct bitmask *bmp) in bitmask_free() 61 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() 70 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit() 114 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) in bitmask_setbit() 121 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall() 130 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall() 139 int bitmask_isallclear(const struct bitmask *bmp) in bitmask_isallclear() 149 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) in bitmask_isbitset() [all …]
|
D | helpers.h | 36 extern struct bitmask *cpus_chosen;
|
/linux-4.1.27/net/netfilter/ |
D | xt_physdev.c | 38 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt() 41 if ((info->bitmask & XT_PHYSDEV_OP_ISIN) && in physdev_mt() 44 if ((info->bitmask & XT_PHYSDEV_OP_ISOUT) && in physdev_mt() 47 if ((info->bitmask & XT_PHYSDEV_OP_IN) && in physdev_mt() 50 if ((info->bitmask & XT_PHYSDEV_OP_OUT) && in physdev_mt() 60 if ((info->bitmask & XT_PHYSDEV_OP_BRIDGED) && in physdev_mt() 67 if ((info->bitmask & XT_PHYSDEV_OP_ISIN && in physdev_mt() 69 (info->bitmask & XT_PHYSDEV_OP_ISOUT && in physdev_mt() 73 if (!(info->bitmask & XT_PHYSDEV_OP_IN)) in physdev_mt() 85 if (!(info->bitmask & XT_PHYSDEV_OP_OUT)) in physdev_mt() [all …]
|
D | xt_ipvs.c | 58 if (data->bitmask == XT_IPVS_IPVS_PROPERTY) { in ipvs_mt() 72 if (data->bitmask & XT_IPVS_PROTO) in ipvs_mt() 99 if (data->bitmask & XT_IPVS_VPORT) in ipvs_mt() 106 if (data->bitmask & XT_IPVS_VPORTCTL) in ipvs_mt() 114 if (data->bitmask & XT_IPVS_DIR) { in ipvs_mt() 130 if (data->bitmask & XT_IPVS_METHOD) in ipvs_mt() 137 if (data->bitmask & XT_IPVS_VADDR) { in ipvs_mt()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 240 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument 242 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument 244 #define xxx_enable(mode, bitmask, xxx) \ argument 246 bitmask |= xxx; \ 250 #define xxx_disable(mode, bitmask, xxx) \ argument 252 bitmask |= xxx; \ 256 #define xxx_inactive(mode, bitmask, xxx) \ argument 258 bitmask &= ~xxx; \ 262 #define is_promisc_enable(mode, bitmask) \ argument 263 is_xxx_enable(mode, bitmask, BNA_RXMODE_PROMISC) [all …]
|
D | bna_tx_rx.c | 2847 enum bna_rxmode bitmask, in bna_rx_mode_set() argument 2855 if (is_promisc_enable(new_mode, bitmask)) { in bna_rx_mode_set() 2866 if (is_default_enable(new_mode, bitmask)) in bna_rx_mode_set() 2870 if (is_default_enable(new_mode, bitmask)) { in bna_rx_mode_set() 2884 if (is_promisc_enable(new_mode, bitmask)) { in bna_rx_mode_set() 2887 } else if (is_promisc_disable(new_mode, bitmask)) { in bna_rx_mode_set() 2892 if (is_allmulti_enable(new_mode, bitmask)) { in bna_rx_mode_set() 2895 } else if (is_allmulti_disable(new_mode, bitmask)) { in bna_rx_mode_set()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebt_ip.c | 39 if (info->bitmask & EBT_IP_TOS && in ebt_ip_mt() 42 if (info->bitmask & EBT_IP_SOURCE && in ebt_ip_mt() 46 if ((info->bitmask & EBT_IP_DEST) && in ebt_ip_mt() 50 if (info->bitmask & EBT_IP_PROTO) { in ebt_ip_mt() 53 if (!(info->bitmask & EBT_IP_DPORT) && in ebt_ip_mt() 54 !(info->bitmask & EBT_IP_SPORT)) in ebt_ip_mt() 62 if (info->bitmask & EBT_IP_DPORT) { in ebt_ip_mt() 69 if (info->bitmask & EBT_IP_SPORT) { in ebt_ip_mt() 88 if (info->bitmask & ~EBT_IP_MASK || info->invflags & ~EBT_IP_MASK) in ebt_ip_mt_check() 90 if (info->bitmask & (EBT_IP_DPORT | EBT_IP_SPORT)) { in ebt_ip_mt_check() [all …]
|
D | ebt_stp.c | 52 if ((info->bitmask & EBT_STP_FLAGS) && in ebt_filter_config() 55 if (info->bitmask & EBT_STP_ROOTPRIO) { in ebt_filter_config() 61 if (info->bitmask & EBT_STP_ROOTADDR) { in ebt_filter_config() 69 if (info->bitmask & EBT_STP_ROOTCOST) { in ebt_filter_config() 75 if (info->bitmask & EBT_STP_SENDERPRIO) { in ebt_filter_config() 81 if (info->bitmask & EBT_STP_SENDERADDR) { in ebt_filter_config() 89 if (info->bitmask & EBT_STP_PORT) { in ebt_filter_config() 95 if (info->bitmask & EBT_STP_MSGAGE) { in ebt_filter_config() 101 if (info->bitmask & EBT_STP_MAXAGE) { in ebt_filter_config() 107 if (info->bitmask & EBT_STP_HELLOTIME) { in ebt_filter_config() [all …]
|
D | ebt_mark_m.c | 20 if (info->bitmask & EBT_MARK_OR) in ebt_mark_mt() 29 if (info->bitmask & ~EBT_MARK_MASK) in ebt_mark_mt_check() 31 if ((info->bitmask & EBT_MARK_OR) && (info->bitmask & EBT_MARK_AND)) in ebt_mark_mt_check() 33 if (!info->bitmask) in ebt_mark_mt_check() 42 uint8_t invert, bitmask; member 53 kern->bitmask = user->bitmask; in mark_mt_compat_from_user() 64 put_user(kern->bitmask, &user->bitmask)) in mark_mt_compat_to_user()
|
D | ebt_ip6.c | 48 if (info->bitmask & EBT_IP6_TCLASS && in ebt_ip6_mt() 51 if ((info->bitmask & EBT_IP6_SOURCE && in ebt_ip6_mt() 54 (info->bitmask & EBT_IP6_DEST && in ebt_ip6_mt() 58 if (info->bitmask & EBT_IP6_PROTO) { in ebt_ip6_mt() 68 if (!(info->bitmask & ( EBT_IP6_DPORT | in ebt_ip6_mt() 77 if (info->bitmask & EBT_IP6_DPORT) { in ebt_ip6_mt() 83 if (info->bitmask & EBT_IP6_SPORT) { in ebt_ip6_mt() 89 if ((info->bitmask & EBT_IP6_ICMP6) && in ebt_ip6_mt() 107 if (info->bitmask & ~EBT_IP6_MASK || info->invflags & ~EBT_IP6_MASK) in ebt_ip6_mt_check() 109 if (info->bitmask & (EBT_IP6_DPORT | EBT_IP6_SPORT)) { in ebt_ip6_mt_check() [all …]
|
D | ebt_arp.c | 28 if (info->bitmask & EBT_ARP_OPCODE && FWINV(info->opcode != in ebt_arp_mt() 31 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype != in ebt_arp_mt() 34 if (info->bitmask & EBT_ARP_PTYPE && FWINV(info->ptype != in ebt_arp_mt() 38 if (info->bitmask & (EBT_ARP_SRC_IP | EBT_ARP_DST_IP | EBT_ARP_GRAT)) { in ebt_arp_mt() 54 if (info->bitmask & EBT_ARP_SRC_IP && in ebt_arp_mt() 57 if (info->bitmask & EBT_ARP_DST_IP && in ebt_arp_mt() 60 if (info->bitmask & EBT_ARP_GRAT && in ebt_arp_mt() 65 if (info->bitmask & (EBT_ARP_SRC_MAC | EBT_ARP_DST_MAC)) { in ebt_arp_mt() 72 if (info->bitmask & EBT_ARP_SRC_MAC) { in ebt_arp_mt() 85 if (info->bitmask & EBT_ARP_DST_MAC) { in ebt_arp_mt() [all …]
|
D | ebt_log.c | 31 if (info->bitmask & ~EBT_LOG_MASK) in ebt_log_tg_check() 80 unsigned int bitmask; in ebt_log_packet() local 94 bitmask = loginfo->u.log.logflags; in ebt_log_packet() 96 bitmask = NF_LOG_MASK; in ebt_log_packet() 98 if ((bitmask & EBT_LOG_IP) && eth_hdr(skb)->h_proto == in ebt_log_packet() 115 if ((bitmask & EBT_LOG_IP6) && eth_hdr(skb)->h_proto == in ebt_log_packet() 139 if ((bitmask & EBT_LOG_ARP) && in ebt_log_packet() 187 li.u.log.logflags = info->bitmask; in ebt_log_tg() 193 if (info->bitmask & EBT_LOG_NFLOG) in ebt_log_tg()
|
D | ebt_vlan.c | 34 #define GET_BITMASK(_BIT_MASK_) info->bitmask & _BIT_MASK_ 102 if (info->bitmask & ~EBT_VLAN_MASK) { in ebt_vlan_mt_check() 104 info->bitmask, EBT_VLAN_MASK); in ebt_vlan_mt_check() 132 info->bitmask &= ~EBT_VLAN_PRIO; in ebt_vlan_mt_check()
|
D | ebt_802_3.c | 22 if (info->bitmask & EBT_802_3_SAP) { in ebt_802_3_mt() 29 if (info->bitmask & EBT_802_3_TYPE) { in ebt_802_3_mt() 43 if (info->bitmask & ~EBT_802_3_MASK || info->invflags & ~EBT_802_3_MASK) in ebt_802_3_mt_check()
|
D | ebtables.c | 141 if (e->bitmask & EBT_802_3) { in ebt_basic_match() 144 } else if (!(e->bitmask & EBT_NOPROTO) && in ebt_basic_match() 160 if (e->bitmask & EBT_SOURCEMAC) { in ebt_basic_match() 168 if (e->bitmask & EBT_DESTMAC) { in ebt_basic_match() 449 if (i != NF_BR_NUMHOOKS || !(e->bitmask & EBT_ENTRY_OR_ENTRIES)) { in ebt_verify_pointers() 450 if (e->bitmask != 0) { in ebt_verify_pointers() 506 if (i != NF_BR_NUMHOOKS || !e->bitmask) { in ebt_check_entry_size_and_hooks() 568 if (e->bitmask) in ebt_get_udc_positions() 629 if (e->bitmask == 0) in ebt_cleanup_entry() 663 if (e->bitmask == 0) in ebt_check_entry() [all …]
|
D | ebt_among.c | 146 if (!(info->bitmask & EBT_AMONG_SRC_NEG)) { in ebt_among_mt() 161 if (!(info->bitmask & EBT_AMONG_DST_NEG)) { in ebt_among_mt()
|
/linux-4.1.27/arch/mips/emma/markeins/ |
D | irq.c | 183 u32 bitmask; in emma2rh_irq_dispatch() local 194 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 195 if (swIntStatus & bitmask) { in emma2rh_irq_dispatch() 205 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 206 if (intStatus & bitmask) { in emma2rh_irq_dispatch() 220 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 221 if (gpioIntStatus & bitmask) { in emma2rh_irq_dispatch() 231 for (i = 32, bitmask = 1; i < 64; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 232 if (intStatus & bitmask) { in emma2rh_irq_dispatch() 241 for (i = 64, bitmask = 1; i < 96; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() [all …]
|
/linux-4.1.27/arch/sh/kernel/cpu/irq/ |
D | intc-sh5.c | 85 unsigned long bitmask; in enable_intc_irq() local 92 bitmask = 1 << irq; in enable_intc_irq() 95 bitmask = 1 << (irq - 32); in enable_intc_irq() 98 __raw_writel(bitmask, reg); in enable_intc_irq() 105 unsigned long bitmask; in disable_intc_irq() local 109 bitmask = 1 << irq; in disable_intc_irq() 112 bitmask = 1 << (irq - 32); in disable_intc_irq() 115 __raw_writel(bitmask, reg); in disable_intc_irq()
|
/linux-4.1.27/drivers/hwmon/ |
D | asc7621.c | 850 PREAD(in0_alarm, 0, PRI_HIGH, 0x41, 0, 0x01, 0, bitmask), 851 PREAD(in1_alarm, 1, PRI_HIGH, 0x41, 0, 0x01, 1, bitmask), 852 PREAD(in2_alarm, 2, PRI_HIGH, 0x41, 0, 0x01, 2, bitmask), 853 PREAD(in3_alarm, 3, PRI_HIGH, 0x41, 0, 0x01, 3, bitmask), 854 PREAD(in4_alarm, 4, PRI_HIGH, 0x42, 0, 0x01, 0, bitmask), 866 PREAD(fan1_alarm, 0, PRI_HIGH, 0x42, 0, 0x01, 2, bitmask), 867 PREAD(fan2_alarm, 1, PRI_HIGH, 0x42, 0, 0x01, 3, bitmask), 868 PREAD(fan3_alarm, 2, PRI_HIGH, 0x42, 0, 0x01, 4, bitmask), 869 PREAD(fan4_alarm, 3, PRI_HIGH, 0x42, 0, 0x01, 5, bitmask), 890 PREAD(temp1_alarm, 0, PRI_HIGH, 0x41, 0, 0x01, 4, bitmask), [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | phy.h | 82 u32 rtl92c_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask); 83 void rtl92c_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, 86 u32 regaddr, u32 bitmask); 88 u32 regaddr, u32 bitmask, u32 data); 123 u32 _rtl92c_phy_calculate_bit_shift(u32 bitmask); 130 u32 regaddr, u32 bitmask, u32 data);
|
D | phy.c | 48 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92c_phy_query_rf_reg() argument 56 regaddr, rfpath, bitmask); in rtl92c_phy_query_rf_reg() 68 bitshift = _rtl92c_phy_calculate_bit_shift(bitmask); in rtl92c_phy_query_rf_reg() 69 readback_value = (original_value & bitmask) >> bitshift; in rtl92c_phy_query_rf_reg() 75 regaddr, rfpath, bitmask, original_value); in rtl92c_phy_query_rf_reg() 122 u32 regaddr, u32 bitmask, u32 data) in rtl92ce_phy_set_rf_reg() argument 130 regaddr, bitmask, data, rfpath); in rtl92ce_phy_set_rf_reg() 135 if (bitmask != RFREG_OFFSET_MASK) { in rtl92ce_phy_set_rf_reg() 139 bitshift = _rtl92c_phy_calculate_bit_shift(bitmask); in rtl92ce_phy_set_rf_reg() 141 ((original_value & (~bitmask)) | in rtl92ce_phy_set_rf_reg() [all …]
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 47 static u32 rtl8192_CalculateBitShift(u32 bitmask) in rtl8192_CalculateBitShift() argument 51 i = ffs(bitmask) - 1; in rtl8192_CalculateBitShift() 89 void rtl8192_setBBreg(struct net_device *dev, u32 reg_addr, u32 bitmask, in rtl8192_setBBreg() argument 95 if (bitmask != bMaskDWord) { in rtl8192_setBBreg() 97 bitshift = rtl8192_CalculateBitShift(bitmask); in rtl8192_setBBreg() 98 reg &= ~bitmask; in rtl8192_setBBreg() 115 u32 rtl8192_QueryBBReg(struct net_device *dev, u32 reg_addr, u32 bitmask) in rtl8192_QueryBBReg() argument 120 bitshift = rtl8192_CalculateBitShift(bitmask); in rtl8192_QueryBBReg() 122 return (reg & bitmask) >> bitshift; in rtl8192_QueryBBReg() 297 u32 reg_addr, u32 bitmask, u32 data) in rtl8192_phy_SetRFReg() argument [all …]
|
D | r819xU_phy.h | 62 u32 bitmask, u32 data); 64 u32 bitmask); 66 RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask, u32 data); 68 RF90_RADIO_PATH_E eRFPath, u32 reg_addr, u32 bitmask);
|
/linux-4.1.27/drivers/input/joystick/ |
D | twidjoy.c | 69 int bitmask; member 111 for (bp = twidjoy_buttons; bp->bitmask; bp++) { in twidjoy_process_packet() 112 int value = (button_bits & (bp->bitmask << bp->bitshift)) >> bp->bitshift; in twidjoy_process_packet() 115 for (i = 0; i < bp->bitmask; i++) in twidjoy_process_packet() 209 for (bp = twidjoy_buttons; bp->bitmask; bp++) in twidjoy_connect() 210 for (i = 0; i < bp->bitmask; i++) in twidjoy_connect()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-zoltrix.c | 110 unsigned long long bitmask, f, m; in zoltrix_s_frequency() local 122 bitmask = 0xc480402c10080000ull; in zoltrix_s_frequency() 132 bitmask = (bitmask ^ ((f & 0xff) << 47) ^ ((f & 0xff00) << 30) ^ (stereo << 31)); in zoltrix_s_frequency() 134 if ((bitmask & 0x8000000000000000ull) != 0) { in zoltrix_s_frequency() 149 bitmask *= 2; in zoltrix_s_frequency()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | phy.h | 77 u32 rtl92s_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask); 78 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, 82 u32 regaddr, u32 bitmask); 84 u32 regaddr, u32 bitmask, u32 data);
|
D | phy.c | 43 static u32 _rtl92s_phy_calculate_bit_shift(u32 bitmask) in _rtl92s_phy_calculate_bit_shift() argument 48 if (((bitmask >> i) & 0x1) == 1) in _rtl92s_phy_calculate_bit_shift() 55 u32 rtl92s_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl92s_phy_query_bb_reg() argument 61 regaddr, bitmask); in rtl92s_phy_query_bb_reg() 64 bitshift = _rtl92s_phy_calculate_bit_shift(bitmask); in rtl92s_phy_query_bb_reg() 65 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl92s_phy_query_bb_reg() 68 bitmask, regaddr, originalvalue); in rtl92s_phy_query_bb_reg() 74 void rtl92s_phy_set_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, in rtl92s_phy_set_bb_reg() argument 82 regaddr, bitmask, data); in rtl92s_phy_set_bb_reg() 84 if (bitmask != MASKDWORD) { in rtl92s_phy_set_bb_reg() [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/ |
D | phy_common.c | 34 u32 regaddr, u32 bitmask) in rtl8723_phy_query_bb_reg() argument 40 "regaddr(%#x), bitmask(%#x)\n", regaddr, bitmask); in rtl8723_phy_query_bb_reg() 42 bitshift = rtl8723_phy_calculate_bit_shift(bitmask); in rtl8723_phy_query_bb_reg() 43 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl8723_phy_query_bb_reg() 46 "BBR MASK=0x%x Addr[0x%x]=0x%x\n", bitmask, in rtl8723_phy_query_bb_reg() 53 u32 bitmask, u32 data) in rtl8723_phy_set_bb_reg() argument 59 "regaddr(%#x), bitmask(%#x), data(%#x)\n", regaddr, bitmask, in rtl8723_phy_set_bb_reg() 62 if (bitmask != MASKDWORD) { in rtl8723_phy_set_bb_reg() 64 bitshift = rtl8723_phy_calculate_bit_shift(bitmask); in rtl8723_phy_set_bb_reg() 65 data = ((originalvalue & (~bitmask)) | (data << bitshift)); in rtl8723_phy_set_bb_reg() [all …]
|
D | phy_common.h | 49 u32 regaddr, u32 bitmask); 51 u32 bitmask, u32 data); 52 u32 rtl8723_phy_calculate_bit_shift(u32 bitmask);
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | phy.c | 45 enum radio_path rfpath, u32 regaddr, u32 bitmask) in rtl92cu_phy_query_rf_reg() argument 53 regaddr, rfpath, bitmask); in rtl92cu_phy_query_rf_reg() 61 bitshift = _rtl92c_phy_calculate_bit_shift(bitmask); in rtl92cu_phy_query_rf_reg() 62 readback_value = (original_value & bitmask) >> bitshift; in rtl92cu_phy_query_rf_reg() 65 regaddr, rfpath, bitmask, original_value); in rtl92cu_phy_query_rf_reg() 71 u32 regaddr, u32 bitmask, u32 data) in rtl92cu_phy_set_rf_reg() argument 79 regaddr, bitmask, data, rfpath); in rtl92cu_phy_set_rf_reg() 81 if (bitmask != RFREG_OFFSET_MASK) { in rtl92cu_phy_set_rf_reg() 85 bitshift = _rtl92c_phy_calculate_bit_shift(bitmask); in rtl92cu_phy_set_rf_reg() 87 ((original_value & (~bitmask)) | in rtl92cu_phy_set_rf_reg() [all …]
|
D | sw.h | 46 u32 regaddr, u32 bitmask, u32 data); 50 enum radio_path rfpath, u32 regaddr, u32 bitmask);
|
D | phy.h | 38 enum radio_path rfpath, u32 regaddr, u32 bitmask); 41 u32 regaddr, u32 bitmask, u32 data);
|
/linux-4.1.27/arch/mips/pci/ |
D | msi-octeon.c | 223 u64 bitmask; in arch_teardown_msi_irq() local 248 bitmask = (1 << number_irqs) - 1; in arch_teardown_msi_irq() 250 bitmask <<= irq0; in arch_teardown_msi_irq() 251 if ((msi_free_irq_bitmask[index] & bitmask) != bitmask) in arch_teardown_msi_irq() 257 msi_free_irq_bitmask[index] &= ~bitmask; in arch_teardown_msi_irq() 258 msi_multiple_irq_bitmask[index] &= ~bitmask; in arch_teardown_msi_irq()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.h | 120 u32 regaddr, u32 bitmask); 122 u32 regaddr, u32 bitmask, u32 data); 125 u32 bitmask); 128 u32 bitmask, u32 data);
|
D | phy.c | 41 static u32 _rtl92ee_phy_calculate_bit_shift(u32 bitmask); 63 u32 rtl92ee_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl92ee_phy_query_bb_reg() argument 69 "regaddr(%#x), bitmask(%#x)\n", regaddr, bitmask); in rtl92ee_phy_query_bb_reg() 71 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_query_bb_reg() 72 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl92ee_phy_query_bb_reg() 76 bitmask, regaddr, originalvalue); in rtl92ee_phy_query_bb_reg() 82 u32 bitmask, u32 data) in rtl92ee_phy_set_bb_reg() argument 89 regaddr, bitmask, data); in rtl92ee_phy_set_bb_reg() 91 if (bitmask != MASKDWORD) { in rtl92ee_phy_set_bb_reg() 93 bitshift = _rtl92ee_phy_calculate_bit_shift(bitmask); in rtl92ee_phy_set_bb_reg() [all …]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 209 static u32 bitshift(u32 bitmask) in bitshift() argument 214 if (((bitmask>>i) & 0x1) == 1) in bitshift() 219 static u32 get_bb_reg(struct _adapter *pAdapter, u16 offset, u32 bitmask) in get_bb_reg() argument 224 bit_shift = bitshift(bitmask); in get_bb_reg() 225 new_value = (org_value & bitmask) >> bit_shift; in get_bb_reg() 231 u32 bitmask, in set_bb_reg() argument 236 if (bitmask != bMaskDWord) { in set_bb_reg() 238 bit_shift = bitshift(bitmask); in set_bb_reg() 239 new_value = ((org_value & (~bitmask)) | (value << bit_shift)); in set_bb_reg() 246 u32 bitmask) in get_rf_reg() argument [all …]
|
D | rtl871x_mp.h | 261 u32 r8712_get_bb_reg(struct _adapter *Adapter, u16 offset, u32 bitmask); 263 u32 bitmask, u32 value); 265 u32 bitmask); 267 u32 bitmask, u32 value);
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.h | 129 u32 regaddr, u32 bitmask); 131 u32 regaddr, u32 bitmask, u32 data); 134 u32 bitmask); 137 u32 bitmask, u32 data);
|
D | phy.c | 189 static u32 _rtl92d_phy_calculate_bit_shift(u32 bitmask) in _rtl92d_phy_calculate_bit_shift() argument 194 if (((bitmask >> i) & 0x1) == 1) in _rtl92d_phy_calculate_bit_shift() 201 u32 rtl92d_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl92d_phy_query_bb_reg() argument 208 regaddr, bitmask); in rtl92d_phy_query_bb_reg() 223 bitshift = _rtl92d_phy_calculate_bit_shift(bitmask); in rtl92d_phy_query_bb_reg() 224 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl92d_phy_query_bb_reg() 227 bitmask, regaddr, originalvalue); in rtl92d_phy_query_bb_reg() 232 u32 regaddr, u32 bitmask, u32 data) in rtl92d_phy_set_bb_reg() argument 241 regaddr, bitmask, data); in rtl92d_phy_set_bb_reg() 247 if (bitmask != MASKDWORD) { in rtl92d_phy_set_bb_reg() [all …]
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 272 const u32 *bitmask; member 347 const u32 * bitmask; member 402 const u32 * bitmask; member 482 const u32 * bitmask; member 516 const u32 * bitmask; /* used by write */ member 539 const u32 *bitmask; member 637 const u32 * bitmask; member 842 const u32 * bitmask; member 871 const u32 * bitmask; member 887 const u32 * bitmask; member [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | phy_common.h | 189 u32 regaddr, u32 bitmask); 191 u32 regaddr, u32 bitmask, u32 data); 194 u32 bitmask); 225 u32 _rtl92c_phy_calculate_bit_shift(u32 bitmask); 250 u32 regaddr, u32 bitmask,
|
D | phy_common.c | 38 u32 rtl92c_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl92c_phy_query_bb_reg() argument 44 regaddr, bitmask); in rtl92c_phy_query_bb_reg() 46 bitshift = _rtl92c_phy_calculate_bit_shift(bitmask); in rtl92c_phy_query_bb_reg() 47 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl92c_phy_query_bb_reg() 51 bitmask, regaddr, originalvalue); in rtl92c_phy_query_bb_reg() 58 u32 regaddr, u32 bitmask, u32 data) in rtl92c_phy_set_bb_reg() argument 65 regaddr, bitmask, data); in rtl92c_phy_set_bb_reg() 67 if (bitmask != MASKDWORD) { in rtl92c_phy_set_bb_reg() 69 bitshift = _rtl92c_phy_calculate_bit_shift(bitmask); in rtl92c_phy_set_bb_reg() 70 data = ((originalvalue & (~bitmask)) | (data << bitshift)); in rtl92c_phy_set_bb_reg() [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.h | 201 u32 regaddr, u32 bitmask); 203 u32 regaddr, u32 bitmask, u32 data); 206 u32 bitmask); 209 u32 bitmask, u32 data);
|
D | phy.c | 41 static u32 _rtl88e_phy_calculate_bit_shift(u32 bitmask); 63 u32 rtl88e_phy_query_bb_reg(struct ieee80211_hw *hw, u32 regaddr, u32 bitmask) in rtl88e_phy_query_bb_reg() argument 69 "regaddr(%#x), bitmask(%#x)\n", regaddr, bitmask); in rtl88e_phy_query_bb_reg() 71 bitshift = _rtl88e_phy_calculate_bit_shift(bitmask); in rtl88e_phy_query_bb_reg() 72 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl88e_phy_query_bb_reg() 75 "BBR MASK=0x%x Addr[0x%x]=0x%x\n", bitmask, in rtl88e_phy_query_bb_reg() 83 u32 regaddr, u32 bitmask, u32 data) in rtl88e_phy_set_bb_reg() argument 90 regaddr, bitmask, data); in rtl88e_phy_set_bb_reg() 92 if (bitmask != MASKDWORD) { in rtl88e_phy_set_bb_reg() 94 bitshift = _rtl88e_phy_calculate_bit_shift(bitmask); in rtl88e_phy_set_bb_reg() [all …]
|
/linux-4.1.27/drivers/clk/shmobile/ |
D | clk-mstp.c | 60 u32 bitmask = BIT(clock->bit_index); in cpg_mstp_clock_endisable() local 69 value &= ~bitmask; in cpg_mstp_clock_endisable() 71 value |= bitmask; in cpg_mstp_clock_endisable() 80 if (!(clk_readl(group->mstpsr) & bitmask)) in cpg_mstp_clock_endisable()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | phy.h | 209 u32 regaddr, u32 bitmask); 211 u32 regaddr, u32 bitmask, u32 data); 214 u32 bitmask); 217 u32 bitmask, u32 data);
|
D | phy.c | 52 static u32 _rtl8821ae_phy_calculate_bit_shift(u32 bitmask); 116 u32 bitmask) in rtl8821ae_phy_query_bb_reg() argument 123 regaddr, bitmask); in rtl8821ae_phy_query_bb_reg() 125 bitshift = _rtl8821ae_phy_calculate_bit_shift(bitmask); in rtl8821ae_phy_query_bb_reg() 126 returnvalue = (originalvalue & bitmask) >> bitshift; in rtl8821ae_phy_query_bb_reg() 130 bitmask, regaddr, originalvalue); in rtl8821ae_phy_query_bb_reg() 135 u32 regaddr, u32 bitmask, u32 data) in rtl8821ae_phy_set_bb_reg() argument 142 regaddr, bitmask, data); in rtl8821ae_phy_set_bb_reg() 144 if (bitmask != MASKDWORD) { in rtl8821ae_phy_set_bb_reg() 146 bitshift = _rtl8821ae_phy_calculate_bit_shift(bitmask); in rtl8821ae_phy_set_bb_reg() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | phy.h | 12 u32 phy_query_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask); 13 void phy_set_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask, u32 data);
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik.c | 664 u32 bitmask = nmk_gpio_get_bitmask(gpio); in __nmk_gpio_irq_modify() local 683 if (nmk_chip->edge_rising & bitmask) { in __nmk_gpio_irq_modify() 685 *rimscval |= bitmask; in __nmk_gpio_irq_modify() 687 *rimscval &= ~bitmask; in __nmk_gpio_irq_modify() 690 if (nmk_chip->edge_falling & bitmask) { in __nmk_gpio_irq_modify() 692 *fimscval |= bitmask; in __nmk_gpio_irq_modify() 694 *fimscval &= ~bitmask; in __nmk_gpio_irq_modify() 719 u32 bitmask; in nmk_gpio_irq_maskunmask() local 722 bitmask = nmk_gpio_get_bitmask(d->hwirq); in nmk_gpio_irq_maskunmask() 732 if (!(nmk_chip->real_wake & bitmask)) in nmk_gpio_irq_maskunmask() [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | tps6105x.c | 66 u8 bitmask, u8 bitvalues) in tps6105x_mask_and_set() argument 78 regval = (~bitmask & regval) | (bitmask & bitvalues); in tps6105x_mask_and_set()
|
D | abx500-core.c | 105 u8 reg, u8 bitmask, u8 bitvalues) in abx500_mask_and_set_register_interruptible() argument 112 reg, bitmask, bitvalues); in abx500_mask_and_set_register_interruptible()
|
D | ab3100-core.c | 349 u8 reg, u8 bitmask, u8 bitvalues) in mask_and_set_register_interruptible() argument 354 reg, bitmask, (bitmask & bitvalues)); in mask_and_set_register_interruptible()
|
D | ab8500-core.c | 278 u8 reg, u8 bitmask, u8 bitvalues) in mask_and_set_register_interruptible() argument 298 data = (~bitmask & data) | (bitmask & bitvalues); in mask_and_set_register_interruptible() 309 ret = ab8500->write_masked(ab8500, addr, bitmask, bitvalues); in mask_and_set_register_interruptible() 319 u8 bank, u8 reg, u8 bitmask, u8 bitvalues) in ab8500_mask_and_set_register() argument 326 bitmask, bitvalues); in ab8500_mask_and_set_register()
|
D | twl4030-power.c | 618 static int twl4030_starton_mask_and_set(u8 bitmask, u8 bitvalues) in twl4030_starton_mask_and_set() argument 641 val = (~bitmask & val) | (bitmask & bitvalues); in twl4030_starton_mask_and_set()
|
/linux-4.1.27/drivers/tty/serial/ |
D | sccnxp.c | 341 u8 bitmask; in sccnxp_set_bit() local 345 bitmask = 1 << MCTRL_OBIT(s->pdata.mctrl_cfg[port->line], sig); in sccnxp_set_bit() 347 sccnxp_write(port, SCCNXP_SOP_REG, bitmask); in sccnxp_set_bit() 349 sccnxp_write(port, SCCNXP_ROP_REG, bitmask); in sccnxp_set_bit() 554 u8 bitmask, ipr; in sccnxp_get_mctrl() local 567 bitmask = 1 << MCTRL_IBIT(s->pdata.mctrl_cfg[port->line], in sccnxp_get_mctrl() 570 mctrl |= (ipr & bitmask) ? TIOCM_DSR : 0; in sccnxp_get_mctrl() 573 bitmask = 1 << MCTRL_IBIT(s->pdata.mctrl_cfg[port->line], in sccnxp_get_mctrl() 576 mctrl |= (ipr & bitmask) ? TIOCM_CTS : 0; in sccnxp_get_mctrl() 579 bitmask = 1 << MCTRL_IBIT(s->pdata.mctrl_cfg[port->line], in sccnxp_get_mctrl() [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | arcfb.c | 254 unsigned char bitmask, rightshift; in arcfb_lcd_update_page() local 267 bitmask=1; in arcfb_lcd_update_page() 273 val |= (*(src + (i*linesize)) & bitmask) in arcfb_lcd_update_page() 276 val |= (*(src + (i*linesize)) & bitmask) in arcfb_lcd_update_page() 282 if (bitmask == 0x80) { in arcfb_lcd_update_page() 283 bitmask = 1; in arcfb_lcd_update_page() 287 bitmask <<= 1; in arcfb_lcd_update_page()
|
/linux-4.1.27/Documentation/devicetree/bindings/mipi/ |
D | nvidia,tegra114-mipi.txt | 10 - #nvidia,mipi-calibrate-cells: Should be 1. The cell is a bitmask of the pads 14 phandle to refer to the calibration controller node and a bitmask of the pads
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.h | 109 u32 regaddr, u32 bitmask); 112 u32 regaddr, u32 bitmask, u32 data);
|
D | phy.c | 53 u32 regaddr, u32 bitmask) in rtl8723be_phy_query_rf_reg() argument 61 regaddr, rfpath, bitmask); in rtl8723be_phy_query_rf_reg() 66 bitshift = rtl8723_phy_calculate_bit_shift(bitmask); in rtl8723be_phy_query_rf_reg() 67 readback_value = (original_value & bitmask) >> bitshift; in rtl8723be_phy_query_rf_reg() 73 regaddr, rfpath, bitmask, original_value); in rtl8723be_phy_query_rf_reg() 79 u32 regaddr, u32 bitmask, u32 data) in rtl8723be_phy_set_rf_reg() argument 87 regaddr, bitmask, data, path); in rtl8723be_phy_set_rf_reg() 91 if (bitmask != RFREG_OFFSET_MASK) { in rtl8723be_phy_set_rf_reg() 94 bitshift = rtl8723_phy_calculate_bit_shift(bitmask); in rtl8723be_phy_set_rf_reg() 95 data = ((original_value & (~bitmask)) | in rtl8723be_phy_set_rf_reg() [all …]
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | Kconfig | 205 This is a bitmask (8 bits) with information of what bits in PA that a 216 This is a bitmask (8 bits) with information of what bits in PA 226 This is a bitmask (18 bits) with information of what bits in PB 237 This is a bitmask (18 bits) with information of what bits in PB 247 This is a bitmask (18 bits) with information of what bits in PC 258 This is a bitmask (18 bits) with information of what bits in PC 267 This is a bitmask (18 bits) with information of what bits in PD 277 This is a bitmask (18 bits) with information of what bits in PD 286 This is a bitmask (18 bits) with information of what bits in PE 296 This is a bitmask (18 bits) with information of what bits in PE [all …]
|
/linux-4.1.27/Documentation/ |
D | IRQ-affinity.txt | 8 which target CPUs are permitted for a given IRQ source. It's a bitmask 14 to all non-active IRQs. Once IRQ is allocated/activated its affinity bitmask 64 Note that to do this with a bitmask would require 32 bitmasks of zero
|
D | atomic_ops.txt | 421 We will now cover the atomic bitmask operations. You will find that 484 Which returns a boolean indicating if bit "nr" is set in the bitmask 522 Finally, there are non-atomic versions of the bitmask operations 524 locking scheme is being used to protect the bitmask, and thus less 526 They have names similar to the above bitmask operation interfaces,
|
D | sysrq.txt | 19 >1 - bitmask of allowed sysrq functions (see below for detailed function
|
D | parport-lowlevel.txt | 1007 Reads from the status register. This is a bitmask: 1058 Writes to the control register. This is a bitmask:
|
D | 00-INDEX | 83 - semantics and behavior of atomic and bitmask operations.
|
D | IPMI.txt | 330 specify a bitmask of the channels you want to receive the command from
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 64 unsigned long bitmask; member 134 set_bit(i, &nfp->bitmask); in insert_page() 199 n = find_first_bit(&fp->bitmask, 8 * sizeof(fp->bitmask)); in alloc_4k() 204 clear_bit(n, &fp->bitmask); in alloc_4k() 229 set_bit(n, &fwp->bitmask); in free_4k()
|
D | cmd.c | 143 ret = find_first_bit(&cmd->bitmask, cmd->max_reg_cmds); in alloc_ent() 145 clear_bit(ret, &cmd->bitmask); in alloc_ent() 156 set_bit(idx, &cmd->bitmask); in free_ent() 1410 cmd->bitmask = (1 << cmd->max_reg_cmds) - 1; in mlx5_cmd_init()
|
/linux-4.1.27/net/netlabel/ |
D | netlabel_kapi.c | 540 NETLBL_CATMAP_MAPTYPE bitmask; in netlbl_catmap_walkrng() local 554 bitmask = NETLBL_CATMAP_BIT << bit; in netlbl_catmap_walkrng() 558 while (bitmask != 0 && (bitmap & bitmask) != 0) { in netlbl_catmap_walkrng() 559 bitmask <<= 1; in netlbl_catmap_walkrng() 565 else if (bitmask != 0) in netlbl_catmap_walkrng() 575 bitmask = NETLBL_CATMAP_BIT; in netlbl_catmap_walkrng()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | phy.c | 57 u32 regaddr, u32 bitmask) in rtl8723e_phy_query_rf_reg() argument 66 regaddr, rfpath, bitmask); in rtl8723e_phy_query_rf_reg() 75 bitshift = rtl8723_phy_calculate_bit_shift(bitmask); in rtl8723e_phy_query_rf_reg() 76 readback_value = (original_value & bitmask) >> bitshift; in rtl8723e_phy_query_rf_reg() 82 regaddr, rfpath, bitmask, original_value); in rtl8723e_phy_query_rf_reg() 89 u32 regaddr, u32 bitmask, u32 data) in rtl8723e_phy_set_rf_reg() argument 98 regaddr, bitmask, data, rfpath); in rtl8723e_phy_set_rf_reg() 103 if (bitmask != RFREG_OFFSET_MASK) { in rtl8723e_phy_set_rf_reg() 107 bitshift = rtl8723_phy_calculate_bit_shift(bitmask); in rtl8723e_phy_set_rf_reg() 109 ((original_value & (~bitmask)) | in rtl8723e_phy_set_rf_reg() [all …]
|
D | phy.h | 171 u32 bitmask); 174 u32 bitmask, u32 data);
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 18 for a bitmask determining which lines are captured and 4 bytes for a magic cookie, 20 If all lines are used, then there is no longer room for the bitmask. To solve this 31 After these magic cookies (and the 8 byte bitmask in case of cookie 'itv0') the
|
D | fw-decoder-api.txt | 187 Version bitmask:
|
D | fw-encoder-api.txt | 368 Version bitmask:
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | hal_intf.c | 260 u32 regaddr, u32 bitmask) in rtw_hal_read_rfreg() argument 266 bitmask); in rtw_hal_read_rfreg() 271 u32 regaddr, u32 bitmask, u32 data) in rtw_hal_write_rfreg() argument 275 bitmask, data); in rtw_hal_write_rfreg()
|
D | bb_cfg.c | 511 static void store_pwrindex_offset(struct adapter *Adapter, u32 regaddr, u32 bitmask, u32 data) in store_pwrindex_offset() argument 522 if (regaddr == rTxAGC_B_CCK11_A_CCK2_11 && bitmask == 0xffffff00) in store_pwrindex_offset() 541 if (regaddr == rTxAGC_B_CCK11_A_CCK2_11 && bitmask == 0x000000ff) in store_pwrindex_offset()
|
D | phy.c | 35 static u32 cal_bit_shift(u32 bitmask) in cal_bit_shift() argument 40 if (((bitmask >> i) & 0x1) == 1) in cal_bit_shift() 46 u32 phy_query_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask) in phy_query_bb_reg() argument 51 bit_shift = cal_bit_shift(bitmask); in phy_query_bb_reg() 52 return_value = (original_value & bitmask) >> bit_shift; in phy_query_bb_reg() 56 void phy_set_bb_reg(struct adapter *adapt, u32 regaddr, u32 bitmask, u32 data) in phy_set_bb_reg() argument 60 if (bitmask != bMaskDWord) { /* if not "double word" write */ in phy_set_bb_reg() 62 bit_shift = cal_bit_shift(bitmask); in phy_set_bb_reg() 63 data = (original_value & (~bitmask)) | (data << bit_shift); in phy_set_bb_reg()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_audio.c | 296 static int bitmask[9] = variable 311 return (s->word >> s->nleft) & bitmask[s->nbits]; in isdn_audio_get_bits() 318 s->word = (s->word << nbits) | (data & bitmask[nbits]); in isdn_audio_put_bits() 376 e &= bitmask[nbits - 1]; in isdn_audio_adpcm2xlaw() 426 e &= bitmask[nbits - 1]; in isdn_audio_xlaw2adpcm()
|
/linux-4.1.27/drivers/usb/host/ |
D | bcma-hcd.c | 41 static int bcma_wait_bits(struct bcma_device *dev, u16 reg, u32 bitmask, in bcma_wait_bits() argument 49 if ((val & bitmask) == bitmask) in bcma_wait_bits()
|
/linux-4.1.27/net/ipv4/ |
D | cipso_ipv4.c | 156 unsigned char bitmask; in cipso_v4_bitmap_walk() local 163 bitmask = 0x80 >> (offset % 8); in cipso_v4_bitmap_walk() 166 if ((state && (byte & bitmask) == bitmask) || in cipso_v4_bitmap_walk() 167 (state == 0 && (byte & bitmask) == 0)) in cipso_v4_bitmap_walk() 171 bitmask >>= 1; in cipso_v4_bitmap_walk() 172 if (bitmask == 0) { in cipso_v4_bitmap_walk() 174 bitmask = 0x80; in cipso_v4_bitmap_walk() 196 u8 bitmask; in cipso_v4_bitmap_setbit() local 200 bitmask = 0x80 >> (bit % 8); in cipso_v4_bitmap_setbit() 202 bitmap[byte_spot] |= bitmask; in cipso_v4_bitmap_setbit() [all …]
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebt_mark_m.h | 12 __u8 bitmask; member
|
D | ebt_log.h | 17 __u32 bitmask; member
|
D | ebt_vlan.h | 16 __u8 bitmask; /* Args bitmask bit 1=1 - ID arg, member
|
D | ebtables.h | 157 unsigned int bitmask; member 254 if (__entry->bitmask != 0) \
|
D | ebt_ip.h | 38 __u8 bitmask; member
|
D | ebt_ip6.h | 38 __u8 bitmask; member
|
D | ebt_arp.h | 32 __u8 bitmask; member
|
D | ebt_among.h | 51 int bitmask; member
|
D | ebt_stp.h | 42 __u16 bitmask; member
|
D | ebt_802_3.h | 59 __u8 bitmask; member
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_physdev.h | 20 __u8 bitmask; member
|
D | xt_ipvs.h | 26 __u8 bitmask; member
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1224 u32 bitmask = 0; in cx23885_tuner_callback() local 1246 bitmask = 0x04; in cx23885_tuner_callback() 1254 bitmask = 0x01; in cx23885_tuner_callback() 1256 bitmask = 0x04; in cx23885_tuner_callback() 1260 bitmask = 0x02; in cx23885_tuner_callback() 1267 bitmask = 1 << 2; in cx23885_tuner_callback() 1271 if (bitmask) { in cx23885_tuner_callback() 1273 cx_clear(GP0_IO, bitmask); in cx23885_tuner_callback() 1275 cx_set(GP0_IO, bitmask); in cx23885_tuner_callback()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4xdr.c | 1219 static void encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_getfattr() argument 1221 encode_getattr_three(xdr, bitmask[0] & nfs4_fattr_bitmap[0], in encode_getfattr() 1222 bitmask[1] & nfs4_fattr_bitmap[1], in encode_getfattr() 1223 bitmask[2] & nfs4_fattr_bitmap[2], in encode_getfattr() 1227 static void encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask, in encode_getfattr_open() argument 1232 bitmask[0] & open_bitmap[0], in encode_getfattr_open() 1233 bitmask[1] & open_bitmap[1], in encode_getfattr_open() 1234 bitmask[2] & open_bitmap[2], in encode_getfattr_open() 1238 static void encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) in encode_fsinfo() argument 1241 bitmask[0] & nfs4_fsinfo_bitmap[0], in encode_fsinfo() [all …]
|
D | nfs4proc.c | 1048 p->o_arg.bitmask = nfs4_bitmask(server, label); in nfs4_opendata_alloc() 2529 .bitmask = server->attr_bitmask, in _nfs4_do_setattr() 2548 arg.bitmask = nfs4_bitmask(server, ilabel); in _nfs4_do_setattr() 2550 arg.bitmask = nfs4_bitmask(server, olabel); in _nfs4_do_setattr() 2820 calldata->arg.bitmask = server->cache_consistency_bitmask; in nfs4_do_close() 2970 u32 bitmask[3]; in _nfs4_lookup_root() local 2972 .bitmask = bitmask, in _nfs4_lookup_root() 2985 bitmask[0] = nfs4_fattr_bitmap[0]; in _nfs4_lookup_root() 2986 bitmask[1] = nfs4_fattr_bitmap[1]; in _nfs4_lookup_root() 2990 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL; in _nfs4_lookup_root() [all …]
|
D | pnfs.c | 2201 data->args.bitmask = NFS_SERVER(inode)->cache_consistency_bitmask; in pnfs_layoutcommit_inode()
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev67-strlen.S | 34 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | strlen.S | 29 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | stxncpy.S | 129 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte 331 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | ev6-stxncpy.S | 163 sll t10, t2, t10 # U : t10 = bitmask of last count byte 379 negq t8, t6 # E : build bitmask of bytes <= zero
|
D | stxcpy.S | 272 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | ev6-stxcpy.S | 301 negq t8, t6 # E : build bitmask of bytes <= zero
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-stmpe.txt | 8 - st,norequest-mask: bitmask specifying which GPIOs should _not_ be requestable
|
/linux-4.1.27/tools/power/cpupower/ |
D | ToDo | 3 - Use bitmask functions to parse CPU topology more robust
|
/linux-4.1.27/drivers/block/drbd/ |
D | Kconfig | 53 enable_faults: bitmask of... 65 fault_devs: bitmask of minor numbers
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | keystone-pll.txt | 48 - bit-mask : arbitrary bitmask for programming the mux 70 - bit-mask : arbitrary bitmask for programming the divider
|
/linux-4.1.27/include/linux/mfd/ |
D | tps6105x.h | 99 u8 bitmask, u8 bitvalues);
|
D | abx500.h | 329 u8 reg, u8 bitmask, u8 bitvalues);
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | timer64.txt | 17 - ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer.
|
D | dscr.txt | 41 offset and bitmask of RMII reset field. May have multiple tuples if more
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83791d | 85 alarm is triggered as well as a bitmask to enable or disable the beep for 92 The sysfs interface to the beep bitmask has migrated from the original legacy 103 the other. If you use the legacy bitmask method, your user-space code is 135 Alarms bitmap vs. beep_mask bitmask
|
D | lm93 | 162 #PROCHOT 1 & 2, and #VRDHOT 1 & 2. The bindings are expressed as a bitmask 256 All eight GPIOs are read by reading the bitmask in the sysfs file gpio. The
|
D | sysfs-interface | 669 alarms Alarm bitmask.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 8 Each attribute of this group defines the 'hardware' bitmask
|
D | sysfs-class-net-mesh | 75 Defines the isolation mark (and its bitmask) which
|
D | sysfs-class-net | 108 Indicates the interface flags as a bitmask in hexadecimal. See
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-core.c | 216 u8 bitmask) in em28xx_write_reg_bits() argument 225 newval = (((u8)oldval) & ~bitmask) | (val & bitmask); in em28xx_write_reg_bits() 235 int em28xx_toggle_reg_bits(struct em28xx *dev, u16 reg, u8 bitmask) in em28xx_toggle_reg_bits() argument 244 newval = (~oldval & bitmask) | (oldval & ~bitmask); in em28xx_toggle_reg_bits()
|
D | em28xx.h | 750 u8 bitmask); 751 int em28xx_toggle_reg_bits(struct em28xx *dev, u16 reg, u8 bitmask);
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 13 - fsl,exec-units-mask : The bitmask representing what execution units 31 - fsl,descriptor-types-mask : The bitmask representing what descriptors
|
/linux-4.1.27/drivers/pwm/ |
D | pwm-vt8500.c | 67 static inline void pwm_busy_wait(struct vt8500_chip *vt8500, int nr, u8 bitmask) in pwm_busy_wait() argument 70 u32 mask = bitmask << (nr << 8); in pwm_busy_wait()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 2149 u32 (*get_bbreg) (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask); 2150 void (*set_bbreg) (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, 2153 u32 regaddr, u32 bitmask); 2155 u32 regaddr, u32 bitmask, u32 data); 2935 u32 regaddr, u32 bitmask) in rtl_get_bbreg() argument 2939 return rtlpriv->cfg->ops->get_bbreg(hw, regaddr, bitmask); in rtl_get_bbreg() 2943 u32 bitmask, u32 data) in rtl_set_bbreg() argument 2947 rtlpriv->cfg->ops->set_bbreg(hw, regaddr, bitmask, data); in rtl_set_bbreg() 2952 u32 bitmask) in rtl_get_rfreg() argument 2956 return rtlpriv->cfg->ops->get_rfreg(hw, rfpath, regaddr, bitmask); in rtl_get_rfreg() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | nbpfaxi.txt | 18 slave is connected, the second one is flags. Flags is a bitmask
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 27 64bit Hex bitmask enabling/disabling specific subevents for bank N 28 When a bit in the bitmask is zero then the respective
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | adv_pci_dio.c | 614 unsigned char bitmask = 1 << chan; in pci1760_insn_cnt_write() local 631 omb[0] = bitmask; /* reset counter to it reset value */ in pci1760_insn_cnt_write() 638 if (!(bitmask & devpriv->IDICntEnable)) { in pci1760_insn_cnt_write() 639 omb[0] = bitmask; in pci1760_insn_cnt_write() 644 devpriv->IDICntEnable |= bitmask; in pci1760_insn_cnt_write()
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | brcm,gisb-arb.txt | 18 - brcm,gisb-arb-master-mask: 32-bits wide bitmask used to specify which GISB
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-eg20t.c | 195 static inline void pch_setbit(void __iomem *addr, u32 offset, u32 bitmask) in pch_setbit() argument 199 val |= bitmask; in pch_setbit() 203 static inline void pch_clrbit(void __iomem *addr, u32 offset, u32 bitmask) in pch_clrbit() argument 207 val &= (~bitmask); in pch_clrbit()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | spider_net.c | 607 unsigned long bitmask[SPIDER_NET_MULTICAST_HASHES / BITS_PER_LONG] = in spider_net_set_multi() local 614 set_bit(i, bitmask); in spider_net_set_multi() 621 set_bit(0xfd, bitmask); in spider_net_set_multi() 625 set_bit(hash, bitmask); in spider_net_set_multi() 631 if (test_bit(i * 4, bitmask)) in spider_net_set_multi() 634 if (test_bit(i * 4 + 1, bitmask)) in spider_net_set_multi() 637 if (test_bit(i * 4 + 2, bitmask)) in spider_net_set_multi() 640 if (test_bit(i * 4 + 3, bitmask)) in spider_net_set_multi()
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cpus.txt | 32 snooped. This property defines a bitmask which selects the bit
|
D | pamu.txt | 44 a bitmask which selects the bits that should be set if
|
/linux-4.1.27/arch/x86/kvm/ |
D | pmu.c | 561 u64 bitmask; in kvm_handle_pmu_event() local 564 bitmask = pmu->reprogram_pmi; in kvm_handle_pmu_event() 566 for_each_set_bit(bit, (unsigned long *)&bitmask, X86_PMC_IDX_MAX) { in kvm_handle_pmu_event()
|
D | vmx.c | 518 u32 bitmask; /* 4 bits per segment (1 bit per field) */ member 1511 vmx->segment_cache.bitmask = 0; in vmx_segment_cache_clear() 1522 vmx->segment_cache.bitmask = 0; in vmx_segment_cache_test_set() 1524 ret = vmx->segment_cache.bitmask & mask; in vmx_segment_cache_test_set() 1525 vmx->segment_cache.bitmask |= mask; in vmx_segment_cache_test_set()
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_codec.c | 476 unsigned short val, bitmask; in snd_ac97_get_enum_double() local 478 for (bitmask = 1; bitmask < e->mask; bitmask <<= 1) in snd_ac97_get_enum_double() 481 ucontrol->value.enumerated.item[0] = (val >> e->shift_l) & (bitmask - 1); in snd_ac97_get_enum_double() 483 ucontrol->value.enumerated.item[1] = (val >> e->shift_r) & (bitmask - 1); in snd_ac97_get_enum_double() 494 unsigned short mask, bitmask; in snd_ac97_put_enum_double() local 496 for (bitmask = 1; bitmask < e->mask; bitmask <<= 1) in snd_ac97_put_enum_double() 501 mask = (bitmask - 1) << e->shift_l; in snd_ac97_put_enum_double() 506 mask |= (bitmask - 1) << e->shift_r; in snd_ac97_put_enum_double()
|
/linux-4.1.27/tools/power/cpupower/utils/ |
D | cpupower.c | 35 struct bitmask *cpus_chosen;
|
/linux-4.1.27/drivers/ssb/ |
D | main.c | 1204 static int ssb_wait_bits(struct ssb_device *dev, u16 reg, u32 bitmask, in ssb_wait_bits() argument 1213 if ((val & bitmask) == bitmask) in ssb_wait_bits() 1216 if (!(val & bitmask)) in ssb_wait_bits() 1223 bitmask, reg, (set ? "set" : "clear")); in ssb_wait_bits()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | mdio-mux-mmioreg.txt | 25 A bitmask of 0x6 means that bits 1 and 2 (bit 0 is lsb) are the bits on
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 4689 int bitmask; in PXC200_muxsel() local 4720 bitmask=0x302; in PXC200_muxsel() 4723 bitmask ^= 0x180; /* use 7 and 9, not 8 and 9 */ in PXC200_muxsel() 4724 bitmask |= 7<<4; /* the DAC */ in PXC200_muxsel() 4726 btwrite(bitmask, BT848_GPIO_OUT_EN); in PXC200_muxsel() 4728 bitmask = btread(BT848_GPIO_DATA); in PXC200_muxsel() 4730 bitmask = (bitmask & ~0x280) | ((mux & 2) << 8) | ((mux & 1) << 7); in PXC200_muxsel() 4732 bitmask = (bitmask & ~0x300) | ((mux & 3) << 8); in PXC200_muxsel() 4733 btwrite(bitmask,BT848_GPIO_DATA); in PXC200_muxsel()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | unaligned.c | 455 unsigned long bitmask; in setreg() local 495 bitmask = 1UL << (addr >> 3 & 0x3f); in setreg() 498 *unat |= bitmask; in setreg() 500 *unat &= ~bitmask; in setreg()
|
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 204 u32 bitmask; member 1110 if (gpmc_client_irq[i].bitmask & irq_config) in gpmc_get_client_irq() 1125 regval |= gpmc_client_irq[i].bitmask; in gpmc_irq_endis() 1127 regval &= ~gpmc_client_irq[i].bitmask; in gpmc_irq_endis() 1172 gpmc_client_irq[0].bitmask = GPMC_IRQ_FIFOEVENTENABLE; in gpmc_setup_irq() 1173 gpmc_client_irq[1].bitmask = GPMC_IRQ_COUNT_EVENT; in gpmc_setup_irq() 2240 if (regval & gpmc_client_irq[i].bitmask) in gpmc_handle_irq()
|
/linux-4.1.27/drivers/ata/ |
D | pata_amd.c | 156 static const u32 bitmask[2] = {0x03, 0x0C}; in amd_cable_detect() local 161 if (ata66 & bitmask[ap->port_no]) in amd_cable_detect()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 70 u8 bitmask = 0x80; in drm_dp_msg_header_crc4() local 79 remainder |= (data[array_index] & bitmask) >> bitshift; in drm_dp_msg_header_crc4() 80 bitmask >>= 1; in drm_dp_msg_header_crc4() 82 if (bitmask == 0) { in drm_dp_msg_header_crc4() 83 bitmask = 0x80; in drm_dp_msg_header_crc4() 104 u8 bitmask = 0x80; in drm_dp_msg_data_crc4() local 113 remainder |= (data[array_index] & bitmask) >> bitshift; in drm_dp_msg_data_crc4() 114 bitmask >>= 1; in drm_dp_msg_data_crc4() 116 if (bitmask == 0) { in drm_dp_msg_data_crc4() 117 bitmask = 0x80; in drm_dp_msg_data_crc4()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pch_udc.c | 436 unsigned long bitmask) in pch_udc_bit_set() argument 438 pch_udc_writel(dev, pch_udc_readl(dev, reg) | bitmask, reg); in pch_udc_bit_set() 443 unsigned long bitmask) in pch_udc_bit_clr() argument 445 pch_udc_writel(dev, pch_udc_readl(dev, reg) & ~(bitmask), reg); in pch_udc_bit_clr() 461 unsigned long bitmask) in pch_udc_ep_bit_set() argument 463 pch_udc_ep_writel(ep, pch_udc_ep_readl(ep, reg) | bitmask, reg); in pch_udc_ep_bit_set() 468 unsigned long bitmask) in pch_udc_ep_bit_clr() argument 470 pch_udc_ep_writel(ep, pch_udc_ep_readl(ep, reg) & ~(bitmask), reg); in pch_udc_ep_bit_clr()
|
D | fsl_udc_core.c | 729 u32 temp, bitmask, tmp_stat; in fsl_queue_td() local 734 bitmask = ep_is_in(ep) in fsl_queue_td() 748 if (fsl_readl(&dr_regs->endpointprime) & bitmask) in fsl_queue_td() 757 tmp_stat = fsl_readl(&dr_regs->endptstatus) & bitmask; in fsl_queue_td() 1056 u32 bitmask; in fsl_ep_fifo_status() local 1070 bitmask = (ep_is_in(ep)) ? (1 << (ep_index(ep) + 16)) : in fsl_ep_fifo_status() 1073 if (fsl_readl(&dr_regs->endptstatus) & bitmask) in fsl_ep_fifo_status()
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 76 an port. The ports argument is a bitmask of 1 bit per port,
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | Kconfig | 525 This is a bitmask with information of what bits in PA that a user 535 This is a bitmask with information of what bits in PA that a user 545 This is a bitmask with information of what bits in PB that a user 555 This is a bitmask with information of what bits in PB that a user
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 2629 uint64_t bitmask:16; member 2635 uint64_t bitmask:16; 2715 uint64_t bitmask:8; member 2725 uint64_t bitmask:8; 2758 uint64_t bitmask:64; member 2760 uint64_t bitmask:64; 3250 uint64_t bitmask:8; member 3258 uint64_t bitmask:8; 3287 uint64_t bitmask:8; member 3291 uint64_t bitmask:8;
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 16 is assigned to the feature bitmask for this processor and a __setup_cpu
|
D | ptrace.txt | 34 uint64_t features; /* bitmask of the individual flags */
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | renesas,cmt.txt | 62 - renesas,channels-mask: bitmask of the available channels.
|
/linux-4.1.27/drivers/staging/panel/ |
D | panel.c | 1743 char bitmask; in phys_scan_contacts() local 1756 bitmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i; in phys_scan_contacts() 1770 if (bitmask != gndmask) { in phys_scan_contacts() 1782 bitmask = PNL_PINPUT(r_str(pprt)) & ~gndmask; in phys_scan_contacts() 1783 phys_read |= (pmask_t) bitmask << (5 * bit); in phys_scan_contacts()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.h | 218 char *bitmask; member 311 struct print_arg_bitmask bitmask; member
|
D | event-parse.c | 783 free(arg->bitmask.bitmask); in free_arg() 2760 arg->bitmask.bitmask = token; in process_bitmask() 2761 arg->bitmask.offset = -1; in process_bitmask() 3919 if (arg->bitmask.offset == -1) { in print_str_arg() 3922 f = pevent_find_any_field(event, arg->bitmask.bitmask); in print_str_arg() 3923 arg->bitmask.offset = f->offset; in print_str_arg() 3925 bitmask_offset = data2host4(pevent, data + arg->bitmask.offset); in print_str_arg() 5493 printf("__get_bitmask(%s)", args->bitmask.bitmask); in print_args()
|
/linux-4.1.27/drivers/platform/x86/ |
D | sony-laptop.c | 1315 unsigned int i, result, bitmask, arg; in sony_nc_function_setup() local 1437 if (!sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg, &bitmask)) in sony_nc_function_setup() 1438 sony_nc_int_call(sony_nc_acpi_handle, "SN02", &bitmask, in sony_nc_function_setup() 1444 unsigned int i, result, bitmask, handle; in sony_nc_function_cleanup() local 1447 sony_nc_int_call(sony_nc_acpi_handle, "SN01", NULL, &bitmask); in sony_nc_function_cleanup() 1448 sony_nc_int_call(sony_nc_acpi_handle, "SN03", &bitmask, &result); in sony_nc_function_cleanup() 1521 unsigned int i, result, bitmask, arg; in sony_nc_function_resume() local 1556 if (!sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg, &bitmask)) in sony_nc_function_resume() 1557 sony_nc_int_call(sony_nc_acpi_handle, "SN02", &bitmask, in sony_nc_function_resume()
|
/linux-4.1.27/Documentation/acpi/ |
D | debug.txt | 28 bitmask, look for the "#define _COMPONENT" in an ACPI source file.
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-core.h | 214 struct v4l2_ctrl *bitmask; member
|
D | vivid-kthread-cap.c | 532 dev->bitmask->cur.val); in vivid_fillbuff()
|
D | vivid-ctrls.c | 1327 dev->bitmask = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_bitmask, NULL); in vivid_create_controls()
|
/linux-4.1.27/lib/ |
D | Kconfig.kgdb | 85 Alternatively the following bitmask applies:
|
D | Kconfig.debug | 373 to a bitmask as described in Documentation/sysrq.txt.
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 117 - should contain a bitmask of the supported source transfer width 120 - should contain a bitmask of the supported destination transfer 124 - should contain a bitmask of the supported slave directions
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 56 number gives a bitmask of which MIDI Out connectors the data should be
|
D | hda_codec.txt | 241 subs fields bitwise (with bitmask mask and subs_mask), the callback
|
D | HD-Audio.txt | 111 codec slots via `probe_mask` option. It's a bitmask, and each bit
|
D | ALSA-Configuration.txt | 113 - if negative, interpret as a bitmask of permissible
|
/linux-4.1.27/sound/pci/ |
D | azt3328.c | 1325 unsigned bitmask, in snd_azf3328_ctrl_reg_6AH_update() argument 1331 chip->shadow_reg_ctrl_6AH |= bitmask; in snd_azf3328_ctrl_reg_6AH_update() 1333 chip->shadow_reg_ctrl_6AH &= ~bitmask; in snd_azf3328_ctrl_reg_6AH_update() 1336 bitmask, do_mask, chip->shadow_reg_ctrl_6AH); in snd_azf3328_ctrl_reg_6AH_update()
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 217 ! r8 passes SR bitmask, overwritten with restored data on return
|
/linux-4.1.27/arch/tile/kernel/ |
D | hvglue_trace.c | 242 HV_WRAP1(void, hv_set_caching, unsigned long, bitmask)
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nandsim.c | 2125 static void ns_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int bitmask) in ns_hwcontrol() argument 2129 ns->lines.cle = bitmask & NAND_CLE ? 1 : 0; in ns_hwcontrol() 2130 ns->lines.ale = bitmask & NAND_ALE ? 1 : 0; in ns_hwcontrol() 2131 ns->lines.ce = bitmask & NAND_NCE ? 1 : 0; in ns_hwcontrol()
|
D | diskonchip.c | 89 unsigned int bitmask);
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 81 debug=n specifies debug level. The debug level is a bitmask.
|
D | btrfs.txt | 69 check_int_print_mask takes a bitmask of BTRFSIC_PRINT_MASK_* values
|
D | proc.txt | 692 smp_affinity is a bitmask, in which you can specify which CPUs can handle the 706 a cpu range instead of a bitmask: 1598 will be dumped when the <pid> process is dumped. coredump_filter is a bitmask 1599 of memory types. If a bit of the bitmask is set, memory segments of the 1613 are always dumped regardless of the bitmask status. 1626 When a new process is created, the process inherits the bitmask status from its
|
D | xfs.txt | 280 Causes certain error conditions to call BUG(). Value is a bitmask;
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_logging.c | 22 #warning SCSI logging bitmask too large
|
D | Kconfig | 222 echo <bitmask> > /proc/sys/dev/scsi/logging_level 224 where <bitmask> is a four byte value representing the logging type
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-fimc.txt | 81 - samsung,rotators: a bitmask specifying whether this IP has the input and
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 73 injection. Value is a bitmask as specified in ACPI5.0 spec for the
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 255 unsigned long bitmask; member
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 1390 void hv_set_caching(unsigned long bitmask);
|
/linux-4.1.27/Documentation/power/regulator/ |
D | consumer.txt | 206 To obtain the hardware register offset and bitmask for the regulator's voltage
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hysdn | 146 appropriate bitmask. The cards log messages will always be send to this
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 113 Specify a numeric bitmask to control debugging in the kernel module. 488 This is a bitmask of debugging streams to enable:
|
D | fscache.txt | 421 This is a bitmask of debugging streams to enable:
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 188 The trace variable is a bitmask; each bit represents a certain feature.
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 171 bitmast||bitmask
|
/linux-4.1.27/Documentation/networking/ |
D | l2tp.txt | 124 DEBUG - bitmask of debug message categories. See below.
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 787 Syntax: nosync:bitmask 789 bitmask is a byte where the 1st 7 bits correspond with the 7
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1400 will enable all debugging output classes. It takes a bitmask, so 1403 Debug bitmask Description 1420 attribute takes the same bitmask as the debug module parameter above.
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 403 This field is a bitmask. 601 This field is a bitmask.
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 380 bitmask of nice flags.
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3093 u8 bitmask; member
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 493 * Target Mode Selecting in ID bitmask (aic7890/91/96/97)
|
/linux-4.1.27/Documentation/video4linux/ |
D | vivid.txt | 96 Each value is a bitmask with the following meaning:
|
D | v4l2-framework.txt | 828 It is a bitmask and the following bits can be set:
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 130 RCU, the reference counter is the per-CPU bit in the "bitmask" field,
|