Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dbt-bmc.c45 #define BT_CTRL_B2H_ATN 0x08 macro
108 bt_outb(bt_bmc, BT_CTRL_B2H_ATN, BT_CTRL); in set_b2h_atn()
263 (BT_CTRL_H_BUSY | BT_CTRL_B2H_ATN)))) in bt_bmc_write()
269 (BT_CTRL_H_BUSY | BT_CTRL_B2H_ATN))) { in bt_bmc_write()
332 if (!(ctrl & (BT_CTRL_H_BUSY | BT_CTRL_B2H_ATN))) in bt_bmc_poll()
/openbmc/qemu/hw/misc/
H A Daspeed_ibt.c46 #define BT_CTRL_B2H_ATN 0x08 macro
422 else if (data & BT_CTRL_B2H_ATN) { in aspeed_ibt_write()
424 ibt->regs[TO_REG(BT_CTRL)] |= (BT_CTRL_B2H_ATN | BT_CTRL_H_BUSY); in aspeed_ibt_write()
428 ibt->regs[TO_REG(BT_CTRL)] &= ~(BT_CTRL_B2H_ATN | BT_CTRL_H_BUSY); in aspeed_ibt_write()