Searched refs:xh (Results 1 - 31 of 31) sorted by relevance

/linux-4.4.14/arch/arm/lib/
H A Dmuldi3.S17 #define xh r0 define
23 #define xh r1 define
31 mul xh, yl, xh
32 mla xh, xl, yh, xh
37 mla xh, yh, ip, xh
42 adc xh, xh, yh, lsr #16
44 adc xh, xh, ip, lsr #16
H A Ddiv64.S20 #define xh r0 define
26 #define xh r1 define
38 * xh-xl = dividend (clobbered)
43 * xh = remainder
58 cmp xh, r4
69 clz ip, xh
80 cmpcc yl, xh
89 2: cmp xh, yl
91 subcss xh, xh, yl
97 3: cmp xh, #0
100 movlo xh, xl
108 adcs xh, xh, xh
110 cmpcc xh, r4
112 subcs xh, xh, r4
128 clz xh, xl @ we know xh is zero here so...
129 add xh, xh, #1
130 mov xl, xl, lsl xh
131 mov ip, ip, lsr xh
146 mov xh, #1
180 mov yh, xh, lsr ip
183 ARM( orr yl, yl, xh, lsl ip )
184 THUMB( lsl xh, xh, ip )
185 THUMB( orr yl, yl, xh )
186 mov xh, xl, lsl ip
187 mov xh, xh, lsr ip
192 moveq yh, xh
193 moveq xh, #0
208 mov xh, #0
H A Ducmpdi2.S17 #define xh r0 define
23 #define xh r1 define
30 cmp xh, yh
43 cmp xh, yh
/linux-4.4.14/include/math-emu/
H A Dop-2.h134 #define __FP_CLZ_2(R, xh, xl) \
136 if (xh) \
137 __FP_CLZ(R,xh); \
148 #define __FP_FRAC_ADDI_2(xh, xl, i) \
149 (xh += ((xl += i) < i))
152 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
153 (rh = xh + yh + ((rl = xl + yl) < xl))
156 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
157 (rh = xh - yh - ((rl = xl - yl) > xl))
160 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
163 xh -= yh + ((xl -= yl) > _t); \
170 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i)
176 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
/linux-4.4.14/fs/ocfs2/
H A Dxattr.c252 struct ocfs2_xattr_header *xh,
942 struct ocfs2_xattr_header *xh; ocfs2_has_inline_xattr_value_outside() local
945 xh = (struct ocfs2_xattr_header *) ocfs2_has_inline_xattr_value_outside()
949 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) ocfs2_has_inline_xattr_value_outside()
950 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) ocfs2_has_inline_xattr_value_outside()
1568 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_block_get_free_start() local
1569 int i, count = le16_to_cpu(xh->xh_count); ocfs2_xa_block_get_free_start()
1573 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); ocfs2_xa_block_get_free_start()
1614 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_block_wipe_namevalue() local
1615 int count = le16_to_cpu(xh->xh_count); ocfs2_xa_block_wipe_namevalue()
1622 memmove((char *)xh + first_namevalue_offset + namevalue_size, ocfs2_xa_block_wipe_namevalue()
1623 (char *)xh + first_namevalue_offset, ocfs2_xa_block_wipe_namevalue()
1625 memset((char *)xh + first_namevalue_offset, 0, namevalue_size); ocfs2_xa_block_wipe_namevalue()
1627 /* Now tell xh->xh_entries about it */ ocfs2_xa_block_wipe_namevalue()
1629 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); ocfs2_xa_block_wipe_namevalue()
1631 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, ocfs2_xa_block_wipe_namevalue()
1796 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_bucket_add_entry() local
1797 int count = le16_to_cpu(xh->xh_count); ocfs2_xa_bucket_add_entry()
1807 tmp_xe = &xh->xh_entries[tmp]; ocfs2_xa_bucket_add_entry()
1820 memmove(&xh->xh_entries[low + 1], ocfs2_xa_bucket_add_entry()
1821 &xh->xh_entries[low], ocfs2_xa_bucket_add_entry()
1824 le16_add_cpu(&xh->xh_count, 1); ocfs2_xa_bucket_add_entry()
1825 loc->xl_entry = &xh->xh_entries[low]; ocfs2_xa_bucket_add_entry()
1832 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_bucket_add_namevalue() local
1839 xh->xh_free_start = cpu_to_le16(nameval_offset); ocfs2_xa_bucket_add_namevalue()
1840 le16_add_cpu(&xh->xh_name_value_len, size); ocfs2_xa_bucket_add_namevalue()
1918 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_remove_entry() local
1924 le16_add_cpu(&xh->xh_count, -1); ocfs2_xa_remove_entry()
1925 count = le16_to_cpu(xh->xh_count); ocfs2_xa_remove_entry()
1933 index = ((char *)entry - (char *)&xh->xh_entries) / ocfs2_xa_remove_entry()
1935 memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1], ocfs2_xa_remove_entry()
1937 memset(&xh->xh_entries[count], 0, ocfs2_xa_remove_entry()
3738 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_find_xe_in_bucket() local
3747 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { ocfs2_find_xe_in_bucket()
3748 xe = &xh->xh_entries[i]; ocfs2_find_xe_in_bucket()
3762 xh, ocfs2_find_xe_in_bucket()
3803 struct ocfs2_xattr_header *xh = NULL; ocfs2_xattr_bucket_find() local
3825 xh = bucket_xh(search); ocfs2_xattr_bucket_find()
3826 high_bucket = le16_to_cpu(xh->xh_num_buckets) - 1; ocfs2_xattr_bucket_find()
3838 xh = bucket_xh(search); ocfs2_xattr_bucket_find()
3839 xe = &xh->xh_entries[0]; ocfs2_xattr_bucket_find()
3850 if (xh->xh_count) ocfs2_xattr_bucket_find()
3851 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; ocfs2_xattr_bucket_find()
4011 struct ocfs2_xattr_header *xh, ocfs2_xattr_bucket_get_name_value()
4018 if (index < 0 || index >= le16_to_cpu(xh->xh_count)) ocfs2_xattr_bucket_get_name_value()
4021 name_offset = le16_to_cpu(xh->xh_entries[index].xe_name_offset); ocfs2_xattr_bucket_get_name_value()
4181 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_cp_xattr_block_to_bucket() local
4207 xh->xh_count = xb_xh->xh_count; ocfs2_cp_xattr_block_to_bucket()
4208 xh->xh_num_buckets = cpu_to_le16(1); ocfs2_cp_xattr_block_to_bucket()
4209 xh->xh_name_value_len = cpu_to_le16(size); ocfs2_cp_xattr_block_to_bucket()
4210 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE - size); ocfs2_cp_xattr_block_to_bucket()
4222 le16_add_cpu(&xh->xh_entries[i].xe_name_offset, off_change); ocfs2_cp_xattr_block_to_bucket()
4377 struct ocfs2_xattr_header *xh; ocfs2_defrag_xattr_bucket() local
4407 xh = (struct ocfs2_xattr_header *)bucket_buf; ocfs2_defrag_xattr_bucket()
4408 entries = (char *)xh->xh_entries; ocfs2_defrag_xattr_bucket()
4409 xh_free_start = le16_to_cpu(xh->xh_free_start); ocfs2_defrag_xattr_bucket()
4412 (unsigned long long)blkno, le16_to_cpu(xh->xh_count), ocfs2_defrag_xattr_bucket()
4413 xh_free_start, le16_to_cpu(xh->xh_name_value_len)); ocfs2_defrag_xattr_bucket()
4420 sort(entries, le16_to_cpu(xh->xh_count), ocfs2_defrag_xattr_bucket()
4425 xe = xh->xh_entries; ocfs2_defrag_xattr_bucket()
4427 for (i = 0; i < le16_to_cpu(xh->xh_count); i++, xe++) { ocfs2_defrag_xattr_bucket()
4459 xh->xh_free_start = cpu_to_le16(end); ocfs2_defrag_xattr_bucket()
4462 sort(entries, le16_to_cpu(xh->xh_count), ocfs2_defrag_xattr_bucket()
4569 static int ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh) ocfs2_xattr_find_divide_pos() argument
4571 struct ocfs2_xattr_entry *entries = xh->xh_entries; ocfs2_xattr_find_divide_pos()
4572 int count = le16_to_cpu(xh->xh_count); ocfs2_xattr_find_divide_pos()
4621 struct ocfs2_xattr_header *xh; ocfs2_divide_xattr_bucket() local
4673 xh = bucket_xh(s_bucket); ocfs2_divide_xattr_bucket()
4674 count = le16_to_cpu(xh->xh_count); ocfs2_divide_xattr_bucket()
4675 start = ocfs2_xattr_find_divide_pos(xh); ocfs2_divide_xattr_bucket()
4678 xe = &xh->xh_entries[start-1]; ocfs2_divide_xattr_bucket()
4688 xh = bucket_xh(t_bucket); ocfs2_divide_xattr_bucket()
4689 xh->xh_free_start = cpu_to_le16(blocksize); ocfs2_divide_xattr_bucket()
4690 xh->xh_entries[0].xe_name_hash = xe->xe_name_hash; ocfs2_divide_xattr_bucket()
4691 le32_add_cpu(&xh->xh_entries[0].xe_name_hash, 1); ocfs2_divide_xattr_bucket()
4700 xh = bucket_xh(t_bucket); ocfs2_divide_xattr_bucket()
4709 xe = &xh->xh_entries[i]; ocfs2_divide_xattr_bucket()
4723 xe = &xh->xh_entries[start]; ocfs2_divide_xattr_bucket()
4726 (int)((char *)xe - (char *)xh), ocfs2_divide_xattr_bucket()
4727 (int)((char *)xh->xh_entries - (char *)xh)); ocfs2_divide_xattr_bucket()
4728 memmove((char *)xh->xh_entries, (char *)xe, len); ocfs2_divide_xattr_bucket()
4729 xe = &xh->xh_entries[count - start]; ocfs2_divide_xattr_bucket()
4733 le16_add_cpu(&xh->xh_count, -start); ocfs2_divide_xattr_bucket()
4734 le16_add_cpu(&xh->xh_name_value_len, -name_value_len); ocfs2_divide_xattr_bucket()
4737 xh->xh_free_start = cpu_to_le16(OCFS2_XATTR_BUCKET_SIZE); ocfs2_divide_xattr_bucket()
4738 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { ocfs2_divide_xattr_bucket()
4739 xe = &xh->xh_entries[i]; ocfs2_divide_xattr_bucket()
4741 le16_to_cpu(xh->xh_free_start)) ocfs2_divide_xattr_bucket()
4742 xh->xh_free_start = xe->xe_name_offset; ocfs2_divide_xattr_bucket()
4746 /* set xh->xh_num_buckets for the new xh. */ ocfs2_divide_xattr_bucket()
4748 xh->xh_num_buckets = cpu_to_le16(1); ocfs2_divide_xattr_bucket()
4750 xh->xh_num_buckets = 0; ocfs2_divide_xattr_bucket()
4756 *first_hash = le32_to_cpu(xh->xh_entries[0].xe_name_hash); ocfs2_divide_xattr_bucket()
4766 xh = bucket_xh(s_bucket); ocfs2_divide_xattr_bucket()
4767 memset(&xh->xh_entries[start], 0, ocfs2_divide_xattr_bucket()
4769 xh->xh_count = cpu_to_le16(start); ocfs2_divide_xattr_bucket()
4770 xh->xh_free_start = cpu_to_le16(name_offset); ocfs2_divide_xattr_bucket()
4771 xh->xh_name_value_len = cpu_to_le16(name_value_len); ocfs2_divide_xattr_bucket()
5349 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_xattr_bucket_value_truncate() local
5355 xe = &xh->xh_entries[xe_off]; ocfs2_xattr_bucket_value_truncate()
5508 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_check_xattr_bucket_collision() local
5511 if (name_hash != le32_to_cpu(xh->xh_entries[0].xe_name_hash)) ocfs2_check_xattr_bucket_collision()
5514 if (xh->xh_entries[le16_to_cpu(xh->xh_count) - 1].xe_name_hash == ocfs2_check_xattr_bucket_collision()
5515 xh->xh_entries[0].xe_name_hash) { ocfs2_check_xattr_bucket_collision()
5519 le32_to_cpu(xh->xh_entries[0].xe_name_hash)); ocfs2_check_xattr_bucket_collision()
5644 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_delete_xattr_in_bucket() local
5657 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { ocfs2_delete_xattr_in_bucket()
5658 xe = &xh->xh_entries[i]; ocfs2_delete_xattr_in_bucket()
5993 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_get_xattr_tree_value_root() local
5994 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset]; ocfs2_get_xattr_tree_value_root()
6030 struct ocfs2_xattr_header *xh = ocfs2_xattr_bucket_value_refcount() local
6049 le16_to_cpu(xh->xh_count)); ocfs2_xattr_bucket_value_refcount()
6050 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { ocfs2_xattr_bucket_value_refcount()
6051 xe = &xh->xh_entries[i]; ocfs2_xattr_bucket_value_refcount()
6189 struct ocfs2_xattr_header *xh,
6202 struct ocfs2_xattr_header *xh, ocfs2_value_metas_in_xattr_header()
6212 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) { ocfs2_value_metas_in_xattr_header()
6213 xe = &xh->xh_entries[i]; ocfs2_value_metas_in_xattr_header()
6217 ret = func(sb, bh, xh, i, &xv, NULL, para); ocfs2_value_metas_in_xattr_header()
6246 struct ocfs2_xattr_header *xh, ocfs2_get_xattr_value_root()
6252 struct ocfs2_xattr_entry *xe = &xh->xh_entries[offset]; ocfs2_get_xattr_value_root()
6254 *xv = (struct ocfs2_xattr_value_root *)((void *)xh + ocfs2_get_xattr_value_root()
6269 struct ocfs2_xattr_header *xh, ocfs2_reflink_lock_xattr_allocators()
6280 ret = ocfs2_value_metas_in_xattr_header(osb->sb, NULL, xh, ocfs2_reflink_lock_xattr_allocators()
6327 struct ocfs2_xattr_header *xh, ocfs2_reflink_xattr_header()
6345 le16_to_cpu(xh->xh_count)); ocfs2_reflink_xattr_header()
6348 for (i = 0, j = 0; i < le16_to_cpu(xh->xh_count); i++, j++) { ocfs2_reflink_xattr_header()
6349 xe = &xh->xh_entries[i]; ocfs2_reflink_xattr_header()
6373 ret = func(sb, old_bh, xh, i, &xv, NULL, para); ocfs2_reflink_xattr_header()
6387 * recs have already be copied to the new xh with the ocfs2_reflink_xattr_header()
6458 struct ocfs2_xattr_header *xh = (struct ocfs2_xattr_header *) ocfs2_reflink_xattr_inline() local
6470 ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh, ocfs2_reflink_xattr_inline()
6497 ret = ocfs2_reflink_xattr_header(handle, args, args->old_bh, xh, ocfs2_reflink_xattr_inline()
6580 struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header; ocfs2_reflink_xattr_block() local
6590 ret = ocfs2_reflink_lock_xattr_allocators(osb, xh, args->ref_root_bh, ocfs2_reflink_xattr_block()
6626 ret = ocfs2_reflink_xattr_header(handle, args, blk_bh, xh, ocfs2_reflink_xattr_block()
6670 struct ocfs2_xattr_header *xh, ocfs2_get_reflink_xattr_value_root()
6697 struct ocfs2_xattr_header *xh, ocfs2_value_tree_metas_in_bucket()
6716 struct ocfs2_xattr_header *xh = ocfs2_calc_value_tree_metas() local
6722 xh, &metas->num_metas, ocfs2_calc_value_tree_metas()
4010 ocfs2_xattr_bucket_get_name_value(struct super_block *sb, struct ocfs2_xattr_header *xh, int index, int *block_off, int *new_offset) ocfs2_xattr_bucket_get_name_value() argument
6200 ocfs2_value_metas_in_xattr_header(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int *metas, int *credits, int *num_recs, get_xattr_value_root *func, void *para) ocfs2_value_metas_in_xattr_header() argument
6244 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument
6268 ocfs2_reflink_lock_xattr_allocators(struct ocfs2_super *osb, struct ocfs2_xattr_header *xh, struct buffer_head *ref_root_bh, int *credits, struct ocfs2_alloc_context **meta_ac) ocfs2_reflink_lock_xattr_allocators() argument
6324 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) ocfs2_reflink_xattr_header() argument
6668 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument
6695 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument
/linux-4.4.14/lib/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \
140 : "=r" ((USItype)(xh)) \
195 #define umul_ppmm(xh, xl, a, b) \
209 : "=&r" ((USItype)(xh)), \
215 #define umul_ppmm(xh, xl, a, b) \
218 : "=&r" ((USItype)(xh)), \
352 #define umul_ppmm(xh, xl, m0, m1) \
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
367 #define smul_ppmm(xh, xl, m0, m1) \
377 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
557 #define umul_ppmm(xh, xl, a, b) \
581 : "=&d" ((USItype)(xh)), "=&d" ((USItype)(xl)), \
826 #define umul_ppmm(xh, xl, m0, m1) \
830 : "=r" ((USItype)(xh)), \
834 (xh) += ((((SItype) __m0 >> 31) & __m1) \
838 #define smul_ppmm(xh, xl, m0, m1) \
840 : "=r" ((SItype)(xh)), \
1181 #define umul_ppmm(xh, xl, m0, m1) \
1191 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
1192 (xh) += ((((SItype) __m0 >> 31) & __m1) \
1227 #define umul_ppmm(xh, xl, m0, m1) \
1238 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
1239 (xh) += ((((signed int) __m0 >> 15) & __m1) \
/linux-4.4.14/drivers/net/arcnet/
H A Dcom20020-isa.c66 arc_printk(D_NORMAL, dev, "IO region %xh-%xh already allocated.\n", com20020isa_probe()
H A Dcom20020-pci.c128 pr_err("IO region %xh-%xh already allocated.\n", com20020pci_probe()
156 pr_err("IO region %xh-%xh already allocated\n", com20020pci_probe()
H A Dcom90xx.c538 arc_printk(D_NORMAL, dev, "COM90xx station %02Xh found at %03lXh, IRQ %d, ShMem %lXh (%ld*%xh).\n", com90xx_found()
/linux-4.4.14/net/sched/
H A Dact_csum.c386 unsigned char *xh = (void *)ip6xh; tcf_csum_ipv6_hopopts() local
392 switch (xh[off]) { tcf_csum_ipv6_hopopts()
397 optlen = xh[off + 1] + 2; tcf_csum_ipv6_hopopts()
401 *pl = ntohl(*(__be32 *)(xh + off + 2)); tcf_csum_ipv6_hopopts()
404 optlen = xh[off + 1] + 2; tcf_csum_ipv6_hopopts()
/linux-4.4.14/drivers/ps3/
H A Dps3-vuart.c231 dev_dbg(&dev->core, "%s:%d: tx %xh, rx %xh\n", __func__, __LINE__, ps3_vuart_set_triggers()
380 dev_dbg(&dev->core, "%s:%d: wrote %llxh/%xh=>%lxh\n", __func__, __LINE__, ps3_vuart_raw_write()
399 dev_dbg(&dev->core, "%s:%d: %xh\n", __func__, __LINE__, bytes); ps3_vuart_raw_read()
412 dev_dbg(&dev->core, "%s:%d: read %llxh/%xh=>%lxh\n", __func__, __LINE__, ps3_vuart_raw_read()
495 dev_dbg(&dev->core, "%s:%d: %u(%xh) bytes\n", __func__, __LINE__, ps3_vuart_write()
515 dev_dbg(&dev->core, "%s:%d: wrote %xh bytes\n", ps3_vuart_write()
540 dev_dbg(&dev->core, "%s:%d: queued buf_%lu, %xh bytes\n", ps3_vuart_write()
619 dev_dbg(&dev->core, "%s:%d: %u(%xh) bytes\n", __func__, __LINE__, ps3_vuart_read()
699 dev_dbg(&dev->core, "%s:%d: schedule_work %xh bytes\n", ps3_vuart_read_async()
709 dev_dbg(&dev->core, "%s:%d: waiting for %u(%xh) bytes\n", __func__, ps3_vuart_read_async()
H A Dps3-sys-manager.c70 pr_debug("%s:%d: version: %xh\n", func, line, h->version); _dump_sm_header()
71 pr_debug("%s:%d: size: %xh\n", func, line, h->size); _dump_sm_header()
72 pr_debug("%s:%d: payload_size: %xh\n", func, line, h->payload_size); _dump_sm_header()
73 pr_debug("%s:%d: service_id: %xh\n", func, line, h->service_id); _dump_sm_header()
74 pr_debug("%s:%d: request_tag: %xh\n", func, line, h->request_tag); _dump_sm_header()
277 dev_dbg(&dev->core, "%s:%d: %xh\n", __func__, __LINE__, attr); ps3_sys_manager_send_attr()
314 dev_dbg(&dev->core, "%s:%d: (%xh)\n", __func__, __LINE__, op); ps3_sys_manager_send_next_op()
/linux-4.4.14/sound/oss/
H A Daedsp16.c337 * Decode macros (xl == low byte, xh = high byte)
347 #define CDROM(xh) (xh & 0x20)
348 #define CDROMADDR(xh) (((xh & 0x1F) << 4) + 0x200)
387 #define BLDCDROM(xh, val) { \
388 xh &= ~0x20; \
390 xh |= 0x20; \
392 #define BLDCDROMADDR(xh, val) { \
397 xh |= tmp; \
398 xh &= 0x7F; \
399 xh |= 0x40; \
/linux-4.4.14/sound/pci/ali5451/
H A Dali5451.c346 "ali_codec_poke: reg(%xh) invalid.\n", reg); snd_ali_codec_poke()
378 "ali_codec_peek: reg(%xh) invalid.\n", reg); snd_ali_codec_peek()
410 dev_dbg(codec->card->dev, "codec_write: reg=%xh data=%xh.\n", reg, val); snd_ali_codec_write()
426 dev_dbg(codec->card->dev, "codec_read reg=%xh.\n", reg); snd_ali_codec_read()
1142 dev_dbg(codec->card->dev, "trigger: what=%xh whati=%xh\n", what, whati);
1255 dev_dbg(codec->card->dev, "playback_prepare: eso=%xh count=%xh\n", snd_ali_playback_prepare()
1269 "ch=%d, Rate=%d Delta=%xh,GVSEL=%xh,PAN=%xh,CTRL=%xh\n", snd_ali_playback_prepare()
1409 dev_dbg(codec->card->dev, "playback pointer returned cso=%xh.\n", cso); snd_ali_playback_pointer()
/linux-4.4.14/drivers/message/fusion/
H A Dmptscsih.c567 printk(MYIOC_s_DEBUG_FMT "response_info = %08xh\n", mptscsih_info_scsiio()
696 "FCP_ResponseInfo=%08xh\n", ioc->name, mptscsih_io_done()
871 " sc->underflow={report ERR if < %02xh bytes xfer'd}\n", mptscsih_io_done()
874 " ActBytesXferd=%02xh\n", ioc->name, xfer_cnt)); mptscsih_io_done()
1291 seq_printf(m, "%s%08xh, ", MPT_FW_REV_MAGIC_ID_STRING, ioc->facts.FWVersion.Word); mptscsih_show_info()
2692 "IOCStatus=%04xh, SCSIState=%02xh, SCSIStatus=%02xh," mptscsih_get_completion_code()
2693 "IOCLogInfo=%08xh\n", ioc->name, status, pReply->SCSIState, mptscsih_get_completion_code()
2756 " completionCode set to %08xh\n", ioc->name, completion_code)); mptscsih_get_completion_code()
2984 "Issuing Reset from %s!! doorbell=0x%08xh" mptscsih_do_cmd()
3113 return snprintf(buf, PAGE_SIZE, "%02xh\n", mptscsih_version_nvdata_persistent_show()
3127 return snprintf(buf, PAGE_SIZE, "%02xh\n",ioc->nvdata_version_default); mptscsih_version_nvdata_default_show()
3204 return snprintf(buf, PAGE_SIZE, "%08xh\n", ioc->debug_level); mptscsih_debug_level_show()
3219 printk(MYIOC_s_INFO_FMT "debug_level=%08xh\n", mptscsih_debug_level_store()
H A Dmptbase.c403 printk(MYIOC_s_WARN_FMT "IOC is in FAULT state (%04xh)!!!\n", mpt_fault_reset_work()
413 "reset (%04xh)\n", ioc->name, ioc_raw_state & mpt_fault_reset_work()
1798 printk(KERN_INFO "mpt_debug_level=%xh\n", mpt_debug_level); mpt_attach()
2930 printk(MYIOC_s_WARN_FMT " FAULT code = %04xh\n", MakeIocReady()
4032 printk(MYIOC_s_ERR_FMT "Enable Diagnostic mode FAILED! (%02xh)\n", mpt_diag_reset()
4181 printk(MYIOC_s_ERR_FMT "Enable Diagnostic mode FAILED! (%02xh)\n", mpt_diag_reset()
4203 printk(MYIOC_s_ERR_FMT "Diagnostic reset FAILED! (%02xh)\n", mpt_diag_reset()
5241 printk(MYIOC_s_INFO_FMT " SMART data received, ASC/ASCQ = %02xh/%02xh\n", mptbase_raid_process_event_data()
6355 "%s: ioc not operational, %d, %xh\n", mpt_config()
6440 " action %d, status %xh, time left %ld\n\n", mpt_config()
6487 dcprintk(ioc, printk(KERN_DEBUG "IOCStatus=%04xh, IOCLogInfo=%08xh\n", mpt_config()
6826 y = sprintf(buffer+len, "%s: %s, %s%08xh%s, Ports=%d, MaxQ=%d", mpt_print_ioc_summary()
6860 seq_printf(m, "%s: %s, %s%08xh%s, Ports=%d, MaxQ=%d", seq_mpt_print_ioc_summary()
6952 printk(MYIOC_s_ERR_FMT "IOC is in FAULT state (%04xh)!!!\n", mpt_halt_firmware()
6954 panic("%s: IOC Fault (%04xh)!!!\n", ioc->name, mpt_halt_firmware()
H A Dmptlan.c241 // dioprintk((KERN_INFO MYNAM "@lan_reply: Function = %02xh\n", lan_reply()
427 /**/ dlprintk((" %xh", priv->mpt_txfidx[i])); mpt_lan_open()
H A Dmptctl.c824 "mptctl_do_fwdl called. mptctl_id = %xh.\n", iocp->name, mptctl_id)); mptctl_do_fw_download()
829 dctlprintk(iocp, printk(MYIOC_s_DEBUG_FMT "DbG: kfwdl.ioc = %04xh\n", mptctl_do_fw_download()
994 printk(MYIOC_s_WARN_FMT "ioctl_fwdl() returned [bad] status = %04xh\n", mptctl_do_fw_download()
H A Dmptfc.c1001 snprintf(sn, FC_SYMBOLIC_NAME_SIZE, "%s %s%08xh", mptfc_init_host_attr()
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
H A Damd.c270 "amd-ucode/microcode_amd_fam%.2xh.bin", family); load_builtin_amd_microcode()
908 snprintf(fw_name, sizeof(fw_name), "amd-ucode/microcode_amd_fam%.2xh.bin", c->x86); request_microcode_amd()
/linux-4.4.14/drivers/gpio/
H A Dgpio-it87.c346 pr_info("Found Chip IT%04x rev %x. %u GPIO lines starting at %04xh\n", it87_gpio_init()
/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd.c1548 dev_dbg(hsotg->dev, "ClearHubFeature %1xh\n", wvalue); dwc2_hcd_hub_control()
1559 "ClearHubFeature request %1xh unknown\n", dwc2_hcd_hub_control()
1651 "ClearPortFeature request %1xh unknown or unsupported\n", dwc2_hcd_hub_control()
1830 "SetPortFeature %1xh unknown or unsupported\n", dwc2_hcd_hub_control()
1840 "Unknown hub control request: %1xh wIndex: %1xh wValue: %1xh\n", dwc2_hcd_hub_control()
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dspu.c139 pr_debug("%s:%d: spe_id: %xh (%u)\n", func, line, spe_id, spe_id); _dump_areas()
H A Dos-area.c334 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, _dump_header()
/linux-4.4.14/drivers/regulator/
H A Dmax8997.c747 dev_dbg(&rdev->dev, "Full Power-Off for %s (%xh -> %xh)\n", max8997_reg_disable_suspend()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c295 "got unwanted rsp %xh: ignored\n", pcan_usb_pro_wait_rsp()
302 "got rsp %xh but on chan%u: ignored\n", pcan_usb_pro_wait_rsp()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c454 "MII PHY %08xh found at address %d, status 0x%04x advertising %04x\n", w840_probe1()
766 "couldn't stop rxtx, IntrStatus %xh\n", csr5); update_csr6()
949 printk(KERN_DEBUG "Tx Descriptor addr %xh\n", ioread32(ioaddr+0x4C)); tx_timeout()
/linux-4.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c2502 return snprintf(buf, PAGE_SIZE, "%08xh\n", _ctl_version_nvdata_persistent_show()
2522 return snprintf(buf, PAGE_SIZE, "%08xh\n", _ctl_version_nvdata_default_show()
2681 return snprintf(buf, PAGE_SIZE, "%08xh\n", ioc->logging_level); _ctl_logging_level_show()
2695 pr_info(MPT3SAS_FMT "logging_level=%08xh\n", ioc->name, _ctl_logging_level_store()
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_ctl.c256 return snprintf(buf, PAGE_SIZE, "%08xh\n", pm8001_ha->logging_level); pm8001_ctl_logging_level_show()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_isr.c670 "ISP System Error - mbx1=%xh mbx2=%xh mbx3=%xh " qla2x00_async_event()
671 "mbx7=%xh.\n", mb[1], mb[2], mb[3], mbx); qla2x00_async_event()
/linux-4.4.14/drivers/scsi/
H A Dqla1280.c3509 "qla1280: ISP System Error - mbx1=%xh, mbx2=" qla1280_isr()
3510 "%xh, mbx3=%xh\n", mailbox[1], mailbox[2], qla1280_isr()

Completed in 1251 milliseconds