Home
last modified time | relevance | path

Searched refs:BTBSTS (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/cx/
HDcxddk.c354 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()
HDcxreg.h166 #define BTBSTS(b) R(b,0x5d) /* B transmit buffer status */ macro