Lines Matching refs:value
47 u64 value; in pcie0_errors_show() local
52 value = readq(base + PCIE0_ERROR); in pcie0_errors_show()
55 return sprintf(buf, "0x%llx\n", (unsigned long long)value); in pcie0_errors_show()
92 u64 value; in pcie1_errors_show() local
97 value = readq(base + PCIE1_ERROR); in pcie1_errors_show()
100 return sprintf(buf, "0x%llx\n", (unsigned long long)value); in pcie1_errors_show()
206 u64 value; in fme_errors_show() local
211 value = readq(base + FME_ERROR); in fme_errors_show()
214 return sprintf(buf, "0x%llx\n", (unsigned long long)value); in fme_errors_show()
253 u64 value; in first_error_show() local
258 value = readq(base + FME_FIRST_ERROR); in first_error_show()
261 return sprintf(buf, "0x%llx\n", (unsigned long long)value); in first_error_show()
270 u64 value; in next_error_show() local
275 value = readq(base + FME_NEXT_ERROR); in next_error_show()
278 return sprintf(buf, "0x%llx\n", (unsigned long long)value); in next_error_show()