/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-periph-fixed.c | 20 u32 mask = 1 << (fixed->num % 32), value; in tegra_clk_periph_fixed_is_enabled() local 35 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_enable() local 45 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_disable() local
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_apic.c | 107 static bool __send_ipi_mask_ex(const struct cpumask *mask, int vector, in __send_ipi_mask_ex() 157 static bool __send_ipi_mask(const struct cpumask *mask, int vector, in __send_ipi_mask() 260 static void hv_send_ipi_mask(const struct cpumask *mask, int vector) in hv_send_ipi_mask() 266 static void hv_send_ipi_mask_allbutself(const struct cpumask *mask, int vector) in hv_send_ipi_mask_allbutself()
|
/openbmc/linux/drivers/accel/habanalabs/goya/ |
H A D | goya_security.c | 30 u32 pb_addr, mask; in goya_init_mme_protection_bits() local 274 u32 pb_addr, mask; in goya_init_dma_protection_bits() local 674 u32 pb_addr, mask; in goya_init_tpc_protection_bits() local 2275 u32 pb_addr, mask; in goya_init_protection_bits() local
|
/openbmc/linux/drivers/regulator/ |
H A D | lp3972.c | 202 static int lp3972_set_bits(struct lp3972 *lp3972, u8 reg, u16 mask, u16 val) in lp3972_set_bits() 225 u16 mask = LP3972_LDO_OUTPUT_ENABLE_MASK(ldo); in lp3972_ldo_is_enabled() local 236 u16 mask = LP3972_LDO_OUTPUT_ENABLE_MASK(ldo); in lp3972_ldo_enable() local 246 u16 mask = LP3972_LDO_OUTPUT_ENABLE_MASK(ldo); in lp3972_ldo_disable() local 256 u16 mask = LP3972_LDO_VOL_MASK(ldo); in lp3972_ldo_get_voltage_sel() local 318 u16 mask = 1 << (buck * 2); in lp3972_dcdc_is_enabled() local 329 u16 mask = 1 << (buck * 2); in lp3972_dcdc_enable() local 341 u16 mask = 1 << (buck * 2); in lp3972_dcdc_disable() local
|
/openbmc/u-boot/cmd/x86/ |
H A D | mtrr.c | 28 uint64_t base, mask, size; in do_mtrr_list() local 51 uint64_t base, mask; in do_mtrr_set() local 87 uint64_t mask; in mtrr_set_valid() local
|
/openbmc/linux/drivers/md/bcache/ |
H A D | features.h | 27 #define BCH_HAS_COMPAT_FEATURE(sb, mask) \ argument 29 #define BCH_HAS_RO_COMPAT_FEATURE(sb, mask) \ argument 31 #define BCH_HAS_INCOMPAT_FEATURE(sb, mask) \ argument
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-hip04.c | 93 u32 mask = 1 << (hip04_irq(d) % 32); in hip04_mask_irq() local 103 u32 mask = 1 << (hip04_irq(d) % 32); in hip04_unmask_irq() local 152 u32 val, mask, bit; in hip04_irq_set_affinity() local 175 static void hip04_ipi_send_mask(struct irq_data *d, const struct cpumask *mask) in hip04_ipi_send_mask() 231 u32 mask, i; in hip04_get_cpumask() local
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65217.c | 59 u8 mask = BIT(data->hwirq) << TPS65217_INT_SHIFT; in tps65217_irq_enable() local 67 u8 mask = BIT(data->hwirq) << TPS65217_INT_SHIFT; in tps65217_irq_disable() local 251 unsigned int mask, unsigned int val, unsigned int level) in tps65217_update_bits() 273 unsigned int mask, unsigned int val, unsigned int level) in tps65217_set_bits() 280 unsigned int mask, unsigned int level) in tps65217_clear_bits()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_mps.c | 7 const u8 *addr, const u8 *mask) in cxgb4_mps_ref_dec_by_mac() 54 u16 idx, const u8 *mask) in cxgb4_mps_ref_inc() 147 const u8 *mask, in cxgb4_free_raw_mac_filt() 166 const u8 *mask, in cxgb4_alloc_raw_mac_filt() 202 const u8 *addr, const u8 *mask, in cxgb4_alloc_encap_mac_filt()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 542 pci_byte_test_and_clear_mask(uint8_t *config, uint8_t mask) in pci_byte_test_and_clear_mask() 550 pci_byte_test_and_set_mask(uint8_t *config, uint8_t mask) in pci_byte_test_and_set_mask() 558 pci_word_test_and_clear_mask(uint8_t *config, uint16_t mask) in pci_word_test_and_clear_mask() 566 pci_word_test_and_set_mask(uint8_t *config, uint16_t mask) in pci_word_test_and_set_mask() 574 pci_long_test_and_clear_mask(uint8_t *config, uint32_t mask) in pci_long_test_and_clear_mask() 582 pci_long_test_and_set_mask(uint8_t *config, uint32_t mask) in pci_long_test_and_set_mask() 590 pci_quad_test_and_clear_mask(uint8_t *config, uint64_t mask) in pci_quad_test_and_clear_mask() 598 pci_quad_test_and_set_mask(uint8_t *config, uint64_t mask) in pci_quad_test_and_set_mask() 607 pci_set_byte_by_mask(uint8_t *config, uint8_t mask, uint8_t reg) in pci_set_byte_by_mask() 618 pci_set_word_by_mask(uint8_t *config, uint16_t mask, uint16_t reg) in pci_set_word_by_mask() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | tu102.c | 27 tu102_vfn_intr_reset(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_reset() 35 tu102_vfn_intr_allow(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_allow() 43 tu102_vfn_intr_block(struct nvkm_intr *intr, int leaf, u32 mask) in tu102_vfn_intr_block()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | apic_flat_64.c | 31 static void _flat_send_IPI_mask(unsigned long mask, int vector) in _flat_send_IPI_mask() 42 unsigned long mask = cpumask_bits(cpumask)[0]; in flat_send_IPI_mask() local 50 unsigned long mask = cpumask_bits(cpumask)[0]; in flat_send_IPI_mask_allbutself() local
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_offload.c | 35 struct nf_flow_key *mask = &match->mask; in nf_flow_rule_lwt_match() local 81 struct flow_dissector_key_vlan *mask, in nf_flow_rule_vlan_match() 94 struct nf_flow_key *mask = &match->mask; in nf_flow_rule_match() local 206 const __be32 *value, const __be32 *mask) in flow_offload_mangle() 233 u32 mask, val; in flow_offload_eth_src() local 282 u32 mask, val; in flow_offload_eth_dst() local 333 u32 mask = ~htonl(0xffffffff); in flow_offload_ipv4_snat() local 360 u32 mask = ~htonl(0xffffffff); in flow_offload_ipv4_dnat() local 383 const __be32 *addr, const __be32 *mask) in flow_offload_ipv6_mangle() 400 u32 mask = ~htonl(0xffffffff); in flow_offload_ipv6_snat() local [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-io.h | 16 static inline void iwl_set_bit(struct iwl_trans *trans, u32 reg, u32 mask) in iwl_set_bit() 21 static inline void iwl_clear_bit(struct iwl_trans *trans, u32 reg, u32 mask) in iwl_clear_bit() 95 u32 bits, u32 mask, int timeout) in iwl_poll_umac_prph_bit()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | nv04.c | 34 nv04_mc_device_disable(struct nvkm_mc *mc, u32 mask) in nv04_mc_device_disable() 40 nv04_mc_device_enable(struct nvkm_mc *mc, u32 mask) in nv04_mc_device_enable() 49 nv04_mc_device_enabled(struct nvkm_mc *mc, u32 mask) in nv04_mc_device_enabled()
|
/openbmc/linux/arch/mips/bcm63xx/ |
H A D | gpio.c | 42 u32 mask; in bcm63xx_gpio_set() local 70 u32 mask; in bcm63xx_gpio_get() local 89 u32 mask; in bcm63xx_gpio_set_direction() local
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pca953x.c | 61 static int pca953x_reg_write(uint8_t chip, uint addr, uint mask, uint data) in pca953x_reg_write() 108 int pca953x_set_val(uint8_t chip, uint mask, uint data) in pca953x_set_val() 117 int pca953x_set_pol(uint8_t chip, uint mask, uint data) in pca953x_set_pol() 126 int pca953x_set_dir(uint8_t chip, uint mask, uint data) in pca953x_set_dir()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 159 uint32_t mask = ((1U << CP0St_CU3) in sync_c0_tcstatus() local 516 uint32_t mask = 0; in helper_mtc0_mvpcontrol() local 535 uint32_t mask; in helper_mtc0_vpecontrol() local 556 uint32_t mask; in helper_mttc0_vpecontrol() local 586 uint32_t mask = 0; in helper_mtc0_vpeconf0() local 606 uint32_t mask = 0; in helper_mttc0_vpeconf0() local 618 uint32_t mask = 0; in helper_mtc0_vpeconf1() local 667 uint32_t mask = env->CP0_TCStatus_rw_bitmask; in helper_mtc0_tcstatus() local 691 uint32_t mask = (1 << CP0TCBd_TBE); in helper_mtc0_tcbind() local 704 uint32_t mask = (1 << CP0TCBd_TBE); in helper_mttc0_tcbind() local [all …]
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_wo.c | 46 mtk_wed_wo_set_isr(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_isr() 52 mtk_wed_wo_set_ack(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_ack() 58 mtk_wed_wo_set_isr_mask(struct mtk_wed_wo *wo, u32 mask, u32 val, bool set) in mtk_wed_wo_set_isr_mask() 71 mtk_wed_wo_irq_enable(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_irq_enable() 78 mtk_wed_wo_irq_disable(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_irq_disable() 237 u32 intr, mask; in mtk_wed_wo_irq_tasklet() local
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A D | dsp.c | 33 dma_cap_mask_t mask; in catpt_dma_request_config_chan() local 155 unsigned long mask, unsigned long new) in catpt_dsp_set_srampge() 190 unsigned long mask) in catpt_dsp_update_srampge() 259 u32 mask, reg, val; in catpt_dsp_select_lpclock() local 359 u32 mask, val; in catpt_dsp_power_down() local 404 u32 mask, val; in catpt_dsp_power_up() local
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 140 u8 mask = (u8)pmf_next32(cmd); in pmf_parser_write_gpio() local 149 u8 mask = (u8)pmf_next32(cmd); in pmf_parser_read_gpio() local 163 u32 mask = pmf_next32(cmd); in pmf_parser_write_reg32() local 185 u16 mask = (u16)pmf_next32(cmd); in pmf_parser_write_reg16() local 207 u8 mask = (u16)pmf_next32(cmd); in pmf_parser_write_reg8() local 237 u32 mask = pmf_next32(cmd); in pmf_parser_wait_reg32() local 249 u16 mask = (u16)pmf_next32(cmd); in pmf_parser_wait_reg16() local 261 u8 mask = (u8)pmf_next32(cmd); in pmf_parser_wait_reg8() local 408 u32 mask = pmf_next32(cmd); in pmf_parser_read_reg32_msrx() local 422 u32 mask = pmf_next32(cmd); in pmf_parser_read_reg16_msrx() local [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | sys_eiger.c | 42 eiger_update_irq_hw(unsigned long irq, unsigned long mask) in eiger_update_irq_hw() 55 unsigned long mask; in eiger_enable_irq() local 64 unsigned long mask; in eiger_disable_irq() local
|
/openbmc/linux/net/netlabel/ |
H A D | netlabel_unlabeled.c | 233 const struct in_addr *mask, in netlbl_unlhsh_add_addr4() 273 const struct in6_addr *mask, in netlbl_unlhsh_add_addr6() 367 const void *mask, in netlbl_unlhsh_add() 469 const struct in_addr *mask, in netlbl_unlhsh_remove_addr4() 530 const struct in6_addr *mask, in netlbl_unlhsh_remove_addr6() 629 const void *mask, in netlbl_unlhsh_remove() 764 void **mask, in netlbl_unlabel_addrinfo_get() 881 void *mask; in netlbl_unlabel_staticadd() local 932 void *mask; in netlbl_unlabel_staticadddef() local 982 void *mask; in netlbl_unlabel_staticremove() local [all …]
|
/openbmc/u-boot/arch/mips/mach-ath79/ |
H A D | reset.c | 81 const u32 mask = AR933X_RESET_GE0_MAC | AR933X_RESET_GE0_MDIO | in eth_init_ar933x() local 116 const u32 mask = AR934X_RESET_GE0_MAC | AR934X_RESET_GE0_MDIO | in eth_init_ar934x() local 142 const u32 mask = QCA953X_RESET_GE0_MAC | QCA953X_RESET_GE0_MDIO | in eth_init_qca953x() local
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 179 u16 mask; in e1000_acquire_phy_80003es2lan() local 193 u16 mask; in e1000_release_phy_80003es2lan() local 208 u16 mask; in e1000_acquire_mac_csr_80003es2lan() local 223 u16 mask; in e1000_release_mac_csr_80003es2lan() local 272 static s32 e1000_acquire_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask) in e1000_acquire_swfw_sync_80003es2lan() 317 static void e1000_release_swfw_sync_80003es2lan(struct e1000_hw *hw, u16 mask) in e1000_release_swfw_sync_80003es2lan() 494 u32 mask = E1000_NVM_CFG_DONE_PORT_0; in e1000_get_cfg_done_80003es2lan() local
|