Searched refs:decode_bits (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/net/ceph/ |
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-6.1.9/tools/arch/x86/kcpuid/ |
D | kcpuid.c | 431 static void decode_bits(u32 value, struct reg_desc *rdesc) in decode_bits() function 474 decode_bits(leaf->eax, &leaf->info[R_EAX]); in show_leaf() 475 decode_bits(leaf->ebx, &leaf->info[R_EBX]); in show_leaf() 476 decode_bits(leaf->ecx, &leaf->info[R_ECX]); in show_leaf() 477 decode_bits(leaf->edx, &leaf->info[R_EDX]); in show_leaf()
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-pxa.c | 292 decode_bits(const char *prefix, const struct bits *bits, int num, u32 val) in decode_bits() function 320 decode_bits(KERN_DEBUG "ISR", isr_bits, ARRAY_SIZE(isr_bits), val); in decode_ISR() 344 decode_bits(KERN_DEBUG "ICR", icr_bits, ARRAY_SIZE(icr_bits), val); in decode_ICR()
|