Lines Matching refs:HSO_PORT_MASK
292 #define HSO_PORT_MASK 0xFF macro
494 switch (hso_dev->port_spec & HSO_PORT_MASK) { in hso_sysfs_show_porttype()
584 switch (port & HSO_PORT_MASK) { in hso_port_to_mux()
617 ((serial_table[i]->port_spec & HSO_PORT_MASK) == port)) { in get_serial_by_shared_int_and_type()
1495 BUG_ON((serial->parent->port_spec & HSO_PORT_MASK) != HSO_PORT_MODEM); in tiocmget_intr_callback()
1689 if ((serial->parent->port_spec & HSO_PORT_MASK) != HSO_PORT_MODEM) in hso_serial_tiocmset()
1853 serial->parent->port_spec & HSO_PORT_MASK, in hso_mux_serial_read()
1922 serial->parent->port_spec & HSO_PORT_MASK, in hso_mux_serial_write_data()
2064 switch (hso_dev->port_spec & HSO_PORT_MASK) { in hso_log_port()
2099 if ((hso_dev->port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_log_port()
2644 if ((port & HSO_PORT_MASK) == HSO_PORT_MODEM) { in hso_create_bulk_serial_device()
2718 port_spec &= ~HSO_PORT_MASK; in hso_create_mux_serial_device()
2721 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NO_PORT) in hso_create_mux_serial_device()
2912 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_probe()
2946 if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) { in hso_probe()