Lines Matching refs:ret

183     uint32_t bx, ret;  in find_pci_device()  local
191 "=a"(ret) in find_pci_device()
202 ret >>= 8; in find_pci_device()
203 return ret & 0xFF; in find_pci_device()
207 uint32_t bx, ret; in find_pci_class_code() local
215 "=a"(ret) in find_pci_class_code()
225 ret >>= 8; in find_pci_class_code()
226 return ret & 0xFF; in find_pci_class_code()
230 uint32_t bx, ret; in read_config_byte() local
241 "=a"(ret) in read_config_byte()
247 ret >>= 8; in read_config_byte()
248 return ret & 0xFF; in read_config_byte()
252 uint32_t bx, ret; in read_config_half() local
263 "=a"(ret) in read_config_half()
269 ret >>= 8; in read_config_half()
270 return ret & 0xFF; in read_config_half()
274 uint32_t bx, ret; in read_config_word() local
285 "=a"(ret) in read_config_word()
291 ret >>= 8; in read_config_word()
292 return ret & 0xFF; in read_config_word()
296 uint32_t bx, ret; in write_config_byte() local
306 : "=a"(ret) in write_config_byte()
313 ret >>= 8; in write_config_byte()
314 return ret & 0xFF; in write_config_byte()
318 uint32_t bx, ret; in write_config_half() local
328 : "=a"(ret) in write_config_half()
335 ret >>= 8; in write_config_half()
336 return ret & 0xFF; in write_config_half()
340 uint32_t bx, ret; in write_config_word() local
350 : "=a"(ret) in write_config_word()
357 ret >>= 8; in write_config_word()
358 return ret & 0xFF; in write_config_word()
362 uint32_t ret; in get_irq_routing_options() local
370 "=a"(ret) in get_irq_routing_options()
376 ret >>= 8; in get_irq_routing_options()
377 return ret & 0xff; in get_irq_routing_options()
381 uint32_t bx, cx, ret; in set_irq_hw_int() local
394 : "=a"(ret) in set_irq_hw_int()
400 ret >>= 8; in set_irq_hw_int()
401 return ret & 0xFF; in set_irq_hw_int()