Lines Matching defs:bits
16 #include <linux/bits.h>
457 struct ccu_div_dbgfs_bit *bits;
464 bits = kcalloc(num, sizeof(*bits), GFP_KERNEL);
465 if (!bits)
483 bits[didx] = ccu_div_bits[bidx];
484 bits[didx].div = div;
488 bits[didx].mask = CCU_DIV_CTL_LOCK_SHIFTED;
491 debugfs_create_file_unsafe(bits[didx].name, ccu_div_dbgfs_mode,
492 dentry, &bits[didx],