Searched refs:decode_bits (Results 1 – 3 of 3) sorted by relevance
/linux/net/ceph/ |
H A D | armor.c | 20 static int decode_bits(char c) in decode_bits() function 88 a = decode_bits(src[0]); in ceph_unarmor() 89 b = decode_bits(src[1]); in ceph_unarmor() 90 c = decode_bits(src[2]); in ceph_unarmor() 91 d = decode_bits(src[3]); in ceph_unarmor()
|
/linux/tools/arch/x86/kcpuid/ |
H A D | kcpuid.c | 441 static void decode_bits(u32 value, struct reg_desc *rdesc, enum cpuid_reg reg) in decode_bits() function 496 decode_bits(leaf->eax, &leaf->info[R_EAX], R_EAX); in show_leaf() 497 decode_bits(leaf->ebx, &leaf->info[R_EBX], R_EBX); in show_leaf() 498 decode_bits(leaf->ecx, &leaf->info[R_ECX], R_ECX); in show_leaf() 499 decode_bits(leaf->edx, &leaf->info[R_EDX], R_EDX); in show_leaf()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-pxa.c | 296 decode_bits(const char *prefix, const struct bits *bits, int num, u32 val) in decode_bits() function 324 decode_bits(KERN_DEBUG "ISR", isr_bits, ARRAY_SIZE(isr_bits), val); in decode_ISR() 348 decode_bits(KERN_DEBUG "ICR", icr_bits, ARRAY_SIZE(icr_bits), val); in decode_ICR()
|