Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsch311x_wdt.c54 static int sch311x_ioports[] = { 0x2e, 0x4e, 0x162e, 0x164e, 0x00 }; variable
506 for (i = 0; !found && sch311x_ioports[i]; i++) in sch311x_wdt_init()
507 if (sch311x_detect(sch311x_ioports[i], &addr) == 0) in sch311x_wdt_init()
/linux-4.4.14/drivers/gpio/
Dgpio-sch311x.c35 static int sch311x_ioports[] = { 0x2e, 0x4e, 0x162e, 0x164e }; variable
404 for (i = 0; i < ARRAY_SIZE(sch311x_ioports); i++) in sch311x_gpio_init()
405 if (sch311x_detect(sch311x_ioports[i], &addr) == 0) in sch311x_gpio_init()