Home
last modified time | relevance | path

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

/drivers/edac/
Damd8131_edac.c52 [NO_BRIDGE] = "NO BRIDGE",
77 {.inst = NO_BRIDGE,},
240 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE; in amd8131_probe()
245 if (dev_info->inst == NO_BRIDGE) /* should never happen */ in amd8131_probe()
304 for (dev_info = amd8131_chipset.devices; dev_info->inst != NO_BRIDGE; in amd8131_remove()
309 if (dev_info->inst == NO_BRIDGE) /* should never happen */ in amd8131_remove()
Damd8131_edac.h76 NO_BRIDGE = 4 enumerator