Searched refs:resource_type (Results 1 - 8 of 8) sorted by relevance

/arch/x86/pci/
H A Dacpi.c233 addr->resource_type = ACPI_MEMORY_RANGE;
240 addr->resource_type = ACPI_MEMORY_RANGE;
247 addr->resource_type = ACPI_MEMORY_RANGE;
257 (addr->resource_type == ACPI_MEMORY_RANGE ||
258 addr->resource_type == ACPI_IO_RANGE) &&
292 if (addr.resource_type == ACPI_MEMORY_RANGE) {
296 } else if (addr.resource_type == ACPI_IO_RANGE) {
H A Dmmconfig-shared.c401 (address.resource_type != ACPI_MEMORY_RANGE))
/arch/ia64/kernel/
H A Dacpi-ext.c71 addr.resource_type == ACPI_MEMORY_RANGE &&
/arch/powerpc/platforms/ps3/
H A Dspu.c415 enum ps3_spu_resource_type resource_type; local
419 &resource_type, &resource_id);
424 if (resource_type == PS3_SPU_RESOURCE_TYPE_EXCLUSIVE) {
H A Dplatform.h245 enum ps3_spu_resource_type* resource_type, unsigned int *resource_id);
H A Drepository.c888 * @resource_type: Resource reservation type.
893 enum ps3_spu_resource_type *resource_type, unsigned int *resource_id)
905 *resource_type = v1;
892 ps3_repository_read_spu_resource_id(unsigned int res_index, enum ps3_spu_resource_type *resource_type, unsigned int *resource_id) argument
/arch/ia64/pci/
H A Dpci.c248 (addr->resource_type == ACPI_MEMORY_RANGE ||
249 addr->resource_type == ACPI_IO_RANGE) &&
284 if (addr.resource_type == ACPI_MEMORY_RANGE) {
288 } else if (addr.resource_type == ACPI_IO_RANGE) {
/arch/arm/kernel/
H A Dbios32.c438 if (resource_type(window->res) == IORESOURCE_IO)

Completed in 1078 milliseconds