Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-sbc.c32 struct dentry *sbc_dir; in aspeed_sbc_init() local
60 sbc_dir = debugfs_create_dir("sbc", arch_debugfs_dir); in aspeed_sbc_init()
61 if (IS_ERR(sbc_dir)) in aspeed_sbc_init()
62 return PTR_ERR(sbc_dir); in aspeed_sbc_init()
64 debugfs_create_u8("abr_image", 0444, sbc_dir, &sbe.abr_image); in aspeed_sbc_init()
65 debugfs_create_u8("low_security_key", 0444, sbc_dir, &sbe.low_security_key); in aspeed_sbc_init()
66 debugfs_create_u8("otp_protected", 0444, sbc_dir, &sbe.otp_protected); in aspeed_sbc_init()
67 debugfs_create_u8("uart_boot", 0444, sbc_dir, &sbe.uart_boot); in aspeed_sbc_init()
68 debugfs_create_u8("secure_boot", 0444, sbc_dir, &sbe.secure_boot); in aspeed_sbc_init()