Home
last modified time | relevance | path

Searched refs:decode_bits (Results 1 – 3 of 3) sorted by relevance

/linux/net/ceph/
H A Darmor.c20 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 Dkcpuid.c441 static void decode_bits(u32 value, struct reg_desc *rdesc, enum cpuid_reg reg) decode_bits() function
/linux/drivers/i2c/busses/
H A Di2c-pxa.c296 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()