Home
last modified time | relevance | path

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

/drivers/char/ipmi/
Dbt-bmc.c89 static void bt_outb(struct bt_bmc *bt_bmc, u8 data, int reg) in bt_outb() function
99 bt_outb(bt_bmc, BT_CTRL_CLR_RD_PTR, BT_CTRL); in clr_rd_ptr()
104 bt_outb(bt_bmc, BT_CTRL_CLR_WR_PTR, BT_CTRL); in clr_wr_ptr()
109 bt_outb(bt_bmc, BT_CTRL_H2B_ATN, BT_CTRL); in clr_h2b_atn()
115 bt_outb(bt_bmc, BT_CTRL_B_BUSY, BT_CTRL); in set_b_busy()
121 bt_outb(bt_bmc, BT_CTRL_B_BUSY, BT_CTRL); in clr_b_busy()
126 bt_outb(bt_bmc, BT_CTRL_B2H_ATN, BT_CTRL); in set_b2h_atn()
145 bt_outb(bt_bmc, c, BT_BMC2HOST); in bt_write()
159 bt_outb(bt_bmc, BT_CTRL_SMS_ATN, BT_CTRL); in set_sms_atn()