Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dacpi-build.c810 Aml *if_device_1, *if_pin_4, *else_pin_4; in build_prt() local
813 if_device_1 = aml_if(aml_equal(lnk_idx, aml_int(1))); in build_prt()
820 aml_append(if_device_1, if_pin_4); in build_prt()
826 aml_append(if_device_1, else_pin_4); in build_prt()
828 aml_append(while_ctx, if_device_1); in build_prt()