Home
last modified time | relevance | path

Searched refs:OWNER (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/8253x/
Dring.h30 #define OWNER ((unsigned short)0x8000) /* mask for ownership bit */ macro
D8253xutl.c63 if(count = port->sabnext2.transmit->Count, (count & OWNER) == OWN_SAB) in sab8253x_start_txS()
207 if((port->sabnext2.transmit->Count & OWNER) == OWN_SAB) in sab8253x_start_txS()
668 if((count & OWNER) == OWN_DRIVER) in Sab8253xCountTransmit()
672 total += (count & ~OWNER); in Sab8253xCountTransmit()
708 if((count & OWNER) == OWN_DRIVER) in Sab8253xCountTransmitDescriptors()
1395 …while((port->sabnext2.transmit->Count & OWNER) == OWN_SAB) /* clear out stuff waiting to be transm… in sab8253x_flush_buffer()
D8253xchr.c118 if((port->active2.transmit->Count & OWNER) == OWN_SAB) in sab8253xc_write()
157 while((freeme->Count & OWNER) != OWN_SAB); in sab8253xc_write()
D8253xsyn.c789 if((port->active2.transmit->Count & OWNER) == OWN_SAB) in sab8253x_writeS()
822 while((freeme->Count & OWNER) != OWN_SAB); in sab8253x_writeS()
957 if((port->sabnext2.transmit->Count & OWNER) == OWN_SAB) /* may overwrite a character in sab8253x_send_xcharS()
D8253xnet.c89 if((priv->active2.transmit->Count & OWNER) == OWN_SAB) in sab8253xn_write2()
115 while(((freeme->Count & OWNER) != OWN_SAB) && in sab8253xn_write2()
D8253xtty.c154 while(count = port->sabnext2.transmit->Count, (count & OWNER) == OWN_SAB) in sab8253x_start_tx()
267 if((port->sabnext2.transmit->Count & OWNER) == OWN_SAB) in sab8253x_start_tx()
1254 if((port->active2.transmit->Count & OWNER) == OWN_SAB) in sab8253x_write()
1287 while((freeme->Count & OWNER) != OWN_SAB); in sab8253x_write()
1372 if((port->active2.transmit->Count & OWNER) == OWN_SAB) in sab8253x_write_room()