Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruhandles.c65 static int wait_instruction_complete(void *h, enum mcs_op opc) in wait_instruction_complete() function
91 ret = wait_instruction_complete(cch, cchop_allocate); in cch_allocate()
105 return wait_instruction_complete(cch, cchop_start); in cch_start()
112 return wait_instruction_complete(cch, cchop_interrupt); in cch_interrupt()
121 ret = wait_instruction_complete(cch, cchop_deallocate); in cch_deallocate()
136 return wait_instruction_complete(cch, cchop_interrupt_sync); in cch_interrupt_sync()
153 return wait_instruction_complete(tgh, tghop_invalidate); in tgh_invalidate()
169 return wait_instruction_complete(tfh, tfhop_write_only); in tfh_write_only()