sch311x_ioports    31 drivers/gpio/gpio-sch311x.c static int sch311x_ioports[] = { 0x2e, 0x4e, 0x162e, 0x164e };
sch311x_ioports   434 drivers/gpio/gpio-sch311x.c 	for (i = 0; i < ARRAY_SIZE(sch311x_ioports); i++)
sch311x_ioports   435 drivers/gpio/gpio-sch311x.c 		if (sch311x_detect(sch311x_ioports[i], &addr) == 0)
sch311x_ioports    50 drivers/watchdog/sch311x_wdt.c static int sch311x_ioports[] = { 0x2e, 0x4e, 0x162e, 0x164e, 0x00 };
sch311x_ioports   502 drivers/watchdog/sch311x_wdt.c 	for (i = 0; !found && sch311x_ioports[i]; i++)
sch311x_ioports   503 drivers/watchdog/sch311x_wdt.c 		if (sch311x_detect(sch311x_ioports[i], &addr) == 0)