Searched refs:inst_nr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_device.c | 475 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count() argument 484 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count() 487 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count() 492 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count() 498 inst_nr, block_nr, in edac_device_handle_ce_count() 521 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count() argument 530 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count() 533 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count() 538 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue_count() 544 inst_nr, block_nr, in edac_device_handle_ue_count()
|