Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsch311x_wdt.c83 static inline void sch311x_sio_enter(int sio_config_port) in sch311x_sio_enter()
88 static inline void sch311x_sio_exit(int sio_config_port) in sch311x_sio_exit()
93 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb()
99 static inline void sch311x_sio_outb(int sio_config_port, int reg, int val) in sch311x_sio_outb()
456 static int __init sch311x_detect(int sio_config_port, unsigned short *addr) in sch311x_detect()
/openbmc/linux/drivers/gpio/
H A Dgpio-sch311x.c96 static inline int sch311x_sio_enter(int sio_config_port) in sch311x_sio_enter()
109 static inline void sch311x_sio_exit(int sio_config_port) in sch311x_sio_exit()
115 static inline int sch311x_sio_inb(int sio_config_port, int reg) in sch311x_sio_inb()
121 static inline void sch311x_sio_outb(int sio_config_port, int reg, int val) in sch311x_sio_outb()
329 static int __init sch311x_detect(int sio_config_port, unsigned short *addr) in sch311x_detect()