Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dsch311x_wdt.c50 static int sch311x_ioports[] = { 0x2e, 0x4e, 0x162e, 0x164e, 0x00 }; variable
503 for (i = 0; !found && sch311x_ioports[i]; i++) in sch311x_wdt_init()
504 if (sch311x_detect(sch311x_ioports[i], &addr) == 0) in sch311x_wdt_init()
/linux/drivers/gpio/
A Dgpio-sch311x.c31 static int sch311x_ioports[] = { 0x2e, 0x4e, 0x162e, 0x164e }; variable
437 for (i = 0; i < ARRAY_SIZE(sch311x_ioports); i++) in sch311x_gpio_init()
438 if (sch311x_detect(sch311x_ioports[i], &addr) == 0) in sch311x_gpio_init()

Completed in 4 milliseconds