Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dipmi-bt-test.c37 #define IPMI_BT_BASE 0xe4 macro
68 return inb(IPMI_BT_BASE); in bt_get_ctrlreg()
73 outb(IPMI_BT_BASE, val); in bt_write_ctrlreg()
78 return inb(IPMI_BT_BASE + 1); in bt_get_buf()
83 outb(IPMI_BT_BASE + 1, val); in bt_write_buf()
88 return inb(IPMI_BT_BASE + 2); in bt_get_irqreg()
93 outb(IPMI_BT_BASE + 2, val); in bt_write_irqreg()