Searched refs:bt_outb (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/ipmi/ |
H A D | bt-bmc.c | 74 static void bt_outb(struct bt_bmc *bt_bmc, u8 data, int reg) in bt_outb() function 81 bt_outb(bt_bmc, BT_CTRL_CLR_RD_PTR, BT_CTRL); in clr_rd_ptr() 86 bt_outb(bt_bmc, BT_CTRL_CLR_WR_PTR, BT_CTRL); in clr_wr_ptr() 91 bt_outb(bt_bmc, BT_CTRL_H2B_ATN, BT_CTRL); in clr_h2b_atn() 97 bt_outb(bt_bmc, BT_CTRL_B_BUSY, BT_CTRL); in set_b_busy() 103 bt_outb(bt_bmc, BT_CTRL_B_BUSY, BT_CTRL); in clr_b_busy() 108 bt_outb(bt_bmc, BT_CTRL_B2H_ATN, BT_CTRL); in set_b2h_atn() 127 bt_outb(bt_bmc, c, BT_BMC2HOST); in bt_write() 141 bt_outb(bt_bmc, BT_CTRL_SMS_ATN, BT_CTRL); in set_sms_atn()
|