Home
last modified time | relevance | path

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

/Linux-v5.10/net/ceph/
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-v5.10/drivers/i2c/busses/
Di2c-pxa.c295 decode_bits(const char *prefix, const struct bits *bits, int num, u32 val) in decode_bits() function
323 decode_bits(KERN_DEBUG "ISR", isr_bits, ARRAY_SIZE(isr_bits), val); in decode_ISR()
347 decode_bits(KERN_DEBUG "ICR", icr_bits, ARRAY_SIZE(icr_bits), val); in decode_ICR()