Home
last modified time | relevance | path

Searched refs:ci_type (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xmcs.c391 cim->ci_type = CIM_SP502; in mcs_ciminit()
395 cim->ci_type = CIM_RS232; in mcs_ciminit()
400 cim->ci_type = CIM_RS232; in mcs_ciminit()
403 if (cim->ci_type == CIM_SP502) in mcs_ciminit()
435 cim->ci_type = (int) cim->ci_sep[MCS_SEP_TYPE]; in mcs_ciminit()
442 if (cim->ci_type == CIM_SP502) in mcs_ciminit()
D8253xctl.h236 int ci_type; /* CIM type */ member
D8253xtty.c732 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_init_line()
797 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_init_line()
1823 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_ioctl()
1834 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_ioctl()
2337 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_read_proc()
D8253xutl.c764 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_init_lineS()
841 if(port->chip->c_cim->ci_type == CIM_SP502) in sab8253x_init_lineS()
D8253xini.c945 cim->ci_num, cim->ci_type, bptr); in CreateCIMs()