Home
last modified time | relevance | path

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

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