Searched refs:sch311x_ioports (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sch311x_wdt.c | 50 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()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | sch311x_wdt.c | 50 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()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-sch311x.c | 31 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()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-sch311x.c | 31 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()
|
Completed in 6 milliseconds