Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cBus.c268 BOOLEAN SystemHasControllerNode; in CheckRemainingDevicePath() local
271 SystemHasControllerNode = FALSE; in CheckRemainingDevicePath()
311 SystemHasControllerNode = TRUE; in CheckRemainingDevicePath()
314 SystemHasControllerNode = FALSE; in CheckRemainingDevicePath()
317 …if (((SystemHasControllerNode) && (!RemainingHasControllerNode) && (SystemControllerNumber == 0))… in CheckRemainingDevicePath()
318 …((!SystemHasControllerNode) && (RemainingHasControllerNode) && (RemainingControllerNumber == 0)) … in CheckRemainingDevicePath()
319 …((SystemHasControllerNode) && (RemainingHasControllerNode) && (SystemControllerNumber == Remaini… in CheckRemainingDevicePath()
320 ((!SystemHasControllerNode) && (!RemainingHasControllerNode))) { in CheckRemainingDevicePath()