Searched refs:sch311x_sio_inb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sch311x_wdt.c | 93 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function 467 reg = force_id ? force_id : sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect() 478 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect() 482 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect() 483 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | sch311x_wdt.c | 93 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function 466 reg = force_id ? force_id : sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect() 477 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect() 481 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect() 482 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-sch311x.c | 115 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function 362 reg = sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect() 382 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect() 386 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect() 387 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-sch311x.c | 115 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function 340 reg = sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect() 360 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect() 364 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect() 365 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()
|
Completed in 3 milliseconds