Home
last modified time | relevance | path

Searched refs:PORT_VR41XX_SIU (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/vr41xx/common/
Dsiu.c31 PORT_VR41XX_SIU,
49 PORT_VR41XX_SIU,
/Linux-v4.19/drivers/tty/serial/
Dvr41xx_siu.c148 case PORT_VR41XX_SIU: in siu_port_size()
160 return PORT_VR41XX_SIU; in siu_check_type()
170 case PORT_VR41XX_SIU: in siu_type_name()
589 case PORT_VR41XX_SIU: in siu_pm()
599 case PORT_VR41XX_SIU: in siu_pm()
659 if (port->type != PORT_VR41XX_SIU && port->type != PORT_VR41XX_DSIU) in siu_verify_port()
790 if (port->type == PORT_VR41XX_SIU) in siu_console_setup()
913 if ((port->type == PORT_VR41XX_SIU || in siu_suspend()
929 if ((port->type == PORT_VR41XX_SIU || in siu_resume()
/Linux-v4.19/include/uapi/linux/
Dserial_core.h136 #define PORT_VR41XX_SIU 65 macro