Home
last modified time | relevance | path

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

/arch/x86/platform/intel/
Diosf_mbi.c231 static struct dentry *iosf_dbg; variable
237 iosf_dbg = debugfs_create_dir("iosf_sb", NULL); in iosf_sideband_debug_init()
238 if (IS_ERR_OR_NULL(iosf_dbg)) in iosf_sideband_debug_init()
242 d = debugfs_create_x32("mdr", 0660, iosf_dbg, &dbg_mdr); in iosf_sideband_debug_init()
247 d = debugfs_create_x32("mcrx", 0660, iosf_dbg, &dbg_mcrx); in iosf_sideband_debug_init()
252 d = debugfs_create_file("mcr", 0660, iosf_dbg, &dbg_mcr, &iosf_mcr_fops); in iosf_sideband_debug_init()
269 debugfs_remove_recursive(iosf_dbg); in iosf_debugfs_remove()