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

/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_bt_sm.c118 #define BT_H_BUSY 0x40 macro
177 if (status & BT_H_BUSY) status2txt()
303 if (BT_STATUS & BT_H_BUSY) reset_flags()
304 BT_CONTROL(BT_H_BUSY); /* force clear */ reset_flags()
322 BT_CONTROL(BT_H_BUSY); /* now set */ drain_BMC2HOST()
333 BT_CONTROL(BT_H_BUSY); /* now clear */ drain_BMC2HOST()
522 if (status & BT_H_BUSY) /* clear a leftover H_BUSY */ bt_event()
523 BT_CONTROL(BT_H_BUSY); bt_event()
535 if (BT_STATUS & BT_H_BUSY) bt_event()
536 BT_CONTROL(BT_H_BUSY); /* force clear */ bt_event()
541 if (status & BT_H_BUSY) bt_event()
542 BT_CONTROL(BT_H_BUSY); /* clear */ bt_event()
560 BT_CONTROL(BT_H_BUSY); /* set */ bt_event()
582 if (!(status & BT_H_BUSY)) bt_event()
584 BT_CONTROL(BT_H_BUSY); bt_event()
587 BT_CONTROL(BT_H_BUSY); /* NOW clear */ bt_event()

Completed in 211 milliseconds