| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/gaudi/ |
| H A D | gaudi_security.c | 489 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/goya/ |
| H A D | goya_security.c | 30 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | nvreg.h | 31 #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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/phy/marvell/ |
| H A D | comphy_cp110.c | 72 u32 mask, unsigned long usec_timout) in polling_with_timeout() argument 78 data = readl(addr) & mask; in polling_with_timeout() 91 u32 mask, data, ret = 1; in comphy_pcie_power_up() local 138 mask = COMMON_PHY_CFG1_PWR_UP_MASK; in comphy_pcie_power_up() 140 mask |= COMMON_PHY_CFG1_PIPE_SELECT_MASK; in comphy_pcie_power_up() 142 mask |= COMMON_PHY_CFG1_PWR_ON_RESET_MASK; in comphy_pcie_power_up() 144 mask |= COMMON_PHY_CFG1_CORE_RSTN_MASK; in comphy_pcie_power_up() 146 mask |= COMMON_PHY_PHY_MODE_MASK; in comphy_pcie_power_up() 148 reg_set(comphy_addr + COMMON_PHY_CFG1_REG, data, mask); in comphy_pcie_power_up() 151 mask = COMMON_PHY_CFG1_PWR_ON_RESET_MASK; in comphy_pcie_power_up() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | sec-irq.c | 23 .mask = S2MPS11_IRQ_PWRONF_MASK, 27 .mask = S2MPS11_IRQ_PWRONR_MASK, 31 .mask = S2MPS11_IRQ_JIGONBF_MASK, 35 .mask = S2MPS11_IRQ_JIGONBR_MASK, 39 .mask = S2MPS11_IRQ_ACOKBF_MASK, 43 .mask = S2MPS11_IRQ_ACOKBR_MASK, 47 .mask = S2MPS11_IRQ_PWRON1S_MASK, 51 .mask = S2MPS11_IRQ_MRB_MASK, 55 .mask = S2MPS11_IRQ_RTC60S_MASK, 59 .mask = S2MPS11_IRQ_RTCA1_MASK, [all …]
|
| H A D | wm8350-irq.c | 37 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | at91_gpio.c | 49 u32 mask; in at91_set_port_pullup() local 51 mask = 1 << offset; in at91_set_port_pullup() 53 writel(mask, &at91_port->puer); in at91_set_port_pullup() 55 writel(mask, &at91_port->pudr); in at91_set_port_pullup() 56 writel(mask, &at91_port->per); in at91_set_port_pullup() 75 u32 mask; in at91_set_pio_periph() local 78 mask = 1 << pin; in at91_set_pio_periph() 79 writel(mask, &at91_port->idr); in at91_set_pio_periph() 81 writel(mask, &at91_port->per); in at91_set_pio_periph() 93 u32 mask; in at91_set_a_periph() local [all …]
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zc702/ |
| H A D | ps7_init_gpl.c | 24 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU 32 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U 35 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U 38 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U 44 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U 51 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U 58 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 65 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U 72 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 79 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U [all …]
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zc706/ |
| H A D | ps7_init_gpl.c | 24 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU 32 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U 35 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U 38 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U 44 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U 51 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U 58 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 65 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U 72 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 79 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U [all …]
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | pcm_params.h | 26 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 …]
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-microzed/ |
| H A D | ps7_init_gpl.c | 24 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU 32 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U 35 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U 38 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U 44 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U 51 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U 58 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 65 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U 72 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 79 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U [all …]
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zed/ |
| H A D | ps7_init_gpl.c | 24 // .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU 32 // .. .. ==> MASK : 0x000000F0U VAL : 0x00000020U 35 // .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U 38 // .. .. ==> MASK : 0x003FF000U VAL : 0x000FA000U 44 // .. .. .. ==> MASK : 0x0007F000U VAL : 0x00028000U 51 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U 58 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 65 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U 72 // .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U 79 // .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 76 template <typename T, typename D, typename UnOp, typename Mask> 77 …static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, in… in unroll() 79 if (mask(y, x_shifted)) in unroll() 83 template <typename T1, typename T2, typename D, typename BinOp, typename Mask> 84 …orceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int … in unroll() 86 if (mask(y, x_shifted)) in unroll() 92 template <typename T, typename D, typename UnOp, typename Mask> 93 …static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, in… in unroll() 95 if (mask(y, x_shifted)) in unroll() 97 if (mask(y, x_shifted + 1)) in unroll() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 76 template <typename T, typename D, typename UnOp, typename Mask> 77 …static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, in… in unroll() 79 if (mask(y, x_shifted)) in unroll() 83 template <typename T1, typename T2, typename D, typename BinOp, typename Mask> 84 …orceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int … in unroll() 86 if (mask(y, x_shifted)) in unroll() 92 template <typename T, typename D, typename UnOp, typename Mask> 93 …static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, in… in unroll() 95 if (mask(y, x_shifted)) in unroll() 97 if (mask(y, x_shifted + 1)) in unroll() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 76 template <typename T, typename D, typename UnOp, typename Mask> 77 …static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, in… in unroll() 79 if (mask(y, x_shifted)) in unroll() 83 template <typename T1, typename T2, typename D, typename BinOp, typename Mask> 84 …orceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int … in unroll() 86 if (mask(y, x_shifted)) in unroll() 92 template <typename T, typename D, typename UnOp, typename Mask> 93 …static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, in… in unroll() 95 if (mask(y, x_shifted)) in unroll() 97 if (mask(y, x_shifted + 1)) in unroll() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 429 * Alloc a valuator mask large enough for num_valuators. 434 /* alloc a fixed size mask for now and ignore num_valuators. in the in valuator_mask_new() 437 ValuatorMask *mask = calloc(1, sizeof(ValuatorMask)); in valuator_mask_new() local 439 if (mask == NULL) in valuator_mask_new() 442 mask->last_bit = -1; in valuator_mask_new() 443 return mask; in valuator_mask_new() 447 valuator_mask_free(ValuatorMask **mask) in valuator_mask_free() argument 449 free(*mask); in valuator_mask_free() 450 *mask = NULL; in valuator_mask_free() 458 valuator_mask_set_range(ValuatorMask *mask, int first_valuator, in valuator_mask_set_range() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-xiselectevents.c | 34 * mask. Ensure that the mask passed in is equivalent to the one supplied by 45 * BadValue for invalid mask bits 46 * Sucecss for excessive mask lengths 69 int len, unsigned char *mask); 73 int len, unsigned char *mask) in __wrap_XISetEventMask() argument 76 return __real_XISetEventMask(dev, win, client, len, mask); in __wrap_XISetEventMask() 87 xXIEventMask *mask, *next; in request_XISelectEvent() local 90 mask = (xXIEventMask *) &req[1]; in request_XISelectEvent() 92 req->length += sizeof(xXIEventMask) / 4 + mask->mask_len; in request_XISelectEvent() 93 mask = (xXIEventMask *) ((char *) &mask[1] + mask->mask_len * 4); in request_XISelectEvent() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_ste.c | 53 #define DR_STE_SET_MPLS_MASK(lookup_type, mask, in_out, bit_mask) do { \ argument 54 DR_STE_SET_MASK_V(lookup_type, mask, mpls0_label, mask, \ 56 DR_STE_SET_MASK_V(lookup_type, mask, mpls0_s_bos, mask, \ 58 DR_STE_SET_MASK_V(lookup_type, mask, mpls0_exp, mask, \ 60 DR_STE_SET_MASK_V(lookup_type, mask, mpls0_ttl, mask, \ 64 #define DR_STE_SET_MPLS_TAG(lookup_type, mask, in_out, tag) do { \ argument 65 DR_STE_SET_TAG(lookup_type, tag, mpls0_label, mask, \ 67 DR_STE_SET_TAG(lookup_type, tag, mpls0_s_bos, mask, \ 69 DR_STE_SET_TAG(lookup_type, tag, mpls0_exp, mask, \ 71 DR_STE_SET_TAG(lookup_type, tag, mpls0_ttl, mask, \ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 82 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_u32_parse.h | 40 /* 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 …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | tblupd.c | 751 struct mac_ax_dctl_info *mask, u8 macid, u8 operation) in mac_upd_dctl_info() argument 801 cpu_to_le32(SET_WORD(mask->qos_field_h, FWCMD_H2C_DCTRL_QOS_FIELD_H) | in mac_upd_dctl_info() 802 SET_WORD(mask->hw_exseq_macid, FWCMD_H2C_DCTRL_HW_EXSEQ_MACID) | in mac_upd_dctl_info() 803 (mask->qos_field_h_en ? FWCMD_H2C_DCTRL_QOS_FIELD_H_EN : 0) | in mac_upd_dctl_info() 804 SET_WORD(mask->aes_iv_l, FWCMD_H2C_DCTRL_AES_IV_L)); in mac_upd_dctl_info() 807 cpu_to_le32(SET_WORD(mask->aes_iv_h, FWCMD_H2C_DCTRL_AES_IV_H)); in mac_upd_dctl_info() 810 cpu_to_le32(SET_WORD(mask->seq0, FWCMD_H2C_DCTRL_SEQ0) | in mac_upd_dctl_info() 811 SET_WORD(mask->seq1, FWCMD_H2C_DCTRL_SEQ1) | in mac_upd_dctl_info() 812 SET_WORD(mask->amsdu_max_length, FWCMD_H2C_DCTRL_AMSDU_MAX_LEN) | in mac_upd_dctl_info() 813 (mask->sta_amsdu_en ? FWCMD_H2C_DCTRL_STA_AMSDU_EN : 0) | in mac_upd_dctl_info() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | tblupd.c | 751 struct mac_ax_dctl_info *mask, u8 macid, u8 operation) in mac_upd_dctl_info() argument 801 cpu_to_le32(SET_WORD(mask->qos_field_h, FWCMD_H2C_DCTRL_QOS_FIELD_H) | in mac_upd_dctl_info() 802 SET_WORD(mask->hw_exseq_macid, FWCMD_H2C_DCTRL_HW_EXSEQ_MACID) | in mac_upd_dctl_info() 803 (mask->qos_field_h_en ? FWCMD_H2C_DCTRL_QOS_FIELD_H_EN : 0) | in mac_upd_dctl_info() 804 SET_WORD(mask->aes_iv_l, FWCMD_H2C_DCTRL_AES_IV_L)); in mac_upd_dctl_info() 807 cpu_to_le32(SET_WORD(mask->aes_iv_h, FWCMD_H2C_DCTRL_AES_IV_H)); in mac_upd_dctl_info() 810 cpu_to_le32(SET_WORD(mask->seq0, FWCMD_H2C_DCTRL_SEQ0) | in mac_upd_dctl_info() 811 SET_WORD(mask->seq1, FWCMD_H2C_DCTRL_SEQ1) | in mac_upd_dctl_info() 812 SET_WORD(mask->amsdu_max_length, FWCMD_H2C_DCTRL_AMSDU_MAX_LEN) | in mac_upd_dctl_info() 813 (mask->sta_amsdu_en ? FWCMD_H2C_DCTRL_STA_AMSDU_EN : 0) | in mac_upd_dctl_info() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_flower.c | 96 struct fl_flow_key mask; member 111 struct fl_flow_mask *mask; member 139 static unsigned short int fl_mask_range(const struct fl_flow_mask *mask) in fl_mask_range() argument 141 return mask->range.end - mask->range.start; in fl_mask_range() 144 static void fl_mask_update_range(struct fl_flow_mask *mask) in fl_mask_update_range() argument 146 const u8 *bytes = (const u8 *) &mask->key; in fl_mask_update_range() 147 size_t size = sizeof(mask->key); in fl_mask_update_range() 163 mask->range.start = rounddown(first, sizeof(long)); in fl_mask_update_range() 164 mask->range.end = roundup(last + 1, sizeof(long)); in fl_mask_update_range() 168 const struct fl_flow_mask *mask) in fl_key_get_start() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | interface.hpp | 126 struct result_handler_type<Geometry1, Geometry2, geometry::de9im::mask, false> 130 geometry::de9im::mask, 238 template <typename Mask, typename Strategy> 241 Mask const& mask, in apply() 252 Mask in apply() 253 >::type handler(mask); in apply() 264 template <typename Mask, typename Strategy> 268 Mask const& m_mask; 271 visitor(Geometry2 const& geometry2, Mask const& mask, Strategy const& strategy) in visitor() 272 : m_geometry2(geometry2), m_mask(mask), m_strategy(strategy) {} in visitor() [all …]
|
| /OK3568_Linux_fs/u-boot/board/xilinx/zynq/zynq-zybo/ |
| H A D | ps7_init_gpl.c | 14 /* .. ==> MASK : 0x0000FFFFU VAL : 0x0000DF0DU */ 22 /* .. .. ==> MASK : 0x000000F0U VAL : 0x000000C0U */ 25 /* .. .. ==> MASK : 0x00000F00U VAL : 0x00000200U */ 28 /* .. .. ==> MASK : 0x003FF000U VAL : 0x00177000U */ 34 /* .. .. .. ==> MASK : 0x0007F000U VAL : 0x0001A000U */ 41 /* .. .. .. ==> MASK : 0x00000010U VAL : 0x00000010U */ 48 /* .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U */ 55 /* .. .. .. ==> MASK : 0x00000001U VAL : 0x00000000U */ 62 /* .. .. .. ==> MASK : 0x00000001U VAL : 0x00000001U */ 69 /* .. .. .. ==> MASK : 0x00000010U VAL : 0x00000000U */ [all …]
|