Home
last modified time | relevance | path

Searched refs:update_mask (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dab8500.c71 u8 update_mask; member
191 info->update_mask, info->update_val); in ab8500_regulator_enable()
201 info->update_mask, info->update_val); in ab8500_regulator_enable()
218 info->update_mask, 0x0); in ab8500_regulator_disable()
228 info->update_mask, 0x0); in ab8500_regulator_disable()
256 info->update_mask, regval); in ab8500_regulator_is_enabled()
258 if (regval & info->update_mask) in ab8500_regulator_is_enabled()
305 mask = info->update_mask; in ab8500_regulator_set_mode()
554 .update_mask = 0x03,
577 .update_mask = 0x0c,
[all …]
H A Dab8500-ext.c499 u8 update_mask; member
528 info->update_mask, regval); in ab8500_ext_regulator_enable()
538 info->update_mask, regval); in ab8500_ext_regulator_enable()
564 info->update_mask, regval); in ab8500_ext_regulator_disable()
574 info->update_mask, regval); in ab8500_ext_regulator_disable()
601 info->update_mask, regval); in ab8500_ext_regulator_is_enabled()
603 if (((regval & info->update_mask) == info->update_val_lp) || in ab8500_ext_regulator_is_enabled()
604 ((regval & info->update_mask) == info->update_val_hp)) in ab8500_ext_regulator_is_enabled()
642 info->update_mask, regval); in ab8500_ext_regulator_set_mode()
653 info->update_mask, regval); in ab8500_ext_regulator_set_mode()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dcpu_rmap.c158 cpumask_var_t update_mask; in cpu_rmap_update() local
161 if (unlikely(!zalloc_cpumask_var(&update_mask, GFP_KERNEL))) in cpu_rmap_update()
170 cpumask_set_cpu(cpu, update_mask); in cpu_rmap_update()
182 cpumask_or(update_mask, update_mask, in cpu_rmap_update()
189 for_each_cpu(cpu, update_mask) { in cpu_rmap_update()
206 free_cpumask_var(update_mask); in cpu_rmap_update()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c365 unsigned int *update_mask) in skl_next_plane_to_commit() argument
373 if (*update_mask == 0) in skl_next_plane_to_commit()
380 !(*update_mask & BIT(plane_id))) in skl_next_plane_to_commit()
391 *update_mask &= ~BIT(plane_id); in skl_next_plane_to_commit()
432 u32 update_mask = new_crtc_state->update_planes; in skl_update_planes_on_crtc() local
442 &update_mask))) { in skl_update_planes_on_crtc()
460 u32 update_mask = new_crtc_state->update_planes; in i9xx_update_planes_on_crtc() local
467 !(update_mask & BIT(plane->id))) in i9xx_update_planes_on_crtc()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dstacktrace.c77 uint16_t update_mask; member
261 state->update_mask |= 1 << reg; in unwind_exec_insn()
290 state->update_mask |= 1 << reg; in unwind_exec_insn()
322 state->update_mask |= 1 << reg; in unwind_exec_insn()
391 state->update_mask |= 1 << PC; in unwind_tab()
412 state->update_mask = 0; in unwind_stack_arm32()
530 state.update_mask = 0; in dump_core_stack()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAorbHandle.cpp122 orb_params->update_mask |= RKAIQ_ISPP_ORB_ID; in genIspResult()
129 orb_params->update_mask &= ~RKAIQ_ISPP_ORB_ID; in genIspResult()
H A DRkAiqAeisHandle.cpp282 fec_params->update_mask |= RKAIQ_ISPP_FEC_ST_ID; in genIspResult()
303 fec_params->update_mask &= ~RKAIQ_ISPP_FEC_ST_ID; in genIspResult()
H A DRkAiqAnrHandle.cpp376 rawnr_params->update_mask |= RKAIQ_ISPP_NR_ID; in genIspResult()
395 uvnr_params->update_mask |= RKAIQ_ISPP_NR_ID; in genIspResult()
H A DRkAiqAsharpHandle.cpp292 sharpen_params->update_mask |= RKAIQ_ISPP_SHARP_ID; in genIspResult()
H A DRkAiqAmfnrHandle.cpp365 tnr_param->update_mask |= RKAIQ_ISPP_TNR_ID; in genIspResult()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtps80031.c230 u8 update_mask = pupd->pulldown_bit | pupd->pullup_bit; in tps80031_pupd_init() local
238 update_value, update_mask); in tps80031_pupd_init()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_xmit.c1809 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
1875 update_mask = BIT(0); in wakeup_sta_to_xmit()
1926 update_mask |= BIT(1); in wakeup_sta_to_xmit()
1932 if (update_mask) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_xmit.c4293 u8 update_mask=0, wmmps_ac=0; in wakeup_sta_to_xmit() local
4391 update_mask = BIT(0); in wakeup_sta_to_xmit()
4453 update_mask |= BIT(1); in wakeup_sta_to_xmit()
4466 if(update_mask) in wakeup_sta_to_xmit()
4469 if ((update_mask & (BIT(0)|BIT(1))) == (BIT(0)|BIT(1))) in wakeup_sta_to_xmit()
4471 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2395 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
2460 update_mask = BIT(0); in wakeup_sta_to_xmit()
2503 update_mask |= BIT(1); in wakeup_sta_to_xmit()
2514 if (update_mask) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_xmit.c4445 u8 update_mask=0, wmmps_ac=0; in wakeup_sta_to_xmit() local
4543 update_mask = BIT(0); in wakeup_sta_to_xmit()
4605 update_mask |= BIT(1); in wakeup_sta_to_xmit()
4618 if(update_mask) in wakeup_sta_to_xmit()
4621 if ((update_mask & (BIT(0)|BIT(1))) == (BIT(0)|BIT(1))) in wakeup_sta_to_xmit()
4623 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_xmit.c4606 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
4696 update_mask = BIT(0); in wakeup_sta_to_xmit()
4754 update_mask |= BIT(1); in wakeup_sta_to_xmit()
4767 if (update_mask) { in wakeup_sta_to_xmit()
4769 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
4771 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_xmit.c4850 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
4940 update_mask = BIT(0); in wakeup_sta_to_xmit()
4998 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5011 if (update_mask) { in wakeup_sta_to_xmit()
5013 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5015 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_xmit.c5319 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5410 update_mask = BIT(0); in wakeup_sta_to_xmit()
5469 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5482 if (update_mask) { in wakeup_sta_to_xmit()
5484 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5486 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_xmit.c5200 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5291 update_mask = BIT(0); in wakeup_sta_to_xmit()
5350 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5363 if (update_mask) { in wakeup_sta_to_xmit()
5365 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5367 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_xmit.c5200 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5291 update_mask = BIT(0); in wakeup_sta_to_xmit()
5350 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5363 if (update_mask) { in wakeup_sta_to_xmit()
5365 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5367 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_xmit.c5447 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5538 update_mask = BIT(0); in wakeup_sta_to_xmit()
5597 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5610 if (update_mask) { in wakeup_sta_to_xmit()
5612 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5614 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_xmit.c5475 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5566 update_mask = BIT(0); in wakeup_sta_to_xmit()
5625 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5638 if (update_mask) { in wakeup_sta_to_xmit()
5640 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5642 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_xmit.c5475 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5566 update_mask = BIT(0); in wakeup_sta_to_xmit()
5625 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5638 if (update_mask) { in wakeup_sta_to_xmit()
5640 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5642 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_xmit.c5200 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5291 update_mask = BIT(0); in wakeup_sta_to_xmit()
5350 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5363 if (update_mask) { in wakeup_sta_to_xmit()
5365 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5367 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_xmit.c5750 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
5871 update_mask = BIT(0); in wakeup_sta_to_xmit()
5930 update_mask |= BIT(1); in wakeup_sta_to_xmit()
5943 if (update_mask) { in wakeup_sta_to_xmit()
5945 if ((update_mask & (BIT(0) | BIT(1))) == (BIT(0) | BIT(1))) in wakeup_sta_to_xmit()
5947 else if ((update_mask & BIT(1)) == BIT(1)) in wakeup_sta_to_xmit()

12