Home
last modified time | relevance | path

Searched defs:sio_config_port (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/watchdog/
Dsch311x_wdt.c92 static inline void sch311x_sio_enter(int sio_config_port) in sch311x_sio_enter()
97 static inline void sch311x_sio_exit(int sio_config_port) in sch311x_sio_exit()
102 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb()
108 static inline void sch311x_sio_outb(int sio_config_port, int reg, int val) in sch311x_sio_outb()
485 static int __init sch311x_detect(int sio_config_port, unsigned short *addr) in sch311x_detect()