Searched refs:BT_STATUS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_bt_sm.c129 #define BT_STATUS bt->io->inputb(bt->io, 0) macro
302 status2txt(BT_STATUS)); reset_flags()
303 if (BT_STATUS & BT_H_BUSY) reset_flags()
319 if (!(BT_STATUS & BT_B2H_ATN)) /* Not signalling a response */ drain_BMC2HOST()
324 BT_STATUS; /* pause */ drain_BMC2HOST()
329 status2txt(BT_STATUS)); drain_BMC2HOST()
476 status = BT_STATUS; bt_event()
535 if (BT_STATUS & BT_H_BUSY) bt_event()
682 if ((BT_STATUS == 0xFF) && (BT_INTMASK_R == 0xFF)) bt_detect()

Completed in 40 milliseconds