Lines Matching refs:S_IRUSR
32 #define d(name, bits, addr) _d(name, bits, addr, S_IRUSR|S_IWUSR)
33 #define d_RO(name, bits, addr) _d(name, bits, addr, S_IRUSR)
48 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, parent, addr); \
50 debugfs_create_x32(buf, S_IRUSR|S_IWUSR, parent, addr); \
107 #define D_SYSREG(sr) debugfs_create_file(#sr, S_IRUSR|S_IWUSR, parent, NULL, &fops_sysreg_##sr)
177 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, am, in bfin_debug_mmrs_can()
180 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, am, in bfin_debug_mmrs_can()
185 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, mb, in bfin_debug_mmrs_can()
189 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, mb, in bfin_debug_mmrs_can()
192 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, mb, in bfin_debug_mmrs_can()
195 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, mb, in bfin_debug_mmrs_can()
198 debugfs_create_x16(buf, S_IRUSR|S_IWUSR, mb, in bfin_debug_mmrs_can()
474 #define __SPORT_RW(name) _D_SPORT(name, S_IRUSR|S_IWUSR, &fops_sport)
475 #define __SPORT_RO(name) _D_SPORT(name, S_IRUSR, &fops_sport_ro)
480 debugfs_create_x##bits(buf, S_IRUSR|S_IWUSR, parent, (u##bits *)(base + SPORT_OFF(name))); \
592 debugfs_create_file("cclk", S_IRUSR, parent, NULL, &fops_debug_cclk); in bfin_debug_mmrs_init()
593 debugfs_create_file("sclk", S_IRUSR, parent, NULL, &fops_debug_sclk); in bfin_debug_mmrs_init()
594 debugfs_create_x32("last_seqstat", S_IRUSR, parent, &last_seqstat); in bfin_debug_mmrs_init()