Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ipack/
H A Dipack.h51 void (*int_write)(IPackDevice *dev, uint8_t addr, uint16_t val); member
/openbmc/qemu/hw/char/
H A Dipoctal232.c436 static void int_write(IPackDevice *ip, uint8_t addr, uint16_t val) in int_write() function
584 ic->int_write = int_write; in ipoctal_class_init()
/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()