Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dbt-bmc.c78 static u8 bt_inb(struct bt_bmc *bt_bmc, int reg) in bt_inb() function
114 if (!(bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_B_BUSY)) in set_b_busy()
120 if (bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_B_BUSY) in clr_b_busy()
131 return bt_inb(bt_bmc, BT_BMC2HOST); in bt_read()
206 bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_H2B_ATN)) in bt_bmc_read()
211 if (unlikely(!(bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_H2B_ATN))) { in bt_bmc_read()
280 !(bt_inb(bt_bmc, BT_CTRL) & in bt_bmc_write()
286 if (unlikely(bt_inb(bt_bmc, BT_CTRL) & in bt_bmc_write()
345 ctrl = bt_inb(bt_bmc, BT_CTRL); in bt_bmc_poll()