Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dmem_repair.c97 #define MR_ATTR_STORE(attrib, cb, type, conv_func) \ macro
121 MR_ATTR_STORE(persist_mode, set_persist_mode, unsigned long, kstrtoul) in MR_ATTR_STORE() function
122 MR_ATTR_STORE(hpa, set_hpa, u64, kstrtou64) in MR_ATTR_STORE()
123 MR_ATTR_STORE(dpa, set_dpa, u64, kstrtou64) in MR_ATTR_STORE()
124 MR_ATTR_STORE(nibble_mask, set_nibble_mask, unsigned long, kstrtoul) in MR_ATTR_STORE()
125 MR_ATTR_STORE(bank_group, set_bank_group, unsigned long, kstrtoul) in MR_ATTR_STORE()
126 MR_ATTR_STORE(bank, set_bank, unsigned long, kstrtoul) in MR_ATTR_STORE()
127 MR_ATTR_STORE(rank, set_rank, unsigned long, kstrtoul) in MR_ATTR_STORE()
128 MR_ATTR_STORE(row, set_row, unsigned long, kstrtoul) in MR_ATTR_STORE()
129 MR_ATTR_STORE(column, set_column, unsigned long, kstrtoul) in MR_ATTR_STORE()
[all …]