Searched refs:npcm_regmap (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | npcm_edac.c | 40 static struct regmap *npcm_regmap; variable 124 regmap_read(npcm_regmap, pdata->ctl_source_id, &id); in handle_ce() 127 regmap_read(npcm_regmap, pdata->ctl_ce_synd, &synd); in handle_ce() 157 regmap_read(npcm_regmap, pdata->ctl_source_id, &id); in handle_ue() 160 regmap_read(npcm_regmap, pdata->ctl_ue_synd, &synd); in handle_ue() 182 regmap_write(npcm_regmap, pdata->ctl_int_ack, in edac_ecc_isr() 189 regmap_write(npcm_regmap, pdata->ctl_int_ack, in edac_ecc_isr() 327 regmap_write(npcm_regmap, pdata->ctl_int_mask_ecc, in setup_irq() 355 if (IS_ERR(npcm_regmap)) in edac_probe() 356 return PTR_ERR(npcm_regmap); in edac_probe() [all …]
|