Home
last modified time | relevance | path

Searched full:mask (Results 1 – 25 of 5083) sorted by relevance

12345678910>>...204

/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi_security.c489 u32 pb_addr, mask; in gaudi_init_mme_protection_bits() local
515 mask = 1U << ((mmMME0_CTRL_RESET & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
516 mask |= 1U << ((mmMME0_CTRL_QM_STALL & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
517 mask |= 1U << ((mmMME0_CTRL_SYNC_OBJECT_FIFO_TH & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
518 mask |= 1U << ((mmMME0_CTRL_EUS_ROLLUP_CNT_ADD & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
519 mask |= 1U << ((mmMME0_CTRL_INTR_CAUSE & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
520 mask |= 1U << ((mmMME0_CTRL_INTR_MASK & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
521 mask |= 1U << ((mmMME0_CTRL_LOG_SHADOW & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
522 mask |= 1U << ((mmMME0_CTRL_PCU_RL_DESC0 & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
523 mask |= 1U << ((mmMME0_CTRL_PCU_RL_TOKEN_UPDATE & 0x7F) >> 2); in gaudi_init_mme_protection_bits()
[all …]
/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya_security.c30 u32 pb_addr, mask; in goya_init_mme_protection_bits() local
69 mask = 1 << ((mmMME_DUMMY & 0x7F) >> 2); in goya_init_mme_protection_bits()
70 mask |= 1 << ((mmMME_RESET & 0x7F) >> 2); in goya_init_mme_protection_bits()
71 mask |= 1 << ((mmMME_STALL & 0x7F) >> 2); in goya_init_mme_protection_bits()
72 mask |= 1 << ((mmMME_SM_BASE_ADDRESS_LOW & 0x7F) >> 2); in goya_init_mme_protection_bits()
73 mask |= 1 << ((mmMME_SM_BASE_ADDRESS_HIGH & 0x7F) >> 2); in goya_init_mme_protection_bits()
74 mask |= 1 << ((mmMME_DBGMEM_ADD & 0x7F) >> 2); in goya_init_mme_protection_bits()
75 mask |= 1 << ((mmMME_DBGMEM_DATA_WR & 0x7F) >> 2); in goya_init_mme_protection_bits()
76 mask |= 1 << ((mmMME_DBGMEM_DATA_RD & 0x7F) >> 2); in goya_init_mme_protection_bits()
77 mask |= 1 << ((mmMME_DBGMEM_CTRL & 0x7F) >> 2); in goya_init_mme_protection_bits()
[all …]
/openbmc/linux/drivers/video/fbdev/riva/
H A Dnvreg.h31 #define MASKEXPAND(mask) BITMASK(1?mask,0?mask) argument
33 /* Macro to set specific bitfields (mask has to be a macro x:y) ! */
34 #define SetBF(mask,value) ((value) << (0?mask)) argument
35 #define GetBF(var,mask) (((unsigned)((var) & MASKEXPAND(mask))) >> (0?mask) ) argument
37 #define MaskAndSetBF(var,mask,value) (var)=(((var)&(~MASKEXPAND(mask)) \ argument
38 | SetBF(mask,value)))
51 #define DEVICE_DEF(device,mask,value) \ argument
52 SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value)
53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value) argument
54 #define DEVICE_MASK(device,mask) MASKEXPAND(NV_##device##_##mask) argument
[all …]
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c71 u32 mask, unsigned long usec_timout) in polling_with_timeout() argument
77 data = readl(addr) & mask; in polling_with_timeout()
90 u32 mask, data, ret = 1; in comphy_pcie_power_up() local
137 mask = COMMON_PHY_CFG1_PWR_UP_MASK; in comphy_pcie_power_up()
139 mask |= COMMON_PHY_CFG1_PIPE_SELECT_MASK; in comphy_pcie_power_up()
141 mask |= COMMON_PHY_CFG1_PWR_ON_RESET_MASK; in comphy_pcie_power_up()
143 mask |= COMMON_PHY_CFG1_CORE_RSTN_MASK; in comphy_pcie_power_up()
145 mask |= COMMON_PHY_PHY_MODE_MASK; in comphy_pcie_power_up()
147 reg_set(comphy_addr + COMMON_PHY_CFG1_REG, data, mask); in comphy_pcie_power_up()
150 mask = COMMON_PHY_CFG1_PWR_ON_RESET_MASK; in comphy_pcie_power_up()
[all …]
/openbmc/linux/drivers/mfd/
H A Dsec-irq.c22 .mask = S2MPS11_IRQ_PWRONF_MASK,
26 .mask = S2MPS11_IRQ_PWRONR_MASK,
30 .mask = S2MPS11_IRQ_JIGONBF_MASK,
34 .mask = S2MPS11_IRQ_JIGONBR_MASK,
38 .mask = S2MPS11_IRQ_ACOKBF_MASK,
42 .mask = S2MPS11_IRQ_ACOKBR_MASK,
46 .mask = S2MPS11_IRQ_PWRON1S_MASK,
50 .mask = S2MPS11_IRQ_MRB_MASK,
54 .mask = S2MPS11_IRQ_RTC60S_MASK,
58 .mask = S2MPS11_IRQ_RTCA1_MASK,
[all …]
H A Dwm8350-irq.c37 int mask; member
45 .mask = WM8350_OC_LS_EINT,
51 .mask = WM8350_UV_DC1_EINT,
56 .mask = WM8350_UV_DC2_EINT,
61 .mask = WM8350_UV_DC3_EINT,
66 .mask = WM8350_UV_DC4_EINT,
71 .mask = WM8350_UV_DC5_EINT,
76 .mask = WM8350_UV_DC6_EINT,
81 .mask = WM8350_UV_LDO1_EINT,
86 .mask = WM8350_UV_LDO2_EINT,
[all …]
H A Dda9052-irq.c38 .mask = DA9052_IRQ_MASK_POS_1,
42 .mask = DA9052_IRQ_MASK_POS_2,
46 .mask = DA9052_IRQ_MASK_POS_3,
50 .mask = DA9052_IRQ_MASK_POS_4,
54 .mask = DA9052_IRQ_MASK_POS_5,
58 .mask = DA9052_IRQ_MASK_POS_6,
62 .mask = DA9052_IRQ_MASK_POS_7,
66 .mask = DA9052_IRQ_MASK_POS_8,
70 .mask = DA9052_IRQ_MASK_POS_1,
74 .mask = DA9052_IRQ_MASK_POS_2,
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c11 u8 mask[DR_STE_SIZE_MASK]; member
40 /* Mask tag using byte mask, bit per byte */ in mlx5dr_ste_calc_hash_index()
79 memcpy(hw_ste->mask, bit_mask, DR_STE_SIZE_MASK); in mlx5dr_ste_set_bit_mask()
85 memset(&hw_ste->mask, 0, sizeof(hw_ste->mask)); in dr_ste_set_always_hit()
91 hw_ste->mask[0] = 0; in dr_ste_set_always_miss()
700 "Partial ip_version mask with src/dst IP is not supported\n"); in dr_ste_build_pre_check_spec()
706 "Partial/no ethertype mask with src/dst IP is not supported\n"); in dr_ste_build_pre_check_spec()
715 struct mlx5dr_match_param *mask, in mlx5dr_ste_build_pre_check() argument
722 if (mask->misc.source_port && mask->misc.source_port != 0xffff) { in mlx5dr_ste_build_pre_check()
724 "Partial mask source_port is not supported\n"); in mlx5dr_ste_build_pre_check()
[all …]
H A Ddr_matcher.c116 dr_mask_is_tnl_vxlan_gpe(struct mlx5dr_match_param *mask, in dr_mask_is_tnl_vxlan_gpe() argument
119 return dr_mask_is_vxlan_gpe_set(&mask->misc3) && in dr_mask_is_tnl_vxlan_gpe()
157 dr_mask_is_tnl_geneve(struct mlx5dr_match_param *mask, in dr_mask_is_tnl_geneve() argument
160 return dr_mask_is_tnl_geneve_set(&mask->misc) && in dr_mask_is_tnl_geneve()
174 static bool dr_mask_is_tnl_gtpu(struct mlx5dr_match_param *mask, in dr_mask_is_tnl_gtpu() argument
177 return dr_mask_is_tnl_gtpu_set(&mask->misc3) && in dr_mask_is_tnl_gtpu()
186 static bool dr_mask_is_tnl_gtpu_dw_0(struct mlx5dr_match_param *mask, in dr_mask_is_tnl_gtpu_dw_0() argument
189 return mask->misc3.gtpu_dw_0 && in dr_mask_is_tnl_gtpu_dw_0()
198 static bool dr_mask_is_tnl_gtpu_teid(struct mlx5dr_match_param *mask, in dr_mask_is_tnl_gtpu_teid() argument
201 return mask->misc3.gtpu_teid && in dr_mask_is_tnl_gtpu_teid()
[all …]
H A Ddr_ste_v1.h37 struct mlx5dr_match_param *mask);
39 struct mlx5dr_match_param *mask);
41 struct mlx5dr_match_param *mask);
43 struct mlx5dr_match_param *mask);
45 struct mlx5dr_match_param *mask);
47 struct mlx5dr_match_param *mask);
49 struct mlx5dr_match_param *mask);
51 struct mlx5dr_match_param *mask);
53 struct mlx5dr_match_param *mask);
55 struct mlx5dr_match_param *mask);
[all …]
/openbmc/linux/include/sound/
H A Dpcm_params.h26 static inline void snd_mask_none(struct snd_mask *mask) in snd_mask_none() argument
28 memset(mask, 0, sizeof(*mask)); in snd_mask_none()
31 static inline void snd_mask_any(struct snd_mask *mask) in snd_mask_any() argument
33 memset(mask, 0xff, SNDRV_MASK_SIZE * sizeof(u_int32_t)); in snd_mask_any()
36 static inline int snd_mask_empty(const struct snd_mask *mask) in snd_mask_empty() argument
40 if (mask->bits[i]) in snd_mask_empty()
45 static inline unsigned int snd_mask_min(const struct snd_mask *mask) in snd_mask_min() argument
49 if (mask->bits[i]) in snd_mask_min()
50 return __ffs(mask->bits[i]) + (i << 5); in snd_mask_min()
55 static inline unsigned int snd_mask_max(const struct snd_mask *mask) in snd_mask_max() argument
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dat91_gpio.c48 u32 mask; in at91_set_port_pullup() local
50 mask = 1 << offset; in at91_set_port_pullup()
52 writel(mask, &at91_port->puer); in at91_set_port_pullup()
54 writel(mask, &at91_port->pudr); in at91_set_port_pullup()
55 writel(mask, &at91_port->per); in at91_set_port_pullup()
74 u32 mask; in at91_set_pio_periph() local
77 mask = 1 << pin; in at91_set_pio_periph()
78 writel(mask, &at91_port->idr); in at91_set_pio_periph()
80 writel(mask, &at91_port->per); in at91_set_pio_periph()
92 u32 mask; in at91_set_a_periph() local
[all …]
/openbmc/u-boot/board/xilinx/zynq/zynq-zc702/
H A Dps7_init_gpl.c21 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU
29 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U
32 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U
35 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U
41 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U
48 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U
55 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
62 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U
69 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
76 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U
[all …]
/openbmc/u-boot/board/xilinx/zynq/zynq-zc706/
H A Dps7_init_gpl.c21 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU
29 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U
32 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U
35 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U
41 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U
48 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U
55 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
62 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U
69 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
76 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U
[all …]
/openbmc/u-boot/board/xilinx/zynq/zynq-microzed/
H A Dps7_init_gpl.c21 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU
29 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U
32 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U
35 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U
41 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U
48 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U
55 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
62 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U
69 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
76 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U
[all …]
/openbmc/u-boot/board/xilinx/zynq/zynq-zed/
H A Dps7_init_gpl.c21 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU
29 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U
32 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U
35 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U
41 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U
48 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U
55 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
62 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U
69 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U
76 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32_parse.h40 /* Fill the value/mask pair in the spec if matched */
41 int (*val)(struct ch_filter_specification *f, __be32 val, __be32 mask);
46 __be32 val, __be32 mask) in cxgb4_fill_ipv4_tos() argument
49 f->mask.tos = (ntohl(mask) >> 16) & 0x000000FF; in cxgb4_fill_ipv4_tos()
55 __be32 val, __be32 mask) in cxgb4_fill_ipv4_frag() argument
61 mask_val = ntohl(mask) & 0x0000FFFF; in cxgb4_fill_ipv4_frag()
65 f->mask.frag = 1; in cxgb4_fill_ipv4_frag()
68 f->mask.frag = 1; in cxgb4_fill_ipv4_frag()
77 __be32 val, __be32 mask) in cxgb4_fill_ipv4_proto() argument
80 f->mask.proto = (ntohl(mask) >> 16) & 0x000000FF; in cxgb4_fill_ipv4_proto()
[all …]
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c82 void (*mux_A_periph)(struct at91_port *pio, u32 mask);
83 void (*mux_B_periph)(struct at91_port *pio, u32 mask);
84 void (*mux_C_periph)(struct at91_port *pio, u32 mask);
85 void (*mux_D_periph)(struct at91_port *pio, u32 mask);
86 void (*set_deglitch)(struct at91_port *pio, u32 mask, bool is_on);
87 void (*set_debounce)(struct at91_port *pio, u32 mask, bool is_on,
89 void (*set_pulldown)(struct at91_port *pio, u32 mask, bool is_on);
90 void (*disable_schmitt_trig)(struct at91_port *pio, u32 mask);
103 static void at91_mux_disable_interrupt(struct at91_port *pio, u32 mask) in at91_mux_disable_interrupt() argument
105 writel(mask, &pio->idr); in at91_mux_disable_interrupt()
[all …]
/openbmc/linux/include/asm-generic/
H A Dword-at-a-time.h19 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() local
20 return ~(mask | rhs); in prep_zero_mask()
23 #define create_zero_mask(mask) (mask) argument
25 static inline long find_zero(unsigned long mask) in find_zero() argument
29 if (mask >> 32) in find_zero()
30 mask >>= 32; in find_zero()
34 if (mask >> 16) in find_zero()
35 mask >>= 16; in find_zero()
38 return (mask >> 8) ? byte : byte + 1; in find_zero()
49 #define zero_bytemask(mask) (~1ul << __fls(mask)) argument
[all …]
/openbmc/u-boot/board/xilinx/zynq/zynq-zybo/
H A Dps7_init_gpl.c13 /* .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU */
21 /* .. .. ==> MASK : 0x000000F0U VAL : 0x000000C0U */
24 /* .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U */
27 /* .. .. ==> MASK : 0x003FF000U VAL : 0x00177000U */
33 /* .. .. .. ==> MASK : 0x0007F000U VAL : 0x0001A000U */
40 /* .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U */
47 /* .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U */
54 /* .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U */
61 /* .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U */
68 /* .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U */
[all …]
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h39 int mask; in set_bit() local
43 mask = 1 << (nr & 0x1f); in set_bit()
45 *a |= mask; in set_bit()
52 int mask; in __set_bit() local
55 mask = 1 << (nr & 0x1f); in __set_bit()
56 *a |= mask; in __set_bit()
69 int mask; in clear_bit() local
73 mask = 1 << (nr & 0x1f); in clear_bit()
75 *a &= ~mask; in clear_bit()
84 int mask; in change_bit() local
[all …]
/openbmc/linux/net/sched/
H A Dcls_flower.c100 struct fl_flow_key mask; member
115 struct fl_flow_mask *mask; member
144 static unsigned short int fl_mask_range(const struct fl_flow_mask *mask) in fl_mask_range() argument
146 return mask->range.end - mask->range.start; in fl_mask_range()
149 static void fl_mask_update_range(struct fl_flow_mask *mask) in fl_mask_update_range() argument
151 const u8 *bytes = (const u8 *) &mask->key; in fl_mask_update_range()
152 size_t size = sizeof(mask->key); in fl_mask_update_range()
168 mask->range.start = rounddown(first, sizeof(long)); in fl_mask_update_range()
169 mask->range.end = roundup(last + 1, sizeof(long)); in fl_mask_update_range()
173 const struct fl_flow_mask *mask) in fl_key_get_start() argument
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_rcpm.c30 unsigned int mask = 1 << hw_cpu; in rcpm_v1_irq_mask() local
32 setbits32(&rcpm_v1_regs->cpmimr, mask); in rcpm_v1_irq_mask()
33 setbits32(&rcpm_v1_regs->cpmcimr, mask); in rcpm_v1_irq_mask()
34 setbits32(&rcpm_v1_regs->cpmmcmr, mask); in rcpm_v1_irq_mask()
35 setbits32(&rcpm_v1_regs->cpmnmimr, mask); in rcpm_v1_irq_mask()
41 unsigned int mask = 1 << hw_cpu; in rcpm_v2_irq_mask() local
43 setbits32(&rcpm_v2_regs->tpmimr0, mask); in rcpm_v2_irq_mask()
44 setbits32(&rcpm_v2_regs->tpmcimr0, mask); in rcpm_v2_irq_mask()
45 setbits32(&rcpm_v2_regs->tpmmcmr0, mask); in rcpm_v2_irq_mask()
46 setbits32(&rcpm_v2_regs->tpmnmimr0, mask); in rcpm_v2_irq_mask()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dc2p_core.h23 unsigned int shift, u32 mask) in _transp() argument
25 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask; in _transp()
62 u32 mask = get_mask(n); in transp8() local
67 _transp(d, 0, 1, n, mask); in transp8()
69 _transp(d, 2, 3, n, mask); in transp8()
71 _transp(d, 4, 5, n, mask); in transp8()
73 _transp(d, 6, 7, n, mask); in transp8()
78 _transp(d, 0, 2, n, mask); in transp8()
79 _transp(d, 1, 3, n, mask); in transp8()
81 _transp(d, 4, 6, n, mask); in transp8()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c37 if (!is_zero_ether_addr(match.mask->src)) { in vcap_tc_flower_handler_ethaddr_usage()
39 vcap_netbytes_copy(smac.mask, match.mask->src, ETH_ALEN); in vcap_tc_flower_handler_ethaddr_usage()
45 if (!is_zero_ether_addr(match.mask->dst)) { in vcap_tc_flower_handler_ethaddr_usage()
47 vcap_netbytes_copy(dmac.mask, match.mask->dst, ETH_ALEN); in vcap_tc_flower_handler_ethaddr_usage()
71 if (mt.mask->src) { in vcap_tc_flower_handler_ipv4_usage()
75 be32_to_cpu(mt.mask->src)); in vcap_tc_flower_handler_ipv4_usage()
79 if (mt.mask->dst) { in vcap_tc_flower_handler_ipv4_usage()
83 be32_to_cpu(mt.mask->dst)); in vcap_tc_flower_handler_ipv4_usage()
110 if (!ipv6_addr_any(&mt.mask->src)) { in vcap_tc_flower_handler_ipv6_usage()
112 vcap_netbytes_copy(sip.mask, mt.mask->src.s6_addr, 16); in vcap_tc_flower_handler_ipv6_usage()
[all …]

12345678910>>...204