Lines Matching defs:bits
16 #include <linux/bits.h>
438 struct ccu_div_dbgfs_bit *bits;
445 bits = kcalloc(num, sizeof(*bits), GFP_KERNEL);
446 if (!bits)
464 bits[didx] = ccu_div_bits[bidx];
465 bits[didx].div = div;
469 bits[didx].mask = CCU_DIV_CTL_LOCK_SHIFTED;
472 debugfs_create_file_unsafe(bits[didx].name, ccu_div_dbgfs_mode,
473 dentry, &bits[didx],