Home
last modified time | relevance | path

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

/qemu/system/
H A Dioport.c229 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
254 piolist->name, off_high - off_low); in portio_list_add_1()
282 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
289 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
298 if (off_last > off_high) { in portio_list_add()
300 off_high); in portio_list_add()
304 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
306 } else if (off_last + pio->len > off_high) { in portio_list_add()
307 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
312 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()