Home
last modified time | relevance | path

Searched refs:prev_mask (Results 1 – 7 of 7) sorted by relevance

/linux/lib/xz/
H A Dxz_dec_bcj.c97 uint32_t prev_mask = s->x86_prev_mask; in bcj_x86() local
113 prev_mask = 0; in bcj_x86()
115 prev_mask = (prev_mask << (prev_pos - 1)) & 7; in bcj_x86()
116 if (prev_mask != 0) { in bcj_x86()
117 b = buf[i + 4 - mask_to_bit_num[prev_mask]]; in bcj_x86()
118 if (!mask_to_allowed_status[prev_mask] in bcj_x86()
121 prev_mask = (prev_mask << 1) | 1; in bcj_x86()
133 if (prev_mask == 0) in bcj_x86()
136 j = mask_to_bit_num[prev_mask] * 8; in bcj_x86()
149 prev_mask = (prev_mask << 1) | 1; in bcj_x86()
[all …]
/linux/drivers/gpio/
H A Dgpio-idio-16.c43 const unsigned int prev_mask = data->irq_mask; in idio_16_handle_mask_sync() local
48 if (mask_buf == prev_mask) in idio_16_handle_mask_sync()
55 if (prev_mask == mask_buf_def) { in idio_16_handle_mask_sync()
H A Dgpio-104-dio-48e.c167 const unsigned int prev_mask = dio48egpio->irq_mask; in dio48e_handle_mask_sync() local
172 if (mask_buf == prev_mask) in dio48e_handle_mask_sync()
179 if (prev_mask == mask_buf_def) { in dio48e_handle_mask_sync()
/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h19 unsigned int prev, prev_mask, tmp, bitoff, off; \
25 prev_mask = (u32)(type)-1 << bitoff; \
34 : "r" (p), "r" (val), "r" (prev_mask) \
44 unsigned int prev, prev_mask, tmp, bitoff, off; \
51 prev_mask = (u32)(type)-1 << bitoff; \
67 : "r" (p), "r" (old), "r" (new), "r" (prev_mask) \
/linux/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c658 u32 return_mask = 0, prev_mask; in calc_validate_logical_mask() local
692 if (i && XE_IOCTL_DBG(xe, current_mask != prev_mask << 1)) in calc_validate_logical_mask()
695 prev_mask = current_mask; in calc_validate_logical_mask()
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.h664 u64 prev_mask; member
H A Dqmi_wlfw_v01.c2239 prev_mask),