Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/vr41xx/common/
Dsiu.c31 PORT_VR41XX_SIU,
49 PORT_VR41XX_SIU,
/linux-4.1.27/drivers/tty/serial/
Dvr41xx_siu.c161 case PORT_VR41XX_SIU: in siu_port_size()
173 return PORT_VR41XX_SIU; in siu_check_type()
183 case PORT_VR41XX_SIU: in siu_type_name()
602 case PORT_VR41XX_SIU: in siu_pm()
612 case PORT_VR41XX_SIU: in siu_pm()
672 if (port->type != PORT_VR41XX_SIU && port->type != PORT_VR41XX_DSIU) in siu_verify_port()
803 if (port->type == PORT_VR41XX_SIU) in siu_console_setup()
926 if ((port->type == PORT_VR41XX_SIU || in siu_suspend()
942 if ((port->type == PORT_VR41XX_SIU || in siu_resume()
/linux-4.1.27/include/uapi/linux/
Dserial_core.h128 #define PORT_VR41XX_SIU 65 macro