Searched refs:inst_nr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/edac/ |
| H A D | edac_device.c | 479 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ce_count() argument 488 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ce_count() 491 "(%d >= %d)\n", inst_nr, in edac_device_handle_ce_count() 496 instance = edac_dev->instances + inst_nr; in edac_device_handle_ce_count() 502 inst_nr, block_nr, in edac_device_handle_ce_count() 525 unsigned int count, int inst_nr, int block_nr, in edac_device_handle_ue_count() argument 534 if ((inst_nr >= edac_dev->nr_instances) || (inst_nr < 0)) { in edac_device_handle_ue_count() 537 "(%d >= %d)\n", inst_nr, in edac_device_handle_ue_count() 542 instance = edac_dev->instances + inst_nr; in edac_device_handle_ue_count() 548 inst_nr, block_nr, in edac_device_handle_ue_count()
|