Lines Matching refs:crs
317 Aml *crs; in build_uart_device_aml() local
330 crs = aml_resource_template(); in build_uart_device_aml()
331 aml_append(crs, in build_uart_device_aml()
336 aml_append(crs, aml_interrupt(AML_CONSUMER, AML_LEVEL, AML_ACTIVE_HIGH, in build_uart_device_aml()
338 aml_append(dev, aml_name_decl("_CRS", crs)); in build_uart_device_aml()
403 Aml *dev, *crs; in build_flash_aml() local
424 crs = aml_resource_template(); in build_flash_aml()
425 aml_append(crs, aml_memory32_fixed(flash0_base, flash0_size, in build_flash_aml()
427 aml_append(dev, aml_name_decl("_CRS", crs)); in build_flash_aml()
434 crs = aml_resource_template(); in build_flash_aml()
435 aml_append(crs, aml_memory32_fixed(flash1_base, flash1_size, in build_flash_aml()
437 aml_append(dev, aml_name_decl("_CRS", crs)); in build_flash_aml()
466 Aml *crs = aml_resource_template(); in acpi_dsdt_add_tpm() local
467 aml_append(crs, in acpi_dsdt_add_tpm()
471 aml_append(dev, aml_name_decl("_CRS", crs)); in acpi_dsdt_add_tpm()