Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dvm86.c149 uint32_t int_addr, segoffs, ssp; in do_int() local
159 int_addr = (intno << 2); in do_int()
160 segoffs = cpu_ldl_data(env, int_addr); in do_int()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h247 void *int_addr; member