Searched refs:sch311x_sio_inb (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/watchdog/ |
| D | sch311x_wdt.c | 97 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function 470 reg = force_id ? force_id : sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect() 481 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect() 485 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect() 486 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()
|
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-sch311x.c | 126 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function 329 reg = sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect() 349 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect() 353 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect() 354 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()
|