HSO_PORT_MASK
BUG_ON((serial->parent->port_spec & HSO_PORT_MASK) != HSO_PORT_MODEM);
if ((serial->parent->port_spec & HSO_PORT_MASK) != HSO_PORT_MODEM)
serial->parent->port_spec & HSO_PORT_MASK,
serial->parent->port_spec & HSO_PORT_MASK,
switch (hso_dev->port_spec & HSO_PORT_MASK) {
if ((hso_dev->port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) {
if ((port & HSO_PORT_MASK) == HSO_PORT_MODEM) {
port_spec &= ~HSO_PORT_MASK;
if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NO_PORT)
if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) {
if ((port_spec & HSO_PORT_MASK) == HSO_PORT_NETWORK) {
switch (hso_dev->port_spec & HSO_PORT_MASK) {
switch (port & HSO_PORT_MASK) {
((serial_table[i]->port_spec & HSO_PORT_MASK) == port)) {