Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dbt-bmc.c42 #define BT_CTRL_H_BUSY 0x40 macro
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.c43 #define BT_CTRL_H_BUSY 0x40 macro
192 if ((ibt->regs[TO_REG(BT_CTRL)] & BT_CTRL_H_BUSY) && in aspeed_ibt_update_irq()
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()