Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ipack/
H A Dipack.h50 void (*int_write)(IPackDevice *dev, uint8_t addr, uint16_t val); member
/openbmc/qemu/hw/ipack/
H A Dtpci200.c402 if (k->int_write) { in tpci200_write_las1()
403 k->int_write(ip, offset, val); in tpci200_write_las1()