Home
last modified time | relevance | path

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

/drivers/watchdog/
Dsch311x_wdt.c93 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()
/drivers/gpio/
Dgpio-sch311x.c115 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb() function
359 reg = sch311x_sio_inb(sio_config_port, 0x20); in sch311x_detect()
379 if ((sch311x_sio_inb(sio_config_port, 0x30) & 0x01) == 0) in sch311x_detect()
383 base_addr = (sch311x_sio_inb(sio_config_port, 0x60) << 8) | in sch311x_detect()
384 sch311x_sio_inb(sio_config_port, 0x61); in sch311x_detect()