Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Dtile_edac.c125 char hv_file[32]; in tile_edac_mc_probe() local
132 sprintf(hv_file, "mshim/%d", pdev->id); in tile_edac_mc_probe()
133 hv_devhdl = hv_dev_open((HV_VirtAddr)hv_file, 0); in tile_edac_mc_probe()
212 char hv_file[32]; in tile_edac_init() local
229 sprintf(hv_file, "mshim/%d", i); in tile_edac_init()
230 if (hv_dev_open((HV_VirtAddr)hv_file, 0) < 0) in tile_edac_init()