Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dbt-bmc.c69 static u8 bt_inb(struct bt_bmc *bt_bmc, int reg) in bt_inb() function
96 if (!(bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_B_BUSY)) in set_b_busy()
102 if (bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_B_BUSY) in clr_b_busy()
113 return bt_inb(bt_bmc, BT_BMC2HOST); in bt_read()
188 bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_H2B_ATN)) in bt_bmc_read()
193 if (unlikely(!(bt_inb(bt_bmc, BT_CTRL) & BT_CTRL_H2B_ATN))) { in bt_bmc_read()
262 !(bt_inb(bt_bmc, BT_CTRL) & in bt_bmc_write()
268 if (unlikely(bt_inb(bt_bmc, BT_CTRL) & in bt_bmc_write()
327 ctrl = bt_inb(bt_bmc, BT_CTRL); in bt_bmc_poll()