Searched refs:BTBSTS (Results 1 – 2 of 2) sorted by relevance
354 if (inb (BTBSTS(c->port)) & BSTS_OWN24) { in cx_send()362 sts_port = BTBSTS(c->port); in cx_send()369 sts_port = BTBSTS(c->port); in cx_send()393 (inb(BTBSTS(c->port)) & BSTS_OWN24)) { in cx_send()407 ! (inb (BTBSTS(c->port)) & BSTS_OWN24); in cx_buf_free()579 (inb (BTBSTS(c->port)) & BSTS_OWN24)) { in cx_transmit_interrupt()
166 #define BTBSTS(b) R(b,0x5d) /* B transmit buffer status */ macro