Searched refs:DEBUGFS_STRUCT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | thunderx_edac.c | 216 #define DEBUGFS_STRUCT(_name, _mode, _write, _read) \ macro 253 DEBUGFS_STRUCT(_field, 0600, \ 288 DEBUGFS_STRUCT(_name, 0600, \ 453 DEBUGFS_STRUCT(inject_int, 0200, thunderx_lmc_inject_int_write, NULL); 454 DEBUGFS_STRUCT(inject_ecc, 0200, thunderx_lmc_inject_ecc_write, NULL); 455 DEBUGFS_STRUCT(int_w1c, 0400, NULL, thunderx_lmc_int_read);
|